Skip to content

Commit 3fc3d3b

Browse files
authored
Merge pull request #3619 from kubernetes/dependabot/github_actions/actions-edf2abb101
build(deps): bump actions/checkout from 4.1.5 to 4.1.6 in the actions group
2 parents 87a2953 + e71f1b9 commit 3fc3d3b

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
objects.githubusercontent.com:443
5454
5555
- name: Checkout repository
56-
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
56+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
5757

5858
- name: Set up Go
5959
id: go

.github/workflows/depsreview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
api.securityscorecards.dev:443
2323
2424
- name: 'Checkout Repository'
25-
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
25+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
2626

2727
- name: 'Dependency Review'
2828
uses: actions/dependency-review-action@0c155c5e8556a497adf53f2c18edabf945ed8e70 # v4.3.2

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515

16-
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
16+
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
1717

1818
- name: Set up Go
1919
id: go

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
disable-sudo: true
2525
egress-policy: audit
2626

27-
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v3.5.2
27+
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v3.5.2
2828
with:
2929
fetch-depth: 1
3030

@@ -71,7 +71,7 @@ jobs:
7171
egress-policy: audit
7272

7373
- name: Check out code onto GOPATH
74-
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
74+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
7575
with:
7676
fetch-depth: 1
7777

.github/workflows/scorecards-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
steps:
3030
- name: "Checkout code"
31-
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
31+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
3232
with:
3333
persist-credentials: false
3434

.github/workflows/snapshot.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
disable-sudo: true
1919
egress-policy: audit
2020

21-
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v3.5.2
21+
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v3.5.2
2222
with:
2323
fetch-depth: 1
2424

@@ -67,7 +67,7 @@ jobs:
6767
egress-policy: audit
6868

6969
- name: Check out code onto GOPATH
70-
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
70+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
7171
with:
7272
fetch-depth: 1
7373

0 commit comments

Comments
 (0)