Skip to content

Commit 4f4e273

Browse files
🌱 Bump actions/checkout from 5.0.1 to 6.0.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.1 to 6.0.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5.0.1...de0fac2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e563311 commit 4f4e273

10 files changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/apidiff.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
permissions:
88
contents: read
99
steps:
10-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
10+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1111
with:
1212
fetch-depth: 0
1313
- uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ jobs:
1111
contents: read
1212
steps:
1313
- name: Checkout code
14-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
14+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1515
- name: Build
1616
run: make image-build

.github/workflows/e2e-branch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
packages: write
2929
steps:
3030
- name: Checkout code
31-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
31+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3232
with:
3333
ref: |
3434
${{ env.BRANCH }}

.github/workflows/fossa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
timeout-minutes: 30
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
18+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1919

2020
# The FOSSA token is shared between all repos in Rancher's GH org. It can be
2121
# used directly and there is no need to request specific access to EIO.

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
contents: read
1313
steps:
1414
- name: Checkout code
15-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
15+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1616
- name: Install Go
1717
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
1818
with:

.github/workflows/nightly-publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout code
19-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
19+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2020
- name: Login to GHCR registry
2121
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
2222
with:
@@ -40,7 +40,7 @@ jobs:
4040
needs: publish_images
4141
steps:
4242
- name: Checkout code
43-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
43+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4444
- name: Login to GHCR registry
4545
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
4646
with:

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
runs-on: ubuntu-latest
3737
steps:
3838
- name: Checkout code
39-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
39+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4040
with:
4141
fetch-depth: 0
4242
ref: ${{ github.ref_name}}
@@ -75,7 +75,7 @@ jobs:
7575
needs: publish-images
7676
steps:
7777
- name: Checkout code
78-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
78+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
7979
with:
8080
fetch-depth: 0
8181
ref: ${{ github.ref_name }}

.github/workflows/scan.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
contents: read
1616
steps:
1717
- name: Checkout code
18-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
18+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1919
with:
2020
fetch-depth: 0
2121
- name: Set up Go

.github/workflows/unit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
permissions:
1010
contents: read
1111
steps:
12-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
12+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1313
- name: Install Go
1414
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
1515
with:

.github/workflows/verify.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
permissions:
1010
contents: read
1111
steps:
12-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
12+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1313
- name: Install Go
1414
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
1515
with:

0 commit comments

Comments
 (0)