File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 15
15
kyverno :
16
16
runs-on : ubuntu-latest
17
17
steps :
18
- - uses : actions/checkout@v2.4 .0
18
+ - uses : actions/checkout@v3.0 .0
19
19
20
20
- name : Get kyverno
21
21
run : wget -q -O - https://github.com/kyverno/kyverno/releases/download/v1.5.4/kyverno-cli_v1.5.4_linux_x86_64.tar.gz | tar -C /usr/local/bin -xzf - kyverno
26
26
checkov :
27
27
runs-on : ubuntu-latest
28
28
steps :
29
- - uses : actions/checkout@v2.4 .0
29
+ - uses : actions/checkout@v3.0 .0
30
30
31
31
- name : Get checkov
32
32
run : pip install checkov
@@ -78,12 +78,12 @@ jobs:
78
78
semantic_version : ${{ steps.semver.outputs.semantic_version }}
79
79
steps :
80
80
- name : Checkout repo
81
- uses : actions/checkout@v2
81
+ uses : actions/checkout@v3
82
82
with :
83
83
fetch-depth : ' 0'
84
84
- name : Semver run
85
85
id : semver
86
- uses :
lukaszraczylo/[email protected] .2
86
+ uses :
lukaszraczylo/[email protected] .18
87
87
with :
88
88
config_file : .github/semver.yaml
89
89
repository_local : true
You can’t perform that action at this time.
0 commit comments