Skip to content

Commit 8ababf9

Browse files
Bump actions/checkout from 5 to 6 (#2349)
1 parent f49e80a commit 8ababf9

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.github/workflows/code-analysis-built-module.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
#actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status
1919
steps:
2020
- name: Checkout code
21-
uses: actions/checkout@v5
21+
uses: actions/checkout@v6
2222
with:
2323
fetch-depth: 0
2424
- name: Install GitVersion

.github/workflows/code-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
#actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status
1919
steps:
2020
- name: Checkout code
21-
uses: actions/checkout@v5
21+
uses: actions/checkout@v6
2222
with:
2323
fetch-depth: 0
2424
- name: Install GitVersion

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
MODULE_NAME: 'SqlServerDsc'
3232

3333
- name: Checkout Repository
34-
uses: actions/checkout@v5
34+
uses: actions/checkout@v6
3535
with:
3636
fetch-depth: 0 # Full history needed for GitVersion
3737

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
352352
- Updated instruction files to use correct build command (`noop` instead of
353353
`build`) and fixed file pattern matching syntax.
354354
- Bump GitHub actions codeql-action/upload-sarif to v4
355+
- Bump GitHub actions checkout to v6
355356

356357
## [17.2.0] - 2025-09-16
357358

0 commit comments

Comments
 (0)