File tree 7 files changed +16
-16
lines changed
7 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 13
13
name : Check
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
16
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
17
17
- uses : actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af # v1.0.7
18
18
with :
19
19
profile : minimal
27
27
name : Unit tests
28
28
runs-on : ubuntu-latest
29
29
steps :
30
- - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
30
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
31
31
- uses : actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af # v1.0.7
32
32
with :
33
33
profile : minimal
42
42
name : Integration tests
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-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af # v1.0.7
47
47
with :
48
48
profile : minimal
57
57
name : Rustfmt
58
58
runs-on : ubuntu-latest
59
59
steps :
60
- - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
60
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
61
61
- uses : actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af # v1.0.7
62
62
with :
63
63
profile : minimal
73
73
name : Clippy
74
74
runs-on : ubuntu-latest
75
75
steps :
76
- - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
76
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
77
77
- uses : actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af # v1.0.7
78
78
with :
79
79
profile : minimal
89
89
name : coverage
90
90
runs-on : ubuntu-latest
91
91
steps :
92
- - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
92
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
93
93
- uses : actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af # v1.0.7
94
94
with :
95
95
profile : minimal
Original file line number Diff line number Diff line change 20
20
21
21
steps :
22
22
- name : Checkout code
23
- uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
23
+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
24
24
25
25
- name : Setup rust toolchain
26
26
uses : actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af # v1.0.7
56
56
digest : ${{ steps.setoutput.outputs.digest }}
57
57
steps :
58
58
- name : Checkout code
59
- uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
59
+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
60
60
- name : Set up QEMU
61
61
uses : docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v3.0.0
62
62
- name : Set up Docker Buildx
@@ -70,12 +70,12 @@ jobs:
70
70
71
71
# Download the policy-server artifacts we've built inside of the previous job
72
72
- name : Download policy-server-x86_64 artifact
73
- uses : actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4.1.6
73
+ uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
74
74
with :
75
75
name : policy-server-x86_64
76
76
path : artifacts-x86_64
77
77
- name : Download policy-server-aarch64 artifact
78
- uses : actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4.1.6
78
+ uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
79
79
with :
80
80
name : policy-server-aarch64
81
81
path : artifacts-aarch64
Original file line number Diff line number Diff line change 13
13
fossa-scan :
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
16
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
17
17
- uses : fossas/fossa-action@47ef11b1e1e3812e88dae436ccbd2d0cbd1adab0 # v1.3.3
18
18
with :
19
19
api-key : ${{secrets.FOSSA_API_TOKEN}}
Original file line number Diff line number Diff line change @@ -71,10 +71,10 @@ jobs:
71
71
core.setFailed(`Draft release not found`)
72
72
73
73
- name : Checkout code for kubewarden-dashboard.json
74
- uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
74
+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
75
75
76
76
- name : Download SBOM artifact
77
- uses : actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4.1.6
77
+ uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
78
78
with :
79
79
pattern : sbom-*
80
80
path : ./
Original file line number Diff line number Diff line change 22
22
steps :
23
23
# this is required to obtain the syft configuration
24
24
- name : Checkout code
25
- uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
25
+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
26
26
27
27
- name : Install cosign
28
28
uses : sigstore/cosign-installer@59acb6260d9c0ba8f4a2f9d9b48431a222b68e20 # v3.5.0
Original file line number Diff line number Diff line change 10
10
audit :
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
13
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
14
14
- uses : actions-rs/audit-check@35b7b53b1e25b55642157ac01b4adceb5b9ebef3 # v1.2.0
15
15
with :
16
16
token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 12
12
security_audit :
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
15
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
16
16
- uses : actions-rs/audit-check@35b7b53b1e25b55642157ac01b4adceb5b9ebef3 # v1.2.0
17
17
with :
18
18
token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments