File tree 7 files changed +13
-13
lines changed
7 files changed +13
-13
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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
16
+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
30
+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
45
+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
60
+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
76
+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
92
+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
23
+ uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
59
+ uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
60
60
- name : Set up QEMU
61
61
uses : docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v3.0.0
62
62
- name : Set up Docker Buildx
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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
16
+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
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
71
core.setFailed(`Draft release not found`)
72
72
73
73
- name : Checkout code for kubewarden-dashboard.json
74
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
74
+ uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
75
75
76
76
- name : Download SBOM artifact
77
77
uses : actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
25
+ uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
26
26
27
27
- name : Install cosign
28
28
uses : sigstore/cosign-installer@e1523de7571e31dbe865fd2e80c5c7c23ae71eb4 # v3.4.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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
13
+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
15
+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
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