Skip to content

Commit

Permalink
Update scorecard.yml
Browse files Browse the repository at this point in the history
setup-node
  • Loading branch information
sorinj authored Apr 9, 2024
1 parent f1b1ecc commit 4dda463
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,12 @@ jobs:
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
with:
persist-credentials: false


- name: Use Node.js 20.x
uses: actions/setup-node@v3
with:
node-version: 20.x

- name: "Run analysis"
uses: ossf/scorecard-action@e38b1902ae4f44df626f11ba0734b14fb91f8f86 # v2.1.2
with:
Expand Down

0 comments on commit 4dda463

Please sign in to comment.