1313 outputs :
1414 new-tag : ${{ steps.ccv.outputs.new-tag }}
1515 steps :
16- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
16+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
35+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
3636 with :
3737 fetch-depth : 0
38- - uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0 .0
38+ - uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1 .0
3939 with :
4040 go-version : stable
4141 - uses : docker/setup-buildx-action@v3
4545 registry : ghcr.io
4646 username : ${{ github.repository_owner }}
4747 password : ${{ secrets.GITHUB_TOKEN }}
48- - uses : anchore/sbom-action/download-syft@fbfd9c6c189226748411491745178e0c2017392d # v0.20.10
48+ - uses : anchore/sbom-action/download-syft@a930d0ac434e3182448fe678398ba5713717112a # v0.21.0
4949 - uses : goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6.4.0
5050 id : goreleaser
5151 with :
@@ -54,11 +54,11 @@ jobs:
5454 env :
5555 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
5656 # attest artifacts
57- - uses : actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0 .0
57+ - uses : actions/attest-build-provenance@00014ed6ed5efc5b1ab7f7f34a39eb55d41aa4f8 # v3.1 .0
5858 with :
5959 subject-checksums : ./dist/checksums.txt
6060 # attest images
61- - uses : actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0 .0
61+ - uses : actions/attest-build-provenance@00014ed6ed5efc5b1ab7f7f34a39eb55d41aa4f8 # v3.1 .0
6262 with :
6363 subject-checksums : ./dist/digests.txt
6464 push-to-registry : true
0 commit comments