File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed 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@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
59
+ uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
60
60
with :
61
61
path : |
62
62
~/go/pkg/mod
Original file line number Diff line number Diff line change 39
39
40
40
- run : make cosign conformance
41
41
42
- - uses : sigstore/sigstore-conformance@d658ea74a060aeabae78f8a379167f219dc38c38 # v0.0.16
42
+ - uses : sigstore/sigstore-conformance@640e7dfb715518eeeb492910c6d244cedcc6cfea # v0.0.17
43
43
with :
44
44
entrypoint : ${{ github.workspace }}/conformance
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@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
48
+ - uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
49
49
with :
50
50
# In order:
51
51
# * Module download cache
70
70
GODEBUG : x509sha1=1
71
71
run : go test -tags=sct -covermode atomic -coverprofile coverage.txt $(go list ./... | grep -v third_party/)
72
72
- name : Upload Coverage Report
73
- uses : codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
73
+ uses : codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
74
74
with :
75
75
env_vars : OS
76
76
- name : Run Go tests w/ `-race`
@@ -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@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
147
+ - uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
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@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
195
+ - uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
196
196
with :
197
197
# In order:
198
198
# * Module download cache
You can’t perform that action at this time.
0 commit comments