Skip to content

Commit

Permalink
Fix scorecards runs
Browse files Browse the repository at this point in the history
Scorecards verifies the contents of its own executed schema, and fails with `500 server error` if there are modifications from expected structure.

See ossf/scorecard-action#1150

b/263900290
  • Loading branch information
kaidokert committed May 26, 2023
1 parent e6dc1db commit 2713284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scorecards.yml
Expand Up @@ -31,7 +31,7 @@ jobs:

steps:
- name: "Checkout code"
uses: kaidokert/checkout@v3.5.999
uses: actions/checkout@v3
with:
persist-credentials: false

Expand Down

0 comments on commit 2713284

Please sign in to comment.