Skip to content

Commit 9e58961

Browse files
committed
pin action references
1 parent 99246ba commit 9e58961

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
contents: write
1919

2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2222
with:
2323
fetch-depth: 0 # needed to make sure we get all tags
24-
- uses: actions/setup-go@v4
24+
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
2525
with:
2626
go-version: '1.24'
2727

@@ -95,7 +95,7 @@ jobs:
9595
echo "tag=${TAG}" >> $GITHUB_OUTPUT
9696
9797
- name: make release
98-
uses: actions/github-script@v7
98+
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
9999
with:
100100
script: |
101101
github.rest.git.createRef({

0 commit comments

Comments
 (0)