We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b26d8bd + b9375d8 commit ca3b461Copy full SHA for ca3b461
1 file changed
.github/workflows/scorecard.yml
@@ -39,7 +39,7 @@ jobs:
39
persist-credentials: false
40
41
- name: "Run analysis"
42
- uses: ossf/scorecard-action@05b42c624433fc40578a4040d5cf5e36ddca8cde # v2.4.2
+ uses: ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a # v2.4.3
43
with:
44
results_file: results.sarif
45
results_format: sarif
@@ -61,7 +61,7 @@ jobs:
61
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
62
# format to the repository Actions tab.
63
- name: "Upload artifact"
64
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
+ uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
65
66
name: SARIF file
67
path: results.sarif
0 commit comments