Skip to content

Commit

Permalink
Downgrade scorecard action to one that worked (#1567)
Browse files Browse the repository at this point in the history
Signed-off-by: Jirka Kremser <jiri.kremser@gmail.com>
  • Loading branch information
jkremser authored May 20, 2024
1 parent ed0bb32 commit 16b665e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
persist-credentials: false

- name: "Run analysis"
uses: ossf/scorecard-action@e38b1902ae4f44df626f11ba0734b14fb91f8f86 # v2.1.2
uses: ossf/scorecard-action@99c53751e09b9529366343771cc321ec74e9bd3d # tag=v2.0.6
with:
results_file: results.sarif
results_format: sarif
Expand Down
1 change: 1 addition & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"ignorePaths": [
".github/workflows/release.yaml",
".github/workflows/cut_release.yaml",
".github/workflows/scorecard.yml",
],
"labels": ["dependencies", "renovate"],
"prConcurrentLimit": 5,
Expand Down

0 comments on commit 16b665e

Please sign in to comment.