Cache explicitly requested bundles with their URL if possible
This commit is contained in:
parent
c9b1be5115
commit
c2e39e078f
9 changed files with 396 additions and 154 deletions
2
lib/setup-codeql.test.js
generated
2
lib/setup-codeql.test.js
generated
|
|
@ -110,7 +110,7 @@ ava_1.default.beforeEach(() => {
|
|||
]),
|
||||
}));
|
||||
await t.throwsAsync(async () => await setupCodeql.findCodeQLBundleTagDotcomOnly("2.12.1", (0, logging_1.getRunnerLogger)(true)), {
|
||||
message: "Failed to find a CodeQL bundle release for CLI version 2.12.1.",
|
||||
message: "Failed to find a release of the CodeQL tools that contains CodeQL CLI 2.12.1.",
|
||||
});
|
||||
});
|
||||
//# sourceMappingURL=setup-codeql.test.js.map
|
||||
Loading…
Add table
Add a link
Reference in a new issue