Skip to content

Commit

Permalink
update scorecard workflow to newer nodejs setup (bazelbuild#839)
Browse files Browse the repository at this point in the history
All the runs started failing with messages from github about node 16 not
being supported and needing node 20. I hop this helps
  • Loading branch information
aiuto authored Mar 22, 2024
1 parent f6d5046 commit 00a9a05
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
# actions: read

steps:
- name: Setup Node.js environment
uses: actions/[email protected]

- name: "Checkout code"
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0
with:
Expand Down

0 comments on commit 00a9a05

Please sign in to comment.