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 085ce1d commit fd3dc3eCopy full SHA for fd3dc3e
.github/workflows/ossf-scorecard.yml
@@ -5,7 +5,7 @@ on:
5
branches:
6
- main
7
schedule:
8
- - cron: "43 6 * * 5" # weekly at 06:43 (UTC) on Friday
+ - cron: "20 9 * * 3" # once a week
9
workflow_dispatch:
10
11
permissions: read-all
@@ -14,7 +14,6 @@ jobs:
14
analysis:
15
runs-on: ubuntu-latest
16
permissions:
17
- contents: read
18
# Needed for Code scanning upload
19
security-events: write
20
# Needed for GitHub OIDC token if publish_results is true
@@ -45,4 +44,4 @@ jobs:
45
44
- name: "Upload to code-scanning"
46
uses: github/codeql-action/upload-sarif@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
47
with:
48
- sarif_file: results.sarif
+ sarif_file: results.sarif
0 commit comments