Skip to content

Commit 0f38c08

Browse files
Bump actions/checkout from 5.0.1 to 6.0.0 (#631)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.1 to 6.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v5.0.1...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 40edf65 commit 0f38c08

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.github/workflows/collector-image.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
CURRENT_VERSION_GENERIC_BRANCH: main
3535
steps:
3636
- name: Checkout generic working branch of the current version
37-
uses: actions/checkout@v6
37+
uses: actions/checkout@v6.0.0
3838
with:
3939
ref: ${{ env.CURRENT_VERSION_GENERIC_BRANCH }}
4040
fetch-depth: '0'
@@ -70,7 +70,7 @@ jobs:
7070
run: echo "Tag '$COLLECTOR_VERSION' does not exist on remote $COLLECTOR_SRC_URL"
7171

7272
- name: Checkout the version tag
73-
uses: actions/checkout@v6
73+
uses: actions/checkout@v6.0.0
7474
with:
7575
ref: ${{ env.COLLECTOR_VERSION }}
7676

@@ -118,7 +118,7 @@ jobs:
118118
CURRENT_VERSION_GENERIC_BRANCH: main
119119
steps:
120120
- name: Checkout generic working branch of the current version
121-
uses: actions/checkout@v6
121+
uses: actions/checkout@v6.0.0
122122
with:
123123
ref: ${{ env.CURRENT_VERSION_GENERIC_BRANCH }}
124124
fetch-depth: '0'
@@ -154,7 +154,7 @@ jobs:
154154
run: echo "Tag '$COLLECTOR_VERSION' does not exist on remote $COLLECTOR_SRC_URL"
155155

156156
- name: Checkout the version tag
157-
uses: actions/checkout@v6
157+
uses: actions/checkout@v6.0.0
158158
with:
159159
ref: ${{ env.COLLECTOR_VERSION }}
160160

.github/workflows/curl-collector.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
2222
- name: Check out `certsuite`
2323
if: ${{ failure() }}
24-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v4.1.7
24+
uses: actions/checkout@c2d88d3ecc89a9ef08eebf45d9637801dcee7eb5 # v4.1.7
2525
with:
2626
repository: redhat-best-practices-for-k8s/certsuite
2727
path: certsuite

.github/workflows/nightly-sanity-check.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ jobs:
3636
3737
# Perform smoke tests using a Certsuite container.
3838
- name: Check out code
39-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v4.1.7
39+
uses: actions/checkout@c2d88d3ecc89a9ef08eebf45d9637801dcee7eb5 # v4.1.7
4040
with:
4141
ref: ${{ github.sha }}
4242

4343
- name: Check out `certsuite`
44-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v4.1.7
44+
uses: actions/checkout@c2d88d3ecc89a9ef08eebf45d9637801dcee7eb5 # v4.1.7
4545
with:
4646
repository: redhat-best-practices-for-k8s/certsuite
4747
path: certsuite

.github/workflows/pre-main.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
steps:
2929
- name: Check out code into the Go module directory
30-
uses: actions/checkout@v6
30+
uses: actions/checkout@v6.0.0
3131
with:
3232
ref: ${{ github.sha }}
3333

@@ -101,7 +101,7 @@ jobs:
101101
steps:
102102

103103
- name: Check out the code
104-
uses: actions/checkout@v6
104+
uses: actions/checkout@v6.0.0
105105

106106
# Build Collector image with unstable tag
107107
- name: Build the image
@@ -135,7 +135,7 @@ jobs:
135135
runs-on: ubuntu-24.04
136136
steps:
137137
- name: Check out the code
138-
uses: actions/checkout@v6
138+
uses: actions/checkout@v6.0.0
139139

140140
# Build Collector image with unstable tag
141141
- name: Build the image

0 commit comments

Comments
 (0)