Commit b63a21c 1 parent 9e117d4 commit b63a21c Copy full SHA for b63a21c
File tree 5 files changed +6
-6
lines changed
5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 14
14
verify :
15
15
runs-on : ubuntu-latest
16
16
steps :
17
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
17
+ - uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
18
18
- name : Check that the contents of common-values.yaml are included in values.yaml
19
19
run : |
20
20
make check-common-values
Original file line number Diff line number Diff line change 21
21
policy-server-tag : ${{ steps.get-policy-server.outputs.policy-server-tag }}
22
22
steps :
23
23
- name : " Checkout repository"
24
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
24
+ uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
25
25
- name : " Get controller container image"
26
26
id : get-controller
27
27
shell : bash
Original file line number Diff line number Diff line change 43
43
contents : write
44
44
steps :
45
45
- name : Checkout
46
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
46
+ uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
47
47
with :
48
48
fetch-depth : 0
49
49
Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ jobs:
137
137
echo "repository=${{ needs.setvariables.outputs.repository }}" >> "$GITHUB_ENV"
138
138
139
139
- name : Checkout
140
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
140
+ uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
141
141
142
142
- name : Download CRDS controller
143
143
if : endsWith(needs.setvariables.outputs.repository, 'kubewarden-controller')
@@ -264,7 +264,7 @@ jobs:
264
264
echo "repository=${{ needs.setvariables.outputs.repository }}" >> "$GITHUB_ENV"
265
265
266
266
- name : Checkout
267
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
267
+ uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
268
268
269
269
- name : Check if all components have a release with the same tag
270
270
uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- name : Checkout
14
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
14
+ uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
15
15
16
16
- name : Install Updatecli in the runner
17
17
uses : updatecli/updatecli-action@9a37c7e35598d7b37d8e7568b40ed9538112be01 # v2.57.0
You can’t perform that action at this time.
0 commit comments