File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # SPDX-License-Identifier: PMPL-1.0-or-later
1+ # SPDX-License-Identifier: PMPL-1.0
22name : OSSF Scorecard
33on :
44 push :
55 branches : [main, master]
66 schedule :
7- - cron : ' 0 4 * * 0'
7+ - cron : ' 0 4 * * *'
8+ workflow_dispatch :
89
910# Estate guardrail: cancel superseded runs so re-pushes / rebased PR
1011# updates do not pile up queued runs against the shared account-wide
@@ -24,17 +25,17 @@ jobs:
2425 security-events : write
2526 id-token : write
2627 steps :
27- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
28+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2829 with :
2930 persist-credentials : false
30-
31+
3132 - name : Run Scorecard
32- uses : ossf/scorecard-action@62b2cac7ed8198b15735ed49ab1e5cf35480ba46 # v2.4.0
33+ uses : ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a # v2.3.1
3334 with :
3435 results_file : results.sarif
3536 results_format : sarif
36-
37+
3738 - name : Upload results
38- uses : github/codeql-action/upload-sarif@b2f9ef845756500b97acbdaf5c1dd4e9c1d15734 # v3.31.10
39+ uses : github/codeql-action/upload-sarif@c6f931105cb2c34c8f901cc885ba1e2e259cf745 # v3.31.8
3940 with :
4041 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments