File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 13
13
test :
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/github-script@v7
16
+ - uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7
17
17
id : git-intel
18
18
with :
19
19
script : |
33
33
depth = depth + 2
34
34
core.info(`Will fetch ${depth} commits from ${branch}.`)
35
35
return { "depth": depth, "branch": branch }
36
- - uses : actions/checkout@v4
36
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
37
37
with :
38
38
ref : ${{steps.git-intel.outputs.result.branch}}
39
39
fetch-depth : ${{steps.git-intel.outputs.result.depth}}
Original file line number Diff line number Diff line change 38
38
make build-all package-all checksums
39
39
40
40
- name : Upload release artifacts
41
- uses : softprops/action-gh-release@v2
41
+ uses : softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 # v2
42
42
with :
43
43
files : |
44
44
go/understackctl/build/*.zip
You can’t perform that action at this time.
0 commit comments