Skip to content

Commit b63a21c

Browse files
chore(deps): update actions/checkout action to v4.1.5
1 parent 9e117d4 commit b63a21c

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
verify:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
17+
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
1818
- name: Check that the contents of common-values.yaml are included in values.yaml
1919
run: |
2020
make check-common-values

.github/workflows/e2e-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
policy-server-tag: ${{ steps.get-policy-server.outputs.policy-server-tag }}
2222
steps:
2323
- name: "Checkout repository"
24-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
24+
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
2525
- name: "Get controller container image"
2626
id: get-controller
2727
shell: bash

.github/workflows/helm-chart-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
contents: write
4444
steps:
4545
- name: Checkout
46-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
46+
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
4747
with:
4848
fetch-depth: 0
4949

.github/workflows/update-charts.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
echo "repository=${{ needs.setvariables.outputs.repository }}" >> "$GITHUB_ENV"
138138
139139
- name: Checkout
140-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
140+
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
141141

142142
- name: Download CRDS controller
143143
if: endsWith(needs.setvariables.outputs.repository, 'kubewarden-controller')
@@ -264,7 +264,7 @@ jobs:
264264
echo "repository=${{ needs.setvariables.outputs.repository }}" >> "$GITHUB_ENV"
265265
266266
- name: Checkout
267-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
267+
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
268268

269269
- name: Check if all components have a release with the same tag
270270
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1

.github/workflows/update-dependencies.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
14+
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
1515

1616
- name: Install Updatecli in the runner
1717
uses: updatecli/updatecli-action@9a37c7e35598d7b37d8e7568b40ed9538112be01 # v2.57.0

0 commit comments

Comments
 (0)