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 3636 # uploads of run results in SARIF format to the repository Actions tab.
3737 # https://docs.github.com/en/actions/advanced-guides/storing-workflow-data-as-artifacts
3838 - name : " Upload artifact"
39- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
39+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
4040 with :
4141 name : SARIF file
4242 path : results.sarif
4545 # Upload the results to GitHub's code scanning dashboard (optional).
4646 # Commenting out will disable upload of results to your repo's Code Scanning dashboard
4747 - name : " Upload to code-scanning"
48- uses : github/codeql-action/upload-sarif@16140ae1a102900babc80a33c44059580f687047 # v3.29.5
48+ uses : github/codeql-action/upload-sarif@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v3.29.5
4949 with :
5050 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments