We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99246ba commit 9e58961Copy full SHA for 9e58961
.github/workflows/release.yml
@@ -18,10 +18,10 @@ jobs:
18
contents: write
19
20
steps:
21
- - uses: actions/checkout@v4
+ - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
22
with:
23
fetch-depth: 0 # needed to make sure we get all tags
24
- - uses: actions/setup-go@v4
+ - uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
25
26
go-version: '1.24'
27
@@ -95,7 +95,7 @@ jobs:
95
echo "tag=${TAG}" >> $GITHUB_OUTPUT
96
97
- name: make release
98
- uses: actions/github-script@v7
+ uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
99
100
script: |
101
github.rest.git.createRef({
0 commit comments