Skip to content

Commit ea8626f

Browse files
dependabot[bot]rhahao
authored andcommitted
chore(actions): bump actions/checkout from 4.1.3 to 4.1.4
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.3 to 4.1.4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@1d96c77...0ad4b8f) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 29763bb commit ea8626f

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@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
24+
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
2525

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

.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@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
20+
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
2121
with:
2222
ref: main
2323

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

4141
steps:
4242
- name: Checkout the code
43-
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
43+
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
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@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
14+
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
1515

1616
- name: Running Dependency Review
1717
uses: actions/dependency-review-action@5bbc3ba658137598168acb2ab73b21c432dd411b

.github/workflows/deploy.yml

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

1717
steps:
1818
- name: Checkout for release preparation
19-
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
19+
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
2020
with:
2121
ref: main
2222
persist-credentials: false

.github/workflows/njsscan.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 the code
24-
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
24+
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
2525

2626
- name: nodejsscan scan
2727
id: njsscan

.github/workflows/redeploy.yml

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

1717
steps:
1818
- name: Checkout for release preparation
19-
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
19+
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
2020
with:
2121
ref: main
2222
persist-credentials: false

.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@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
24+
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
2525
with:
2626
persist-credentials: false
2727

0 commit comments

Comments
 (0)