Skip to content

Commit

Permalink
Update scorecard.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sorinj authored Apr 9, 2024
1 parent 430f783 commit 92d48aa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ jobs:

steps:
- name: "Checkout code"
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
uses: actions/checkout@v4
with:
persist-credentials: false

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

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

0 comments on commit 92d48aa

Please sign in to comment.