Skip to content

Commit 4c3f971

Browse files
Bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a112736 commit 4c3f971

16 files changed

+26
-26
lines changed

.github/workflows/code-scanning-pack-gen.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
matrix: ${{ steps.export-code-scanning-pack-matrix.outputs.matrix }}
2929
steps:
3030
- name: Checkout repository
31-
uses: actions/checkout@v5
31+
uses: actions/checkout@v6
3232
- name: Export Code Scanning pack matrix
3333
id: export-code-scanning-pack-matrix
3434
run: |
@@ -44,7 +44,7 @@ jobs:
4444
fail-fast: false
4545
matrix: ${{ fromJSON(needs.prepare-code-scanning-pack-matrix.outputs.matrix) }}
4646
steps:
47-
- uses: actions/checkout@v5
47+
- uses: actions/checkout@v6
4848

4949
- name: Cache CodeQL
5050
id: cache-codeql
@@ -84,7 +84,7 @@ jobs:
8484
id: checkout-external-help-files
8585
# PRs from forks and dependabot do not have access to an appropriate token for cloning the help files repos
8686
if: ${{ !github.event.pull_request.head.repo.fork && github.actor != 'dependabot[bot]' }}
87-
uses: actions/checkout@v5
87+
uses: actions/checkout@v6
8888
with:
8989
ssh-key: ${{ secrets.CODEQL_CODING_STANDARDS_HELP_KEY }}
9090
repository: "github/codeql-coding-standards-help"

.github/workflows/codeql_unit_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
matrix: ${{ steps.export-unit-test-matrix.outputs.matrix }}
2626
steps:
2727
- name: Checkout repository
28-
uses: actions/checkout@v5
28+
uses: actions/checkout@v6
2929

3030
- name: Export unit test matrix
3131
id: export-unit-test-matrix
@@ -47,7 +47,7 @@ jobs:
4747

4848
steps:
4949
- name: Checkout repository
50-
uses: actions/checkout@v5
50+
uses: actions/checkout@v6
5151

5252
- name: Install Python
5353
uses: actions/setup-python@v5

.github/workflows/dispatch-matrix-test-on-comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-22.04
1414
steps:
1515
- name: Checkout repository
16-
uses: actions/checkout@v5
16+
uses: actions/checkout@v6
1717

1818
- name: Check permission
1919
id: check-write-permission

.github/workflows/dispatch-release-performance-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-22.04
1414
steps:
1515
- name: Checkout repository
16-
uses: actions/checkout@v5
16+
uses: actions/checkout@v6
1717

1818
- name: Check permission
1919
id: check-write-permission

.github/workflows/extra-rule-validation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-22.04
2424
steps:
2525
- name: Checkout
26-
uses: actions/checkout@v5
26+
uses: actions/checkout@v6
2727

2828
- name: Check Rules
2929
shell: pwsh
@@ -35,7 +35,7 @@ jobs:
3535
runs-on: ubuntu-22.04
3636
steps:
3737
- name: Checkout
38-
uses: actions/checkout@v5
38+
uses: actions/checkout@v6
3939

4040
- name: Ensure CPP Shared Rules Have Valid Structure
4141
shell: pwsh

.github/workflows/finalize-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,14 @@ jobs:
4444
fi
4545
4646
- name: Checkout
47-
uses: actions/checkout@v5
47+
uses: actions/checkout@v6
4848
with:
4949
ref: ${{ env.REF }}
5050
fetch-depth: 0
5151
path: release
5252

5353
- name: Checkout
54-
uses: actions/checkout@v5
54+
uses: actions/checkout@v6
5555
with:
5656
ref: ${{ env.TOOL_REF }}
5757
path: tooling

.github/workflows/generate-html-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-22.04
2323
steps:
2424
- name: Checkout
25-
uses: actions/checkout@v5
25+
uses: actions/checkout@v6
2626

2727
- name: Install Python
2828
uses: actions/setup-python@v5

.github/workflows/prepare-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ubuntu-22.04
3535
steps:
3636
- name: Checkout
37-
uses: actions/checkout@v5
37+
uses: actions/checkout@v6
3838
with:
3939
ref: ${{ inputs.ref }}
4040

.github/workflows/standard_library_upgrade_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
matrix: ${{ steps.export-unit-test-matrix.outputs.matrix }}
2222
steps:
2323
- name: Checkout repository
24-
uses: actions/checkout@v5
24+
uses: actions/checkout@v6
2525

2626
- name: Export unit test matrix
2727
id: export-unit-test-matrix
@@ -43,7 +43,7 @@ jobs:
4343

4444
steps:
4545
- name: Checkout repository
46-
uses: actions/checkout@v5
46+
uses: actions/checkout@v6
4747

4848
- name: Setup Python 3
4949
uses: actions/setup-python@v5

.github/workflows/tooling-unit-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
matrix: ${{ steps.export-supported-codeql-env-matrix.outputs.matrix }}
2525
steps:
2626
- name: Checkout repository
27-
uses: actions/checkout@v5
27+
uses: actions/checkout@v6
2828

2929
- name: Export supported CodeQL environment matrix
3030
id: export-supported-codeql-env-matrix
@@ -42,7 +42,7 @@ jobs:
4242
matrix: ${{ fromJSON(needs.prepare-supported-codeql-env-matrix.outputs.matrix) }}
4343
steps:
4444
- name: Checkout
45-
uses: actions/checkout@v5
45+
uses: actions/checkout@v6
4646

4747
- name: Install Python
4848
uses: actions/setup-python@v5
@@ -85,7 +85,7 @@ jobs:
8585
runs-on: ubuntu-22.04
8686
steps:
8787
- name: Checkout
88-
uses: actions/checkout@v5
88+
uses: actions/checkout@v6
8989

9090
- name: Install Python
9191
uses: actions/setup-python@v5
@@ -104,7 +104,7 @@ jobs:
104104
runs-on: ubuntu-22.04
105105
steps:
106106
- name: Checkout
107-
uses: actions/checkout@v5
107+
uses: actions/checkout@v6
108108

109109
- name: Install Python
110110
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)