File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 # To guarantee Maintained check is occasionally updated. See
1111 # https://github.com/ossf/scorecard/blob/main/docs/checks.md#maintained
1212 schedule :
13- - cron : ' 19 19 * * 4'
13+ - cron : " 19 19 * * 4"
1414 push :
15- branches : [ "main" ]
15+ branches : ["main"]
1616 workflow_dispatch :
1717
1818# Declare default permissions as read only.
3838 uses : step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17.0
3939 with :
4040 egress-policy : audit
41-
41+
4242 - name : " Checkout code"
4343 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4444 with :
7979 # Upload the results to GitHub's code scanning dashboard (optional).
8080 # Commenting out will disable upload of results to your repo's Code Scanning dashboard
8181 - name : " Upload to code-scanning"
82- uses : github/codeql-action/upload-sarif@f0489abddd4e5e9dff53ed28a45b1d6f88978a1b
82+ uses : github/codeql-action/upload-sarif@v3
8383 with :
8484 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments