codeql-action/src
Chris Raynor 41464b1396
Allowing a cached version of the CodeQL bundle sometimes
To save time downloading the CodeQL bundle we're pre-downloading it into the
hosted Actions runner, but because the release schedule is different there may
be some version drift. This change allows a different version of the bundle
to be used than the default if a version isn't explicitly specified, there's
only one version downloaded, and it's been marked as a 'pinned-version' -
otherwise it reverts to the prior behavior.
2020-09-22 14:38:27 +01:00
..
testdata Allowing a cached version of the CodeQL bundle sometimes 2020-09-22 14:38:27 +01:00
actions-util.test.ts Introduce actions-util.ts 2020-09-15 14:01:21 +01:00
actions-util.ts add an extra getRequiredInput 2020-09-16 11:03:13 +01:00
analysis-paths.test.ts Running lint-fix 2020-09-14 10:44:43 +01:00
analysis-paths.ts Running lint-fix 2020-09-14 10:44:43 +01:00
analyze-action.ts Add getOptionalInput and getRequiredInput 2020-09-15 18:47:50 +01:00
analyze.test.ts Merge branch 'main' into split_builtin_custom_queries 2020-09-18 09:52:44 +01:00
analyze.ts Merge branch 'main' into split_builtin_custom_queries 2020-09-18 09:52:44 +01:00
api-client.ts Fix retrying uploads by using Octokit retry plugin. 2020-09-21 19:15:19 +01:00
autobuild-action.ts Introduce actions-util.ts 2020-09-15 14:01:21 +01:00
autobuild.ts Running lint-fix 2020-09-14 10:44:43 +01:00
codeql.test.ts Allowing a cached version of the CodeQL bundle sometimes 2020-09-22 14:38:27 +01:00
codeql.ts Allowing a cached version of the CodeQL bundle sometimes 2020-09-22 14:38:27 +01:00
config-utils.test.ts Merge main into update-actions-github. 2020-09-21 15:25:08 +01:00
config-utils.ts Merge main into update-actions-github. 2020-09-21 15:25:08 +01:00
defaults.json Update defaults.json 2020-08-26 16:28:44 +02:00
error-matcher.test.ts Merge branch 'main' into nickfyson/error_wrapper 2020-09-14 13:30:37 +01:00
error-matcher.ts Merge branch 'main' into nickfyson/error_wrapper 2020-09-14 13:30:37 +01:00
external-queries.test.ts Running lint-fix 2020-09-14 10:44:43 +01:00
external-queries.ts Running lint-fix 2020-09-14 10:44:43 +01:00
fingerprints.test.ts Running lint-fix 2020-09-14 10:44:43 +01:00
fingerprints.ts Resolve violations of github/array-foreach lint 2020-09-20 17:41:27 +08:00
init-action.ts Resolve violations of github/array-foreach lint 2020-09-20 17:41:27 +08:00
init.ts Running lint-fix 2020-09-14 10:44:43 +01:00
languages.test.ts Running lint-fix 2020-09-14 10:44:43 +01:00
languages.ts Running lint-fix 2020-09-14 10:44:43 +01:00
logging.ts Running lint-fix 2020-09-14 10:44:43 +01:00
repository.ts Running lint-fix 2020-09-14 10:44:43 +01:00
runner.ts Resolve violations of github/array-foreach lint 2020-09-20 17:41:27 +08:00
sarif_v2.1.0_schema.json remove uniqueItems: false 2020-05-22 16:58:00 +01:00
shared-environment.ts Running lint-fix 2020-09-14 10:44:43 +01:00
testing-utils.ts Running lint-fix 2020-09-14 10:44:43 +01:00
toolrunner-error-catcher.test.ts Merge branch 'main' into nickfyson/error_wrapper 2020-09-14 13:30:37 +01:00
toolrunner-error-catcher.ts Merge branch 'main' into nickfyson/error_wrapper 2020-09-14 13:30:37 +01:00
tracer-config.test.ts Running lint-fix 2020-09-14 10:44:43 +01:00
tracer-config.ts Running lint-fix 2020-09-14 10:44:43 +01:00
upload-lib.test.ts Running lint-fix 2020-09-14 10:44:43 +01:00
upload-lib.ts Fix retrying uploads by using Octokit retry plugin. 2020-09-21 19:15:19 +01:00
upload-sarif-action.ts Add getOptionalInput and getRequiredInput 2020-09-15 18:47:50 +01:00
util.test.ts Add getOptionalInput and getRequiredInput 2020-09-15 18:47:50 +01:00
util.ts Introduce actions-util.ts 2020-09-15 14:01:21 +01:00