File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -15,31 +15,31 @@ jobs:
1515 release :
1616 runs-on : ' ubuntu-latest'
1717 steps :
18- - uses : ' docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 ' # ratchet:docker/setup-qemu-action@v3
18+ - uses : ' docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf ' # ratchet:docker/setup-qemu-action@v3
1919
20- - uses : ' actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 ' # ratchet:actions/checkout@v4
20+ - uses : ' actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 ' # ratchet:actions/checkout@v4
2121 with :
2222 fetch-depth : 0
2323
24- - uses : ' actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 ' # ratchet:actions/setup-go@v5
24+ - uses : ' actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed ' # ratchet:actions/setup-go@v5
2525 with :
2626 go-version-file : ' go.mod'
2727
28- - uses : ' docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 ' # ratchet:docker/login-action@v3
28+ - uses : ' docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 ' # ratchet:docker/login-action@v3
2929 with :
3030 registry : ' ghcr.io'
3131 username : ' ${{ github.actor }}'
3232 password : ' ${{ secrets.GITHUB_TOKEN }}'
3333
34- - uses : ' goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 ' # ratchet:goreleaser/goreleaser-action@v6
34+ - uses : ' goreleaser/goreleaser-action@9ed2f89a662bf1735a48bc8557fd212fa902bebf ' # ratchet:goreleaser/goreleaser-action@v6
3535 id : ' goreleaser'
3636 with :
3737 version : ' ~> 2'
3838 args : ' release --clean --fail-fast'
3939 env :
4040 GITHUB_TOKEN : ' ${{ secrets.GITHUB_TOKEN }}'
4141
42- - uses : ' actions/attest-build-provenance@bdd51370e0416ac948727f861e03c2f05d32d78e ' # ratchet:actions/attest-build-provenance@v1
42+ - uses : ' actions/attest-build-provenance@ef244123eb79f2f7a7e75d99086184180e6d0018 ' # ratchet:actions/attest-build-provenance@v1
4343 with :
4444 subject-path : |-
4545 dist/*.tar.gz
Original file line number Diff line number Diff line change 1717 test :
1818 runs-on : ' ubuntu-latest'
1919 steps :
20- - uses : ' actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 ' # ratchet:actions/checkout@v4
20+ - uses : ' actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 ' # ratchet:actions/checkout@v4
2121
22- - uses : ' actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 ' # ratchet:actions/setup-go@v5
22+ - uses : ' actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed ' # ratchet:actions/setup-go@v5
2323 with :
2424 go-version-file : ' go.mod'
2525
You can’t perform that action at this time.
0 commit comments