Skip to content

Commit 3ccf515

Browse files
committed
ci: redistribute canonical scorecard-enforcer.yml (concurrency-cancel guard) (Refs hyperpolymath/standards#122)
1 parent 35e7714 commit 3ccf515

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/scorecard-enforcer.yml

Lines changed: 3 additions & 2 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:
@@ -38,7 +39,7 @@ jobs:
3839
publish_results: true
3940

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

0 commit comments

Comments
 (0)