Skip to content

Commit

Permalink
Fix: Scorecard version update to 2.3.1 (#531)
Browse files Browse the repository at this point in the history
* fix: Update scorecard version to 2.3.1 to fix nodejs 2.0 update

---------

Signed-off-by: Brian McGinn <[email protected]>
  • Loading branch information
brian-intel authored Mar 22, 2024
1 parent 9ddeeb6 commit 13c41c6
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 @@ -37,15 +37,15 @@ 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
# (Optional) "write" PAT token. Uncomment the `repo_token` line below if:
# - you want to enable the Branch-Protection check on a *public* repository, or
# - you are installing Scorecard on a *private* repository
# To create the PAT, follow the steps in https://github.com/ossf/scorecard-action#authentication-with-pat.
repo_token: ${{ secrets.GITHUB_TOKEN }}
# repo_token: ${{ secrets.SCORECARD_TOKEN }}

# Public repositories:
# - Publish results to OpenSSF REST API for easy access by consumers
Expand Down

0 comments on commit 13c41c6

Please sign in to comment.