Skip to content

Commit b7a7917

Browse files
authored
Merge pull request #225 from BenTheElder/pin-release-actions
pin release actions by commit
2 parents e607781 + 3e88278 commit b7a7917

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ jobs:
2121
with:
2222
fetch-depth: 0
2323
- name: Set up Go
24-
uses: actions/setup-go@v5
24+
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
2525
with:
2626
go-version: stable
2727
- name: Run GoReleaser
28-
uses: goreleaser/goreleaser-action@v5
28+
uses: goreleaser/goreleaser-action@5742e2a039330cbb23ebf35f046f814d4c6ff811 # v5.1.0
2929
with:
3030
distribution: goreleaser
3131
# 'latest', 'nightly', or a semver

0 commit comments

Comments
 (0)