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- <<<<<<< HEAD
2- # SPDX-License-Identifier: PMPL-1.0-or-later
3- =======
4- # SPDX-License-Identifier: MPL-2.0-or-later
5- >>>>>>> 1637fa5 (chore: sync from parent repo automation)
1+ # SPDX-License-Identifier: PMPL-1.0
62name : OSSF Scorecard
73on :
84 push :
117 - cron : ' 0 4 * * *'
128 workflow_dispatch :
139
10+ # Estate guardrail: cancel superseded runs so re-pushes / rebased PR
11+ # updates do not pile up queued runs against the shared account-wide
12+ # Actions concurrency pool. Applied only to read-only check workflows
13+ # (no publish/mutation), so cancelling a superseded run is always safe.
14+ concurrency :
15+ group : ${{ github.workflow }}-${{ github.ref }}
16+ cancel-in-progress : true
17+
1418permissions :
1519 contents : read
1620
3236 results_format : sarif
3337
3438 - name : Upload results
35- uses : github/codeql-action/upload-sarif@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v3.31.8
39+ uses : github/codeql-action/upload-sarif@c6f931105cb2c34c8f901cc885ba1e2e259cf745 # v3.31.8
3640 with :
3741 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments