Skip to content

Commit fd3dc3e

Browse files
committed
testing
1 parent 085ce1d commit fd3dc3e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ossf-scorecard.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- main
77
schedule:
8-
- cron: "43 6 * * 5" # weekly at 06:43 (UTC) on Friday
8+
- cron: "20 9 * * 3" # once a week
99
workflow_dispatch:
1010

1111
permissions: read-all
@@ -14,7 +14,6 @@ jobs:
1414
analysis:
1515
runs-on: ubuntu-latest
1616
permissions:
17-
contents: read
1817
# Needed for Code scanning upload
1918
security-events: write
2019
# Needed for GitHub OIDC token if publish_results is true
@@ -45,4 +44,4 @@ jobs:
4544
- name: "Upload to code-scanning"
4645
uses: github/codeql-action/upload-sarif@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
4746
with:
48-
sarif_file: results.sarif
47+
sarif_file: results.sarif

0 commit comments

Comments
 (0)