diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index 250bb3c0..ea5a5e69 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -3,7 +3,8 @@ on: # Only the default branch is supported. branch_protection_rule: schedule: - - cron: '20 15 * * 4' + - cron: '0 8 * * *' + pull_request: {} push: branches: [ "main" ] @@ -35,7 +36,7 @@ jobs: persist-credentials: false - name: "Run analysis" - uses: ossf/scorecard-action@34bc6b110eae5d331dde534cd371be23a51be59d # v1.1.1 + uses: ossf/scorecard-action@3e15ea8318eee9b333819ec77a36aca8d39df13e with: results_file: results.sarif results_format: sarif