Add missing JavaScript
https://github.com/github/codeql-action/pull/127/checks?check_run_id=915325110
This commit is contained in:
parent
f03827d513
commit
7b0f432c26
2 changed files with 3 additions and 3 deletions
4
lib/config-utils.test.js
generated
4
lib/config-utils.test.js
generated
|
|
@ -232,10 +232,10 @@ ava_1.default("Queries can be overridden in action file", async (t) => {
|
|||
name: my config
|
||||
queries:
|
||||
- uses: ./foo`;
|
||||
fs.mkdirSync(path.join(tmpDir, 'foo'));
|
||||
fs.mkdirSync(path.join(tmpDir, 'override'));
|
||||
// This config item should take precedence.
|
||||
setInput('queries', './override');
|
||||
fs.mkdirSync(path.join(tmpDir, 'foo'));
|
||||
fs.mkdirSync(path.join(tmpDir, 'override'));
|
||||
const resolveQueriesArgs = [];
|
||||
CodeQL.setCodeQL({
|
||||
resolveQueries: async function (queries, extraSearchPath) {
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue