Skip to content

Commit 3a5b81a

Browse files
committed
fix(ci): sync scorecard.yml with canonical boj-server pins
RGTV's copy had drifted action SHAs (some invalid). boj-server runs the same workflow successfully, so restoring its version.
1 parent a42bef6 commit 3a5b81a

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

.github/workflows/scorecard.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-License-Identifier: MPL-2.0-or-later
1+
# SPDX-License-Identifier: MPL-2.0
22
name: OSSF Scorecard
33
on:
44
push:
@@ -7,8 +7,7 @@ on:
77
- cron: '0 4 * * *'
88
workflow_dispatch:
99

10-
permissions:
11-
contents: read
10+
permissions: read-all
1211

1312
jobs:
1413
analysis:
@@ -17,17 +16,17 @@ jobs:
1716
security-events: write
1817
id-token: write
1918
steps:
20-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
19+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2120
with:
2221
persist-credentials: false
2322

2423
- name: Run Scorecard
25-
uses: ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a # v2.3.1
24+
uses: ossf/scorecard-action@99c09fe975337306107572b4fdf4db224cf8e2f2 # v2.4.3
2625
with:
2726
results_file: results.sarif
2827
results_format: sarif
2928

3029
- name: Upload results
31-
uses: github/codeql-action/upload-sarif@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v3.31.8
30+
uses: github/codeql-action/upload-sarif@52485aec7be33610227643b0fe83936b8b5f061a # v3
3231
with:
3332
sarif_file: results.sarif

0 commit comments

Comments
 (0)