File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -44,14 +44,14 @@ jobs:
44
44
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
45
45
# format to the repository Actions tab.
46
46
- name : " Upload artifact"
47
- uses : actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0 .0
47
+ uses : actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1 .0
48
48
with :
49
49
name : SARIF file
50
50
path : results.sarif
51
51
retention-days : 5
52
52
53
53
# Upload the results to GitHub's code scanning dashboard.
54
54
- name : " Upload to code-scanning"
55
- uses : github/codeql-action/upload-sarif@e5f05b81d5b6ff8cfa111c80c22c5fd02a384118 # v3.23.0
55
+ uses : github/codeql-action/upload-sarif@0b21cf2492b6b02c465a3e5d7c473717ad7721ba # v3.23.1
56
56
with :
57
57
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments