Skip to content

Commit a393422

Browse files
Bump actions/checkout from 5.0.0 to 6.0.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.0 to 6.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v5...v6.0.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2393a60 commit a393422

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/codespell.yml

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

1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v5
17+
uses: actions/checkout@v6.0.1
1818
# OSPS-BR-01.02: Validate branch name before use in pipeline
1919
# This protects against potential future use of branch names in commands
2020
# GITHUB_REF_NAME is the short ref name (e.g., "main" not "refs/heads/main")

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
# Update by consulting: https://github.com/actions/checkout/releases
4242
# We include the hash after '@', and comment "pin @SIMPLE-NAME"; this is
4343
# the naming convention of https://github.com/mheap/pin-github-action
44-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # pin @v4.1
44+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # pin @v4.1
4545

4646
# OSPS-BR-01.02: Validate branch name before use in pipeline
4747
# This protects against potential future use of branch names in commands

.github/workflows/scorecard.yml

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

3333
steps:
3434
- name: "Checkout code"
35-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
35+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
3636
with:
3737
persist-credentials: false
3838

0 commit comments

Comments
 (0)