diff --git a/.github/workflows/aws_conformance_ci.yml b/.github/workflows/aws_conformance_ci.yml index 3e5bfac5d..1c0403e64 100644 --- a/.github/workflows/aws_conformance_ci.yml +++ b/.github/workflows/aws_conformance_ci.yml @@ -42,7 +42,7 @@ jobs: # Authenticate with ECR to push the conformance and hammer images. - name: Login to Amazon ECR id: login-ecr - uses: aws-actions/amazon-ecr-login@183a1442edf41672e66566b7fc560e297a290896 # v2.1.1 + uses: aws-actions/amazon-ecr-login@f2e9fc6c2b355c1890b65e6f6f0e2ac3e6e22f78 # v2.1.2 # Build the conformance image and push it to ECR. This will be used later on by Terragrunt. - name: Build, tag, and push Conformance image to Amazon ECR diff --git a/.github/workflows/go_test.yml b/.github/workflows/go_test.yml index 3330c2148..cabe2ed4e 100644 --- a/.github/workflows/go_test.yml +++ b/.github/workflows/go_test.yml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - - uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 + - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 with: go-version: ${{ matrix.go-version }} - run: go test -v -race ./... diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 8ff657c92..a102bf4d8 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - - uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 + - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 with: go-version-file: go.mod - name: golangci-lint diff --git a/.github/workflows/ko_build.yml b/.github/workflows/ko_build.yml index c5ec25a92..8c301cc29 100644 --- a/.github/workflows/ko_build.yml +++ b/.github/workflows/ko_build.yml @@ -23,7 +23,7 @@ jobs: with: path: tesseract - - uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 + - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 with: go-version-file: tesseract/go.mod cache-dependency-path: tesseract/go.sum @@ -35,7 +35,7 @@ jobs: uses: sigstore/cosign-installer@cad07c2e89fa2edd6e2d7bab4c1aa38e53f76003 # v4.1.1 - name: Login to GHCR - uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 + uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 with: registry: ghcr.io username: ${{ github.actor }}