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 @@ -48,14 +48,14 @@ jobs:
48
48
49
49
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF format to the repository Actions tab.
50
50
- name : Upload artifact
51
- uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
51
+ uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
52
52
with :
53
53
name : SARIF file
54
54
path : results.sarif
55
55
retention-days : 5
56
56
57
57
# Upload the results to GitHub's code scanning dashboard.
58
58
- name : Upload SARIF results to code scanning
59
- uses : github/codeql-action/upload-sarif@eb055d739abdc2e8de2e5f4ba1a8b246daa779aa # v3.26.0
59
+ uses : github/codeql-action/upload-sarif@8214744c546c1e5c8f03dde8fab3a7353211988d # v3.26.7
60
60
with :
61
61
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments