Skip to content

Commit 6ab0638

Browse files
dependabot[bot]rhahao
authored andcommitted
chore(actions): bump actions/checkout from 6.0.1 to 6.0.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.1 to 6.0.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@8e8c483...de0fac2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 585b39f commit 6ab0638

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/code-ql.yml

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

2121
steps:
2222
- name: Checkout repository for code analysis
23-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
23+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2424

2525
- name: Initialize CodeQL
2626
uses: github/codeql-action/init@cdefb33c0f6224e58673d9004f47f7cb3e328b89

.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@8e8c483db84b4bee98b60c0593521ed34d9990e8
14+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
1515

1616
- name: Running Dependency Review
1717
uses: actions/dependency-review-action@3c4e3dcb1aa7874d2c16be7d79418e9b7efd6261

.github/workflows/njsscan.yml

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

2121
steps:
2222
- name: Checkout the code
23-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
23+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2424

2525
- name: nodejsscan scan
2626
id: njsscan

.github/workflows/scorecards.yml

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

2121
steps:
2222
- name: 'Checkout code'
23-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
23+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2424
with:
2525
persist-credentials: false
2626

0 commit comments

Comments
 (0)