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 @@ -40,14 +40,14 @@ jobs:
40
40
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
41
41
# format to the repository Actions tab.
42
42
- name : " Upload artifact"
43
- uses : actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2 .0
43
+ uses : actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3 .0
44
44
with :
45
45
name : SARIF file
46
46
path : results.sarif
47
47
retention-days : 5
48
48
49
49
# Upload the results to GitHub's code scanning dashboard.
50
50
- name : " Upload to code-scanning"
51
- uses : github/codeql-action/upload-sarif@0b21cf2492b6b02c465a3e5d7c473717ad7721ba # v3.23.1
51
+ uses : github/codeql-action/upload-sarif@b7bf0a3ed3ecfa44160715d7c442788f65f0f923 # v3.23.2
52
52
with :
53
53
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments