25
25
permissions : {}
26
26
name : Install Chainsaw and test presence in path
27
27
steps :
28
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
28
+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
29
29
- name : Install Chainsaw
30
30
uses : ./
31
31
- name : Check install
48
48
permissions : {}
49
49
name : Install Chainsaw with cosign verification and test presence in path
50
50
steps :
51
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
51
+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
52
52
- name : Install Cosign
53
53
uses : sigstore/cosign-installer@e1523de7571e31dbe865fd2e80c5c7c23ae71eb4 # v3.4.0
54
54
- name : Install Chainsaw
75
75
permissions : {}
76
76
name : Install Chainsaw and test presence in path from GitHub
77
77
steps :
78
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
78
+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
79
79
- name : Install Chainsaw
80
80
uses : kyverno/action-install-chainsaw@main
81
81
- name : Check install
98
98
permissions : {}
99
99
name : Install Chainsaw and test presence in path
100
100
steps :
101
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
101
+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
102
102
- name : Install Chainsaw
103
103
uses : ./
104
104
with :
@@ -123,7 +123,7 @@ jobs:
123
123
permissions : {}
124
124
name : Try to install a wrong version
125
125
steps :
126
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
126
+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
127
127
- name : Install Chainsaw
128
128
uses : ./
129
129
with :
@@ -138,7 +138,7 @@ jobs:
138
138
permissions : {}
139
139
name : Install Chainsaw and test presence in path
140
140
steps :
141
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
141
+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
142
142
- name : Install Chainsaw
143
143
uses : ./
144
144
with :
@@ -162,7 +162,7 @@ jobs:
162
162
permissions : {}
163
163
name : Install Chainsaw and test presence in path with custom root dir
164
164
steps :
165
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
165
+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
166
166
- name : Install Chainsaw
167
167
uses : ./
168
168
with :
@@ -192,7 +192,7 @@ jobs:
192
192
- ' 1.21'
193
193
name : Try to install with go ${{ matrix.go_version }}
194
194
steps :
195
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
195
+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
196
196
- uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
197
197
with :
198
198
go-version : ${{ matrix.go_version }}
0 commit comments