Skip to content

Commit 0abb00b

Browse files
feat(deps): bump actions/checkout from 6.0.2 to 6.0.3
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.2 to 6.0.3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@de0fac2...df4cb1c) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7cfaeb8 commit 0abb00b

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/code-ql.yml

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

2222
steps:
2323
- name: Checkout repository for code analysis
24-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
24+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
2525

2626
- name: Initialize CodeQL
2727
uses: github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13

.github/workflows/dependency-review.yml

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

1212
steps:
1313
- name: Checkout for dependency review
14-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
14+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
1515

1616
- name: Running Dependency Review
1717
uses: actions/dependency-review-action@2031cfc080254a8a887f58cffee85186f0e49e48

.github/workflows/deploy.yml

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

1919
steps:
2020
- name: Checkout for release preparation
21-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
21+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
2222
with:
2323
ref: main
2424
persist-credentials: false

.github/workflows/scorecards.yml

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

1818
steps:
1919
- name: 'Checkout code'
20-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
20+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
2121
with:
2222
persist-credentials: false
2323

0 commit comments

Comments
 (0)