We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57a6a7b commit b3a9d03Copy full SHA for b3a9d03
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:
@@ -30,12 +30,12 @@ jobs:
30
persist-credentials: false
31
32
- name: Run Scorecard
33
- uses: ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a # v2.4.3
+ uses: ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a # v2.3.1
34
with:
35
results_file: results.sarif
36
results_format: sarif
37
38
- name: Upload results
39
- uses: github/codeql-action/upload-sarif@0d579ffd059c29b07949a3cce3983f0780820c98 # v3.31.8
+ uses: github/codeql-action/upload-sarif@c6f931105cb2c34c8f901cc885ba1e2e259cf745 # v3.31.8
40
41
sarif_file: results.sarif
0 commit comments