1313 outputs :
1414 new-tag : ${{ steps.ccv.outputs.new-tag }}
1515 steps :
16- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
16+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1717 with :
1818 fetch-depth : 0
1919 - name : Bump tag if necessary
@@ -32,10 +32,10 @@ jobs:
3232 if : needs.release-tag.outputs.new-tag == 'true'
3333 runs-on : ubuntu-latest
3434 steps :
35- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
35+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3636 with :
3737 fetch-depth : 0
38- - uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1 .0
38+ - uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2 .0
3939 with :
4040 go-version : stable
4141 # The setup-buildx-action enables the docker-container driver, which allows
4646 # in .gorleaser.yaml), it also needs to install syft into the action
4747 # environment.
4848 - uses : docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
49- - uses : anchore/sbom-action/download-syft@a930d0ac434e3182448fe678398ba5713717112a # v0.21.0
49+ - uses : anchore/sbom-action/download-syft@deef08a0db64bfad603422135db61477b16cef56 # v0.22.1
5050 - name : Login to GHCR
51- uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .0
51+ uses : docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7 .0
5252 with :
5353 registry : ghcr.io
5454 username : ${{ github.repository_owner }}
@@ -61,11 +61,11 @@ jobs:
6161 env :
6262 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
6363 # attest artifacts
64- - uses : actions/attest-build-provenance@00014ed6ed5efc5b1ab7f7f34a39eb55d41aa4f8 # v3.1 .0
64+ - uses : actions/attest-build-provenance@96278af6caaf10aea03fd8d33a09a777ca52d62f # v3.2 .0
6565 with :
6666 subject-checksums : ./dist/checksums.txt
6767 # attest images
68- - uses : actions/attest-build-provenance@00014ed6ed5efc5b1ab7f7f34a39eb55d41aa4f8 # v3.1 .0
68+ - uses : actions/attest-build-provenance@96278af6caaf10aea03fd8d33a09a777ca52d62f # v3.2 .0
6969 with :
7070 subject-checksums : ./dist/digests.txt
7171 push-to-registry : true
0 commit comments