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:
4848
4949 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF format to the repository Actions tab.
5050 - name : Upload artifact
51- uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
51+ uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
5252 with :
5353 name : SARIF file
5454 path : results.sarif
5555 retention-days : 5
5656
5757 # Upload the results to GitHub's code scanning dashboard.
5858 - 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
6060 with :
6161 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments