Skip to content

Commit 0779c12

Browse files
authored
Merge pull request #1481 from kubernetes-sigs/dependabot/github_actions/actions/checkout-4.1.2
chore: bump actions/checkout from 4.1.1 to 4.1.2
2 parents 57b289b + 8f1c32e commit 0779c12

8 files changed

+8
-8
lines changed

.github/workflows/chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 # v2.6.1
2323
with:
2424
egress-policy: audit
25-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.0.0
25+
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.0.0
2626
with:
2727
submodules: true
2828
fetch-depth: 0

.github/workflows/codecov.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
egress-policy: audit
2020

21-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.0.0
21+
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.0.0
2222
- uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
2323
with:
2424
go-version: "^1.20"

.github/workflows/codeql.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
egress-policy: audit
2727

2828
- name: Checkout repository
29-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.0.0
29+
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.0.0
3030

3131
- name: Initialize CodeQL
3232
uses: github/codeql-action/init@05963f47d870e2cb19a537396c1f668a348c7d8f # v3.24.8

.github/workflows/create-release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
egress-policy: audit
1818

1919
- name: Checkout
20-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.0.0
20+
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.0.0
2121
with:
2222
fetch-depth: 0
2323
- name: Goreleaser

.github/workflows/dependency-review.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
egress-policy: audit
2323

2424
- name: 'Checkout Repository'
25-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.0.0
25+
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.0.0
2626
- name: 'Dependency Review'
2727
uses: actions/dependency-review-action@4901385134134e04cec5fbe5ddfe3b2c5bd5d976 # v4.0.0

.github/workflows/e2e.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
with:
3737
egress-policy: audit
3838
- name: Checkout
39-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.0.0
39+
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.0.0
4040
with:
4141
submodules: true
4242
fetch-depth: 0

.github/workflows/markdown-link-check.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 # v2.6.1
2626
with:
2727
egress-policy: audit
28-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.0.0
28+
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.0.0
2929
- uses: gaurav-nelson/github-action-markdown-link-check@d53a906aa6b22b8979d33bc86170567e619495ec # v1.0.15
3030
with:
3131
# this will only show errors in the output

.github/workflows/scorecards.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
egress-policy: audit
3737

3838
- name: "Checkout code"
39-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.0.0
39+
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.0.0
4040
with:
4141
persist-credentials: false
4242

0 commit comments

Comments
 (0)