@@ -108,7 +108,7 @@ jobs:
108108 fetch-depth : 0
109109 persist-credentials : false
110110 - name : Install Go
111- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
111+ uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
112112 with :
113113 go-version : ${{ needs.configure.outputs.go_version }}
114114 check-latest : true
@@ -199,7 +199,7 @@ jobs:
199199 docker run $DOCKER_IMAGE_ID resume --help
200200 - name : Login to DockerHub
201201 if : ${{ github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v') }}
202- uses : grafana/shared-workflows/actions/dockerhub-login@13fb504e3bfe323c1188bf244970d94b2d336e86 # dockerhub-login- v1.0.1
202+ uses : grafana/shared-workflows/actions/dockerhub-login@c6d954f7cd9c0022018982e01268de6cb75b913c # dockerhub-login/ v1.0.2
203203 - name : Login to ghcr.io
204204 env :
205205 GITHUB_ACTOR : ${{ github.actor }}
@@ -273,7 +273,7 @@ jobs:
273273 windows_binary_artifact_name : ${{ steps.assign-artifact-names.outputs.windows-binary-artifact-name }}
274274 steps :
275275 - name : Download binaries
276- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
276+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
277277 with :
278278 name : binaries
279279 path : dist
@@ -314,7 +314,7 @@ jobs:
314314 signed-artifact-name : ' windows-binary-signed'
315315
316316 - name : Download signed Windows binary
317- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
317+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
318318 if : needs.configure.outputs.sign_windows_artifacts == 'true'
319319 with :
320320 name : ${{ steps.sign-artifacts.outputs.artifact-name }}
@@ -418,7 +418,7 @@ jobs:
418418 needs : [configure, package]
419419 steps :
420420 - name : Download Windows artifacts
421- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
421+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
422422 if : needs.configure.outputs.sign_windows_artifacts == 'true'
423423 with :
424424 name : binaries-windows
@@ -482,7 +482,7 @@ jobs:
482482 run : cd dist && sha256sum * > "k6-${VERSION}-checksums.txt"
483483 - name : Anchore SBOM Action
484484 continue-on-error : true
485- uses : anchore/sbom-action@da167eac915b4e86f08b264dbdbc867b61be6f0c # v0.20.5
485+ uses : anchore/sbom-action@f8bdd1d8ac5e901a77a92f111440fdb1b593736b # v0.20.6
486486 with :
487487 artifact-name : k6-${{ env.VERSION }}-spdx.json
488488 upload-release-assets : false
@@ -575,7 +575,7 @@ jobs:
575575 PGP_SIGN_KEY_PASSPHRASE=pgp:PGP_SIGN_KEY_PASSPHRASE
576576 PGP_SIGN_KEY=pgp:PGP_SIGN_KEY
577577 S3_BUCKET=s3:AWS_S3_BUCKET
578- - uses : grafana/shared-workflows/actions/aws-auth@954bcbdf6e64fe612210885b47df771d9d20447b # aws-auth/v1.0.2
578+ - uses : grafana/shared-workflows/actions/aws-auth@85022085ed5314601c05d10e846de56bdd71e369 # aws-auth/v1.0.3
579579 with :
580580 aws-region : " us-east-2"
581581 role-arn : ${{ env.IAM_ROLE_ARN }}
0 commit comments