Skip to content

Commit 04f4797

Browse files
committed
ci: redistribute canonical scorecard-enforcer.yml (concurrency-cancel guard) (Refs hyperpolymath/standards#122)
1 parent 46b2546 commit 04f4797

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/scorecard-enforcer.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ concurrency:
1717
group: ${{ github.workflow }}-${{ github.ref }}
1818
cancel-in-progress: true
1919

20-
permissions: read-all
20+
permissions:
21+
contents: read
2122

2223
jobs:
2324
scorecard:
@@ -26,7 +27,7 @@ jobs:
2627
security-events: write
2728
id-token: write # For OIDC
2829
steps:
29-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
30+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3031
with:
3132
persist-credentials: false
3233

@@ -38,7 +39,7 @@ jobs:
3839
publish_results: true
3940

4041
- name: Upload SARIF
41-
uses: github/codeql-action/upload-sarif@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v3
42+
uses: github/codeql-action/upload-sarif@c6f931105cb2c34c8f901cc885ba1e2e259cf745 # v4
4243
with:
4344
sarif_file: results.sarif
4445

@@ -61,7 +62,7 @@ jobs:
6162
check-critical:
6263
runs-on: ubuntu-latest
6364
steps:
64-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
65+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
6566

6667
- name: Check SECURITY.md exists
6768
run: |

0 commit comments

Comments
 (0)