Skip to content

Commit 8718e49

Browse files
author
Tyler Titsworth
authored
Update ossf.yaml
1 parent 99bbf0f commit 8718e49

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ossf.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ jobs:
3232

3333
steps:
3434
- name: "Checkout code"
35-
uses: actions/checkout@3
35+
uses: actions/checkout@v4
3636
with:
3737
persist-credentials: false
3838

3939
- name: "Run analysis"
40-
uses: ossf/scorecard-action@2.3.1
40+
uses: ossf/scorecard-action@v2.3.1
4141
with:
4242
results_file: results.sarif
4343
results_format: sarif
@@ -59,14 +59,14 @@ jobs:
5959
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6060
# format to the repository Actions tab.
6161
- name: "Upload artifact"
62-
uses: actions/upload-artifact@3
62+
uses: actions/upload-artifact@v3
6363
with:
6464
name: SARIF file
6565
path: results.sarif
6666
retention-days: 5
6767

6868
# Upload the results to GitHub's code scanning dashboard.
6969
- name: "Upload to code-scanning"
70-
uses: github/codeql-action/upload-sarif@3.24.10
70+
uses: github/codeql-action/upload-sarif@v3.24.10
7171
with:
7272
sarif_file: results.sarif

0 commit comments

Comments
 (0)