File tree Expand file tree Collapse file tree 14 files changed +19
-19
lines changed Expand file tree Collapse file tree 14 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 41
41
contents : read
42
42
43
43
steps :
44
- - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
44
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
45
45
46
46
- uses : sigstore/cosign-installer@59acb6260d9c0ba8f4a2f9d9b48431a222b68e20 # v3.5.0
47
47
Original file line number Diff line number Diff line change 47
47
48
48
steps :
49
49
- name : Checkout repository
50
- uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
50
+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
51
51
52
52
- name : Utilize Go Module Cache
53
53
uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
Original file line number Diff line number Diff line change 14
14
15
15
steps :
16
16
- name : Check out code
17
- uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v2.4.0
17
+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v2.4.0
18
18
19
19
- name : Do Not Submit
20
20
uses : chainguard-dev/actions/donotsubmit@84c993eaf02da1c325854fb272a4df9184bd80fc # main
Original file line number Diff line number Diff line change 53
53
COSIGN_YES : " true"
54
54
steps :
55
55
- name : Checkout
56
- uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
56
+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
57
57
- uses : cpanato/vault-installer@ac6d910a90d64f78ef773afe83887a35c95245c6 # v1.0.3
58
58
with :
59
59
vault-release : ' 1.14.1'
Original file line number Diff line number Diff line change 39
39
runs-on : ${{ matrix.os }}
40
40
41
41
steps :
42
- - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
42
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
43
43
- uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
44
44
with :
45
45
go-version : ' 1.21'
52
52
runs-on : ubuntu-latest
53
53
54
54
steps :
55
- - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
55
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
56
56
- uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
57
57
with :
58
58
go-version : ' 1.21'
Original file line number Diff line number Diff line change 45
45
COSIGN_YES : " true"
46
46
47
47
steps :
48
- - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
48
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
49
49
- uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
50
50
with :
51
51
go-version : ' 1.21'
Original file line number Diff line number Diff line change 42
42
KO_PREFIX : ghcr.io/${{ github.repository }}
43
43
runs-on : ubuntu-latest
44
44
steps :
45
- - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
45
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
46
46
- uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
47
47
with :
48
48
go-version : ' 1.21'
Original file line number Diff line number Diff line change 46
46
KO_DOCKER_REPO : registry.local:5000/policy-controller
47
47
48
48
steps :
49
- - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
49
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
50
50
- uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
51
51
with :
52
52
go-version : ' 1.21'
Original file line number Diff line number Diff line change 47
47
COSIGN_YES : " true"
48
48
49
49
steps :
50
- - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
50
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
51
51
- uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
52
52
with :
53
53
go-version : ' 1.21'
Original file line number Diff line number Diff line change 23
23
id-token : write
24
24
steps :
25
25
- name : " Checkout code"
26
- uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
26
+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
27
27
with :
28
28
persist-credentials : false
29
29
You can’t perform that action at this time.
0 commit comments