Skip to content

Commit 652b06d

Browse files
Mesteerytargos
authored andcommitted
meta: remove extra space in scorecard workflow
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>
1 parent 8f547af commit 652b06d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scorecard.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
3939

4040
- name: Checkout code
41-
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0
41+
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0
4242
with:
4343
persist-credentials: false
4444

0 commit comments

Comments
 (0)