Skip to content

Commit edf862e

Browse files
committed
ci: pin release workflow actions
1 parent 56a189c commit edf862e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,18 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2222
with:
2323
fetch-depth: 0 # goreleaser needs full history for changelog
2424

2525
- name: Set up Go
26-
uses: actions/setup-go@v5
26+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
2727
with:
2828
go-version: "1.26.3"
2929
cache: true
3030

3131
- name: Run GoReleaser
32-
uses: goreleaser/goreleaser-action@v6
32+
uses: goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6
3333
with:
3434
distribution: goreleaser
3535
version: "~> v2"

0 commit comments

Comments
 (0)