We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd36757 commit 6bb6a24Copy full SHA for 6bb6a24
1 file changed
.github/workflows/scorecard.yml
@@ -1,4 +1,4 @@
1
-# SPDX-License-Identifier: PMPL-1.0-or-later
+# SPDX-License-Identifier: PMPL-1.0
2
name: OSSF Scorecard
3
on:
4
push:
@@ -25,7 +25,7 @@ jobs:
25
security-events: write
26
id-token: write
27
steps:
28
- - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
+ - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
29
with:
30
persist-credentials: false
31
@@ -36,6 +36,6 @@ jobs:
36
results_format: sarif
37
38
- name: Upload results
39
- uses: github/codeql-action/upload-sarif@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v3.31.8
+ uses: github/codeql-action/upload-sarif@c6f931105cb2c34c8f901cc885ba1e2e259cf745 # v3.31.8
40
41
sarif_file: results.sarif
0 commit comments