File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2929
3030 steps :
3131 - name : " Checkout code"
32- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 .2.2
32+ uses : actions/checkout@4 .2.2
3333 with :
3434 persist-credentials : false
3535
4949 # uploads of run results in SARIF format to the repository Actions tab.
5050 # https://docs.github.com/en/actions/advanced-guides/storing-workflow-data-as-artifacts
5151 - name : " Upload artifact"
52- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 .6.2
52+ uses : actions/upload-artifact@4 .6.2
5353 with :
5454 name : SARIF file
5555 path : results.sarif
5858 # Upload the results to GitHub's code scanning dashboard (optional).
5959 # Commenting out will disable upload of results to your repo's Code Scanning dashboard
6060 - name : " Upload to code-scanning"
61- uses : github/codeql-action/upload-sarif@5f8171a638ada777af81d42b55959a643bb29017 # v3 .28.12
61+ uses : github/codeql-action/upload-sarif@3 .28.12
6262 with :
6363 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments