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