File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -59,14 +59,14 @@ jobs:
59
59
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
60
60
# format to the repository Actions tab.
61
61
- name : " Upload artifact"
62
- uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
62
+ uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
63
63
with :
64
64
name : SARIF file
65
65
path : results.sarif
66
66
retention-days : 5
67
67
68
68
# Upload the results to GitHub's code scanning dashboard.
69
69
- name : " Upload to code-scanning"
70
- uses : github/codeql-action/upload-sarif@2c779ab0d087cd7fe7b826087247c2c81f27bfa6 # v3.26.5
70
+ uses : github/codeql-action/upload-sarif@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3.26.6
71
71
with :
72
72
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments