File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4646 languages : ${{ github.event.inputs.language }}
4747
4848 - name : Run query
49- uses : dsp-testing/qc-run2/query@main
49+ uses : dsp-testing/qc-run2/query@handle-failure
5050 with :
5151 query : ${{ github.event.inputs.query }}
5252 language : ${{ github.event.inputs.language }}
6161
6262 steps :
6363 - name : Combine results
64- uses : dsp-testing/qc-run2/combine-results@main
64+ uses : dsp-testing/qc-run2/combine-results@handle-failure
6565 with :
6666 query : ${{ github.event.inputs.query }}
6767 language : ${{ github.event.inputs.language }}
Original file line number Diff line number Diff line change 1+ # ## Temporary test file! See also https://github.com/dsp-testing/qc-run2/pull/65#discussion_r719307551
2+ name : CodeQL query
3+
4+ on :
5+ workflow_dispatch :
6+ inputs :
7+ query :
8+ description : " Text of CodeQL query to run."
9+ required : true
10+
11+ language :
12+ description : " Language of CodeQL query"
13+ required : true
14+
15+ # Handle this input very carefully as it contains sensitive data such as the authentication tokens!
16+ repositories :
17+ description : " Repositories to run the query against. A JSON encoded array of the form {id: number, nwo: string, token: string}[]"
18+ required : true
19+
20+ repoIdChunks :
21+ description : " Array of arrays of repository ids. Each of the inner arrays will be processed in a separate job"
22+ required : true
23+
24+ jobs :
25+ top :
26+ uses : dsp-testing/qc-run2/.github/workflows/codeql-query.yml@handle-failure
27+ secrets :
28+ ACTIONS_STEP_DEBUG : ${{ secrets.ACTIONS_STEP_DEBUG }}
You can’t perform that action at this time.
0 commit comments