Skip to content

Commit

Permalink
Fix scorecards runs (#478)
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 e483010 commit 9fb7b24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scorecards.yml
Original file line number Diff line number Diff line change
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 9fb7b24

Please sign in to comment.