File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9090 SHELLOPTS : ${{inputs.debug && 'xtrace' || '' }}
9191 steps :
9292 - name : Check out a copy of the git repository
93- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
93+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
9494 with :
9595 fetch-depth : 0
9696
@@ -149,7 +149,7 @@ jobs:
149149
150150 - if : github.event.inputs.debug == true
151151 name : Upload results as artifacts to the workflow Summary page
152- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
152+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
153153 with :
154154 name : SARIF file
155155 path : results.sarif
Original file line number Diff line number Diff line change 6767 timeout-minutes : 15
6868 steps :
6969 - name : Check out a copy of the git repository
70- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
70+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
7171 with :
7272 persist-credentials : false
7373
You can’t perform that action at this time.
0 commit comments