Skip to content

Commit

Permalink
Fix scorecard.yml workflow (pandas-dev#48668)
Browse files Browse the repository at this point in the history
* Set scorecard-action to v2.0.3

scorecard-action does not have a major version tag.

Temporarily disabling github.repository check to ensure action now works.

* Enable github.repository check
  • Loading branch information
pnacht authored and noatamir committed Nov 9, 2022
1 parent 3af54bb commit 08c8c87
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 @@ -29,7 +29,7 @@ jobs:
persist-credentials: false

- name: "Run analysis"
uses: ossf/scorecard-action@v2
uses: ossf/scorecard-action@v2.0.3
with:
results_file: results.sarif
results_format: sarif
Expand Down

0 comments on commit 08c8c87

Please sign in to comment.