File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 48
48
with :
49
49
persist-credentials : false
50
50
51
- - uses : sigstore/cosign-installer@c56c2d3e59e4281cc41dea2217323ba5694b171e # v3.8.0
51
+ - uses : sigstore/cosign-installer@d7d6bc7722e3daa8354c50bcb52f4837da5e9b6a # v3.8.1
52
52
53
53
- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
54
54
with :
Original file line number Diff line number Diff line change 56
56
persist-credentials : false
57
57
58
58
- name : Utilize Go Module Cache
59
- uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
59
+ uses : actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
60
60
with :
61
61
path : |
62
62
~/go/pkg/mod
Original file line number Diff line number Diff line change 45
45
persist-credentials : false
46
46
47
47
- name : " Run analysis"
48
- uses : ossf/scorecard-action@62b2cac7ed8198b15735ed49ab1e5cf35480ba46 # v2.4.0
48
+ uses : ossf/scorecard-action@f49aabe0b5af0936a0987cfb85d86b75731b0186 # v2.4.1
49
49
with :
50
50
results_file : results.sarif
51
51
results_format : sarif
61
61
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
62
62
# format to the repository Actions tab.
63
63
- name : " Upload artifact"
64
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
64
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
65
65
with :
66
66
name : SARIF file
67
67
path : results.sarif
Original file line number Diff line number Diff line change 45
45
with :
46
46
persist-credentials : false
47
47
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
48
- - uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
48
+ - uses : actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
49
49
with :
50
50
# In order:
51
51
# * Module download cache
@@ -144,7 +144,7 @@ jobs:
144
144
- name : check disk space
145
145
run : df -h
146
146
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
147
- - uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
147
+ - uses : actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
148
148
with :
149
149
# In order:
150
150
# * Module download cache
@@ -192,7 +192,7 @@ jobs:
192
192
check-latest : true
193
193
194
194
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
195
- - uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
195
+ - uses : actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
196
196
with :
197
197
# In order:
198
198
# * Module download cache
You can’t perform that action at this time.
0 commit comments