@@ -59,14 +59,14 @@ jobs:
5959 docker_manifest_sha_name : ${{ steps.set-outputs.outputs.docker_manifest_sha_name }}
6060 steps :
6161 - name : Checkout
62- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
62+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
6363 with :
6464 fetch-depth : 0 # required for tag metadata
6565
6666 - run : ./scripts/free-disk-space.sh
6767
6868 - name : Setup Go
69- uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
69+ uses : actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5 .0
7070 with :
7171 go-version : " ~1.26"
7272 cache : ${{ env.caching_enabled == 'true' }}
7979 run : make check
8080
8181 - name : Validate GoReleaser license
82- uses : goreleaser/goreleaser-action@1a80836c5c9d9e5755a25cb59ec6f45a3b5f41a8 # v7
82+ uses : goreleaser/goreleaser-action@f06c13b6b1a9625abc9e6e439d9c05a8f2190e94 # v7
8383 env :
8484 GORELEASER_KEY : ${{ secrets.goreleaser_key }}
8585 with :
@@ -101,7 +101,7 @@ jobs:
101101
102102 - name : Cache sources
103103 id : cache-sources
104- uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
104+ uses : actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5
105105 if : env.caching_enabled == 'true'
106106 with :
107107 path : |
@@ -122,20 +122,20 @@ jobs:
122122
123123 - name : Configure AWS Credentials
124124 if : ${{ inputs.publish }}
125- uses : aws-actions/configure-aws-credentials@d979d5b3a71173a29b74b5b88418bfda9437d885 # v6
125+ uses : aws-actions/configure-aws-credentials@254c19bd240aabef8777f48595e9d2d7b972184b # v6
126126 with :
127127 role-to-assume : ${{ secrets.aws_oidc_role_arn }}
128128 aws-region : us-east-1
129129
130130 - name : Login to ECR
131131 if : ${{ inputs.publish }}
132- uses : docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4
132+ uses : docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4
133133 with :
134134 registry : ${{ env.registry }}/${{ inputs.distribution }}
135135
136- - uses : docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4
136+ - uses : docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8 # v4
137137
138- - uses : docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4
138+ - uses : docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4
139139
140140 - name : Install cross-compilation toolchain
141141 if : inputs.fips
@@ -169,7 +169,7 @@ jobs:
169169
170170 - name : Configure AWS Credentials
171171 if : ${{ inputs.publish }}
172- uses : aws-actions/configure-aws-credentials@d979d5b3a71173a29b74b5b88418bfda9437d885 # v6
172+ uses : aws-actions/configure-aws-credentials@254c19bd240aabef8777f48595e9d2d7b972184b # v6
173173 with :
174174 role-to-assume : ${{ secrets.aws_oidc_role_arn }}
175175 aws-region : us-east-1
@@ -208,7 +208,7 @@ jobs:
208208 - name : Cache goreleaser build
209209 id : cache-goreleaser
210210 if : env.caching_enabled == 'true'
211- uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
211+ uses : actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5
212212 with :
213213 path : |
214214 distributions/${{ inputs.distribution }}/dist
@@ -235,7 +235,7 @@ jobs:
235235 - name : Build binaries & packages with GoReleaser
236236 if : inputs.publish || steps.cache-goreleaser.outputs.cache-hit != 'true'
237237 id : goreleaser
238- uses : goreleaser/goreleaser-action@1a80836c5c9d9e5755a25cb59ec6f45a3b5f41a8 # v7
238+ uses : goreleaser/goreleaser-action@f06c13b6b1a9625abc9e6e439d9c05a8f2190e94 # v7
239239 env :
240240 NFPM_PASSPHRASE : ${{ secrets.gpg_passphrase }}
241241 GPG_FINGERPRINT : ${{ steps.import_gpg.outputs.fingerprint }}
@@ -299,7 +299,7 @@ jobs:
299299 echo "binary_tmp=${BINARY_TMP}" >> $GITHUB_OUTPUT
300300
301301 - name : Build and load Docker image
302- uses : docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7
302+ uses : docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7
303303 if : steps.cache-goreleaser.outputs.cache-hit == 'true'
304304 with :
305305 context : ${{ steps.copy-binary.outputs.binary_tmp }}
@@ -350,7 +350,7 @@ jobs:
350350 run : |
351351 kind load docker-image "${{ env.registry }}/${{ inputs.distribution }}:${{ env.image_tag }}" --name ${{ inputs.test_cluster_name }}
352352
353- - uses : azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5.0.0
353+ - uses : azure/setup-helm@9bc31f4ebc9c6b171d7bfbaa5d006ae7abdb4310 # v5.0.1
354354
355355 - name : Derive NR backend URL from region
356356 run : |
0 commit comments