Skip to content

Commit 5eb3887

Browse files
authored
Temporary changes for testing
1 parent c413d20 commit 5eb3887

2 files changed

Lines changed: 30 additions & 2 deletions

File tree

.github/workflows/codeql-query.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
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 }}
@@ -61,7 +61,7 @@ jobs:
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 }}

.github/workflows/tmp.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
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 }}

0 commit comments

Comments
 (0)