Skip to content

Commit

Permalink
Merge pull request #16 from brian-intel/scorecardFix
Browse files Browse the repository at this point in the history
fix: scorecard version update
  • Loading branch information
brian-intel authored Sep 13, 2024
2 parents a0a9ecd + 4a4623d commit 6c2adf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
# To guarantee Maintained check is occasionally updated. See
# https://github.com/ossf/scorecard/blob/main/docs/checks.md#maintained
schedule:
- cron: '34 11 * * 3'
- cron: '0 0 * * 6' # Run at 00:00 Friday UTC
push:
branches: [ "main" ]

Expand All @@ -37,7 +37,7 @@ jobs:
persist-credentials: false

- name: "Run analysis"
uses: ossf/scorecard-action@e38b1902ae4f44df626f11ba0734b14fb91f8f86 # v2.1.2
uses: ossf/scorecard-action@0864cf19026789058feabb7e87baa5f140aac736 # 2.3.1
with:
results_file: results.sarif
results_format: sarif
Expand Down

0 comments on commit 6c2adf7

Please sign in to comment.