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 5959 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6060 # format to the repository Actions tab.
6161 - name : " Upload artifact"
62- uses : actions/upload-artifact@97a0fba1372883ab732affbe8f94b823f91727db # v3.pre.node20
62+ uses : actions/upload-artifact@v4
6363 with :
6464 name : SARIF file
6565 path : results.sarif
6868 # Upload the results to GitHub's code scanning dashboard (optional).
6969 # Commenting out will disable upload of results to your repo's Code Scanning dashboard
7070 - name : " Upload to code-scanning"
71- uses : github/codeql-action/upload-sarif@1b1aada464948af03b950897e5eb522f92603cc2 # v3.24 .9
71+ uses : github/codeql-action/upload-sarif@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28 .9
7272 with :
7373 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments