Skip to content

Commit eb4fdd7

Browse files
dependabot[bot]rhahao
authored andcommitted
chore(actions): bump actions/checkout from 5.0.1 to 6.0.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.1 to 6.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@93cb6ef...1af3b93) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 03e27ff commit eb4fdd7

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

.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@93cb6efe18208431cddfb8368fd83d5badbf9bfd
24+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
2525

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

.github/workflows/code-quality-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- name: Checkout repository for code analysis
20-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
20+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
2121
with:
2222
ref: main
2323

@@ -40,7 +40,7 @@ jobs:
4040

4141
steps:
4242
- name: Checkout the code
43-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
43+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
4444
with:
4545
ref: prod
4646

.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@93cb6efe18208431cddfb8368fd83d5badbf9bfd
14+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
1515

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

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
curl -fsSL https://raw.githubusercontent.com/koyeb/koyeb-cli/master/install.sh | sh
2121
2222
- name: Checkout for release preparation
23-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
23+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
2424
with:
2525
ref: main
2626
persist-credentials: false

.github/workflows/njsscan.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 the code
20-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
20+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
2121

2222
- name: nodejsscan scan
2323
id: njsscan

.github/workflows/pr-ci.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 for linting
20-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
20+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
2121
with:
2222
persist-credentials: false
2323

.github/workflows/scorecards.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 code'
24-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
24+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
2525
with:
2626
persist-credentials: false
2727

0 commit comments

Comments
 (0)