Skip to content

Commit cd3637b

Browse files
authored
Update README.md (#319)
1 parent 77f5e34 commit cd3637b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Note: if you disable this option, the results of the Scorecards Action run will
142142

143143
```yml
144144
name: Scorecards supply-chain security
145-
on:
145+
on:
146146
# Only the default branch is supported.
147147
branch_protection_rule:
148148
schedule:
@@ -168,12 +168,12 @@ jobs:
168168

169169
steps:
170170
- name: "Checkout code"
171-
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2.4.0
171+
uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # v3.0.0
172172
with:
173173
persist-credentials: false
174174

175175
- name: "Run analysis"
176-
uses: ossf/scorecard-action@c1aec4ac820532bab364f02a81873c555a0ba3a1 # v1.0.4
176+
uses: ossf/scorecard-action@5c8bc69dc88b65c66584e07611df79d3579b0377 # v1.1.0
177177
with:
178178
results_file: results.sarif
179179
results_format: sarif
@@ -192,7 +192,7 @@ jobs:
192192
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
193193
# format to the repository Actions tab.
194194
- name: "Upload artifact"
195-
uses: actions/upload-artifact@82c141cc518b40d92cc801eee768e7aafc9c2fa2 # v2.3.1
195+
uses: actions/upload-artifact@6673cd052c4cd6fcf4b4e6e60ea986c889389535 # v3.0.0
196196
with:
197197
name: SARIF file
198198
path: results.sarif

0 commit comments

Comments
 (0)