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 @@ -61,14 +61,14 @@ jobs:
61
61
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
62
62
# format to the repository Actions tab.
63
63
- name : " Upload artifact"
64
- uses : actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
64
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
65
65
with :
66
66
name : SARIF file
67
67
path : results.sarif
68
68
retention-days : 14
69
69
70
70
# Upload the results to GitHub's code scanning dashboard.
71
71
- name : " Upload to code-scanning"
72
- uses : github/codeql-action/upload-sarif@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
72
+ uses : github/codeql-action/upload-sarif@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
73
73
with :
74
74
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments