mirror of
https://github.com/github/codeql-action.git
synced 2025-12-23 07:40:10 +08:00
[SYNC] Sync files in lib/ as requested by CI check that is failing
This commit is contained in:
committed by
Fotis Koutoulakis
parent
998a4c720d
commit
4522b08a7e
4
lib/setup-codeql.test.js
generated
4
lib/setup-codeql.test.js
generated
@@ -105,9 +105,7 @@ ava_1.default.beforeEach(() => {
|
||||
const logger = (0, testing_utils_1.getRecordingLogger)(loggedMessages);
|
||||
// Stub the downloadCodeQL function to prevent downloading artefacts
|
||||
// during testing from being called.
|
||||
sinon
|
||||
.stub(setupCodeql, "downloadCodeQL")
|
||||
.resolves({
|
||||
sinon.stub(setupCodeql, "downloadCodeQL").resolves({
|
||||
toolsVersion: testing_utils_1.LINKED_CLI_VERSION.cliVersion,
|
||||
codeqlFolder: "codeql",
|
||||
toolsDownloadDurationMs: 200,
|
||||
|
||||
Reference in New Issue
Block a user