Skip to content

Commit 7eb2414

Browse files
chore(deps): bump the actions group with 2 updates
Bumps the actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [ossf/scorecard-action](https://github.com/ossf/scorecard-action). Updates `actions/checkout` from 4 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v4...v6) Updates `ossf/scorecard-action` from 2.4.0 to 2.4.3 - [Release notes](https://github.com/ossf/scorecard-action/releases) - [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md) - [Commits](ossf/scorecard-action@v2.4.0...4eaacf0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: ossf/scorecard-action dependency-version: 2.4.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 94e86a4 commit 7eb2414

6 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/boj-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
12+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1313
- name: Trigger BoJ Server (Casket/ssg-mcp)
1414
run: |
1515
# Send a secure trigger to boj-server to build this repository

.github/workflows/mirror.yml

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

2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v6.0.1
23+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.1
2424
with:
2525
fetch-depth: 0
2626

@@ -50,7 +50,7 @@ jobs:
5050

5151
steps:
5252
- name: Checkout
53-
uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v6.0.1
53+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.1
5454
with:
5555
fetch-depth: 0
5656

.github/workflows/scorecard-enforcer.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
security-events: write
2020
id-token: write # For OIDC
2121
steps:
22-
- uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v4
22+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4
2323
with:
2424
persist-credentials: false
2525

@@ -54,7 +54,7 @@ jobs:
5454
check-critical:
5555
runs-on: ubuntu-latest
5656
steps:
57-
- uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v4
57+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4
5858

5959
- name: Check SECURITY.md exists
6060
run: |

.github/workflows/scorecard.yml

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

2323
- name: Run Scorecard
24-
uses: ossf/scorecard-action@62b2cac7ed8198b15735ed49ab1e5cf35480ba46 # v2.4.0
24+
uses: ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a # v2.4.3
2525
with:
2626
results_file: results.sarif
2727
results_format: sarif

.github/workflows/secret-scanner.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
trufflehog:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v4
17+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4
1818
with:
1919
fetch-depth: 0 # Full history for scanning
2020

@@ -26,7 +26,7 @@ jobs:
2626
gitleaks:
2727
runs-on: ubuntu-latest
2828
steps:
29-
- uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v4
29+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4
3030
with:
3131
fetch-depth: 0
3232

@@ -40,7 +40,7 @@ jobs:
4040
runs-on: ubuntu-latest
4141
if: hashFiles('**/Cargo.toml') != ''
4242
steps:
43-
- uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v4
43+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4
4444

4545
- name: Check for hardcoded secrets in Rust
4646
run: |

.github/workflows/workflow-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
lint-workflows:
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v4
20+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4
2121

2222
- name: Check SPDX headers
2323
run: |

0 commit comments

Comments
 (0)