Skip to content

Commit

Permalink
meta: remove extra space in scorecard workflow
Browse files Browse the repository at this point in the history
This extra space is preventing dependabot from replacing the old version
by the new one, on dependencies/actions update.

PR-URL: #47805
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
  • Loading branch information
Mesteery authored and nodejs-github-bot committed May 7, 2023
1 parent af3750e commit 419e4fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs

- name: Checkout code
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0
with:
persist-credentials: false

Expand Down

0 comments on commit 419e4fb

Please sign in to comment.