File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -125,6 +125,12 @@ jobs:
125125 if : ${{ inputs.create_code_scanning_alert && always() }}
126126 name : Create code scanning alerts
127127 steps :
128+ - uses : actions/checkout@v4
129+ with :
130+ repository : ${{ inputs.owner }}/${{ inputs.repo }}
131+ ref : ${{ inputs.ref }}
132+ token : ${{ inputs.token }}
133+
128134 - name : Get scan results
129135 uses : actions/download-artifact@v4
130136 with :
@@ -149,6 +155,12 @@ jobs:
149155 runs-on : ubuntu-latest
150156 name : Create issues
151157 steps :
158+ - uses : actions/checkout@v4
159+ with :
160+ repository : ${{ inputs.owner }}/${{ inputs.repo }}
161+ ref : ${{ inputs.ref }}
162+ token : ${{ inputs.token }}
163+
152164 - name : Get flaw file
153165 uses : actions/download-artifact@v4
154166 with :
You can’t perform that action at this time.
0 commit comments