Skip to content

Commit f2d2df1

Browse files
authored
Update README.md
1 parent fe6daaf commit f2d2df1

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
@@ -203,12 +203,12 @@ jobs:
203203

204204
steps:
205205
- name: "Checkout code"
206-
uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # v3.0.0
206+
uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # tag=v3.0.0
207207
with:
208208
persist-credentials: false
209209

210210
- name: "Run analysis"
211-
uses: ossf/scorecard-action@3e15ea8318eee9b333819ec77a36aca8d39df13e # v1.1.1
211+
uses: ossf/scorecard-action@3e15ea8318eee9b333819ec77a36aca8d39df13e # tag=v1.1.1
212212
with:
213213
results_file: results.sarif
214214
results_format: sarif
@@ -227,15 +227,15 @@ jobs:
227227
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
228228
# format to the repository Actions tab.
229229
- name: "Upload artifact"
230-
uses: actions/upload-artifact@6673cd052c4cd6fcf4b4e6e60ea986c889389535 # v3.0.0
230+
uses: actions/upload-artifact@6673cd052c4cd6fcf4b4e6e60ea986c889389535 # tag=v3.0.0
231231
with:
232232
name: SARIF file
233233
path: results.sarif
234234
retention-days: 5
235235

236236
# Upload the results to GitHub's code scanning dashboard.
237237
- name: "Upload to code-scanning"
238-
uses: github/codeql-action/upload-sarif@5f532563584d71fdef14ee64d17bafb34f751ce5 # v1.0.26
238+
uses: github/codeql-action/upload-sarif@5f532563584d71fdef14ee64d17bafb34f751ce5 # tag=v1.0.26
239239
with:
240240
sarif_file: results.sarif
241241
```

0 commit comments

Comments
 (0)