codeql-action/lib
Andrew Eisenberg f79028af27 Add the feature to bypass the toolcache for kotlin and swift
This works by moving the logic to check for toolcache bypass out of
creating the codeql instance. The logic now _may_ perform an API request
in order to check what languages are in the repository. This check is
redundant because the same call is being made later in the action when
the actual list of languages is calculated.
2022-11-23 15:11:20 -08:00
..
testdata Avoid analyzing excluded language files for line counting 2021-04-28 16:07:55 -07:00
actions-util.js Prefer GITHUB_REF to CODE_SCANNING_REF 2022-11-16 10:49:49 +01:00
actions-util.js.map Prefer GITHUB_REF to CODE_SCANNING_REF 2022-11-16 10:49:49 +01:00
actions-util.test.js Remove concept of Actions / runner mode 2022-11-14 16:37:48 +00:00
actions-util.test.js.map Remove concept of Actions / runner mode 2022-11-14 16:37:48 +00:00
analysis-paths.js Remove toolcache decorator 2022-06-30 09:16:10 +01:00
analysis-paths.js.map Remove toolcache decorator 2022-06-30 09:16:10 +01:00
analysis-paths.test.js Add telemetry for TRAP caching 2022-08-16 11:54:31 +01:00
analysis-paths.test.js.map Add telemetry for TRAP caching 2022-08-16 11:54:31 +01:00
analyze-action-env.test.js Fix broken unit test 2022-09-26 15:17:36 +01:00
analyze-action-env.test.js.map Fix broken unit test 2022-09-26 15:17:36 +01:00
analyze-action-input.test.js Fix broken unit test 2022-09-26 15:17:36 +01:00
analyze-action-input.test.js.map Fix broken unit test 2022-09-26 15:17:36 +01:00
analyze-action-post-helper.js Remove review comments 2022-08-11 16:47:31 +02:00
analyze-action-post-helper.js.map Remove review comments 2022-08-11 16:47:31 +02:00
analyze-action-post-helper.test.js Add unit tests for post: hook run methods 2022-08-11 16:01:37 +02:00
analyze-action-post-helper.test.js.map Add unit tests for post: hook run methods 2022-08-11 16:01:37 +02:00
analyze-action-post.js Add unit tests for post: hook run methods 2022-08-11 16:01:37 +02:00
analyze-action-post.js.map Add unit tests for post: hook run methods 2022-08-11 16:01:37 +02:00
analyze-action.js Remove dead guard for GHES 3.0 2022-11-23 13:57:07 +00:00
analyze-action.js.map Remove dead guard for GHES 3.0 2022-11-23 13:57:07 +00:00
analyze.js Merge branch 'main' into henrymercer/require-cli-2.6.3 2022-11-14 22:25:31 +00:00
analyze.js.map Merge branch 'main' into henrymercer/require-cli-2.6.3 2022-11-14 22:25:31 +00:00
analyze.test.js Remove lines of code counting in the Action 2022-11-11 19:00:45 +00:00
analyze.test.js.map Remove lines of code counting in the Action 2022-11-11 19:00:45 +00:00
api-client.js Remove unneeded apiDetails input to getApiClient 2022-11-14 19:55:30 +00:00
api-client.js.map Remove unneeded apiDetails input to getApiClient 2022-11-14 19:55:30 +00:00
api-client.test.js Remove unneeded apiDetails input to getApiClient 2022-11-14 19:55:30 +00:00
api-client.test.js.map Remove unneeded apiDetails input to getApiClient 2022-11-14 19:55:30 +00:00
api-compatibility.json Update supported GitHub Enterprise Server versions. 2022-11-23 00:13:03 +00:00
autobuild-action.js Merge branch 'main' into henrymercer/delete-runner-part-2 2022-11-15 19:35:30 +00:00
autobuild-action.js.map Merge branch 'main' into henrymercer/delete-runner-part-2 2022-11-15 19:35:30 +00:00
autobuild.js Deprecate Go extraction reconciliation feature flag and CODEQL_EXTRACTOR_GO_BUILD_TRACING for custom builds (#1322) 2022-11-14 13:54:35 -08:00
autobuild.js.map Deprecate Go extraction reconciliation feature flag and CODEQL_EXTRACTOR_GO_BUILD_TRACING for custom builds (#1322) 2022-11-14 13:54:35 -08:00
codeql.js Add the feature to bypass the toolcache for kotlin and swift 2022-11-23 15:11:20 -08:00
codeql.js.map Add the feature to bypass the toolcache for kotlin and swift 2022-11-23 15:11:20 -08:00
codeql.test.js Add the feature to bypass the toolcache for kotlin and swift 2022-11-23 15:11:20 -08:00
codeql.test.js.map Add the feature to bypass the toolcache for kotlin and swift 2022-11-23 15:11:20 -08:00
config-utils.js Add the feature to bypass the toolcache for kotlin and swift 2022-11-23 15:11:20 -08:00
config-utils.js.map Add the feature to bypass the toolcache for kotlin and swift 2022-11-23 15:11:20 -08:00
config-utils.test.js Remove unneeded apiDetails input to getApiClient 2022-11-14 19:55:30 +00:00
config-utils.test.js.map Remove unneeded apiDetails input to getApiClient 2022-11-14 19:55:30 +00:00
database-upload.js Remove unneeded apiDetails input to getApiClient 2022-11-14 19:55:30 +00:00
database-upload.js.map Remove unneeded apiDetails input to getApiClient 2022-11-14 19:55:30 +00:00
database-upload.test.js Remove concept of Actions / runner mode 2022-11-14 16:37:48 +00:00
database-upload.test.js.map Remove concept of Actions / runner mode 2022-11-14 16:37:48 +00:00
debug-artifacts.js Address review comments 2022-08-11 13:45:26 +02:00
debug-artifacts.js.map Address review comments 2022-08-11 13:45:26 +02:00
debug-artifacts.test.js Add utilities unit tests 2022-08-10 14:57:57 +02:00
debug-artifacts.test.js.map Add utilities unit tests 2022-08-10 14:57:57 +02:00
defaults.json Bump default CodeQL version to 2.11.3 2022-11-07 10:40:09 +00:00
error-matcher.js Rebuild after TypeScript version bump 2021-07-27 17:59:59 +01:00
error-matcher.js.map Rebuild after TypeScript version bump 2021-07-27 17:59:59 +01:00
error-matcher.test.js Fix compile errors introduced by typescript 4.4.2 2021-09-10 14:06:27 -07:00
error-matcher.test.js.map Fix compile errors introduced by typescript 4.4.2 2021-09-10 14:06:27 -07:00
external-queries.js Rebuild after TypeScript version bump 2021-07-27 17:59:59 +01:00
external-queries.js.map Rebuild after TypeScript version bump 2021-07-27 17:59:59 +01:00
external-queries.test.js Use the API URL from the environment if it is present. 2022-08-11 08:38:11 +01:00
external-queries.test.js.map Use the API URL from the environment if it is present. 2022-08-11 08:38:11 +01:00
feature-flags.js Add the bypass_toolcache_kotlin_switft_enabled flag 2022-11-23 12:20:22 -08:00
feature-flags.js.map Add the bypass_toolcache_kotlin_switft_enabled flag 2022-11-23 12:20:22 -08:00
feature-flags.test.js Add extra test ensuring env var overrides cached feature flag 2022-11-21 14:30:36 -08:00
feature-flags.test.js.map Add extra test ensuring env var overrides cached feature flag 2022-11-21 14:30:36 -08:00
fingerprints.js Handle Windows absolute paths in resolveUriToFile 2022-06-29 18:59:33 +01:00
fingerprints.js.map Handle Windows absolute paths in resolveUriToFile 2022-06-29 18:59:33 +01:00
fingerprints.test.js Handle Windows absolute paths in resolveUriToFile 2022-06-29 18:59:33 +01:00
fingerprints.test.js.map Handle Windows absolute paths in resolveUriToFile 2022-06-29 18:59:33 +01:00
init-action-post-helper.js Improve experience when init fails before generating a config file 2022-11-07 18:50:59 +00:00
init-action-post-helper.js.map Improve experience when init fails before generating a config file 2022-11-07 18:50:59 +00:00
init-action-post-helper.test.js Add unit tests for post: hook run methods 2022-08-11 16:01:37 +02:00
init-action-post-helper.test.js.map Add unit tests for post: hook run methods 2022-08-11 16:01:37 +02:00
init-action-post.js Add unit tests for post: hook run methods 2022-08-11 16:01:37 +02:00
init-action-post.js.map Add unit tests for post: hook run methods 2022-08-11 16:01:37 +02:00
init-action.js Add the feature to bypass the toolcache for kotlin and swift 2022-11-23 15:11:20 -08:00
init-action.js.map Add the feature to bypass the toolcache for kotlin and swift 2022-11-23 15:11:20 -08:00
init.js Add the feature to bypass the toolcache for kotlin and swift 2022-11-23 15:11:20 -08:00
init.js.map Add the feature to bypass the toolcache for kotlin and swift 2022-11-23 15:11:20 -08:00
languages.js Add the feature to bypass the toolcache for kotlin and swift 2022-11-23 15:11:20 -08:00
languages.js.map Add the feature to bypass the toolcache for kotlin and swift 2022-11-23 15:11:20 -08:00
languages.test.js Support Kotlin for public beta (#1370) 2022-11-17 18:38:48 +00:00
languages.test.js.map Support Kotlin for public beta (#1370) 2022-11-17 18:38:48 +00:00
logging.js Rebuild after TypeScript version bump 2021-07-27 17:59:59 +01:00
logging.js.map Rebuild after TypeScript version bump 2021-07-27 17:59:59 +01:00
repository.js Rebuild after TypeScript version bump 2021-07-27 17:59:59 +01:00
repository.js.map Rebuild after TypeScript version bump 2021-07-27 17:59:59 +01:00
shared-environment.js Rename TEST_MODE to specific variable for CodeQL Action 2022-11-16 16:40:30 +00:00
shared-environment.js.map Rename TEST_MODE to specific variable for CodeQL Action 2022-11-16 16:40:30 +00:00
testing-utils.js Add the feature to bypass the toolcache for kotlin and swift 2022-11-23 15:11:20 -08:00
testing-utils.js.map Add the feature to bypass the toolcache for kotlin and swift 2022-11-23 15:11:20 -08:00
toolrunner-error-catcher.js Stop printing all output twice. 2021-12-09 13:21:32 +00:00
toolrunner-error-catcher.js.map Stop printing all output twice. 2021-12-09 13:21:32 +00:00
toolrunner-error-catcher.test.js Fix compile errors introduced by typescript 4.4.2 2021-09-10 14:06:27 -07:00
toolrunner-error-catcher.test.js.map Fix compile errors introduced by typescript 4.4.2 2021-09-10 14:06:27 -07:00
tracer-config.js Deprecate Go extraction reconciliation feature flag and CODEQL_EXTRACTOR_GO_BUILD_TRACING for custom builds (#1322) 2022-11-14 13:54:35 -08:00
tracer-config.js.map Deprecate Go extraction reconciliation feature flag and CODEQL_EXTRACTOR_GO_BUILD_TRACING for custom builds (#1322) 2022-11-14 13:54:35 -08:00
tracer-config.test.js Deprecate Go extraction reconciliation feature flag and CODEQL_EXTRACTOR_GO_BUILD_TRACING for custom builds (#1322) 2022-11-14 13:54:35 -08:00
tracer-config.test.js.map Deprecate Go extraction reconciliation feature flag and CODEQL_EXTRACTOR_GO_BUILD_TRACING for custom builds (#1322) 2022-11-14 13:54:35 -08:00
trap-caching.js TRAP Caching: Re-introduce workaround for download timeout 2022-11-16 15:49:52 +00:00
trap-caching.js.map TRAP Caching: Re-introduce workaround for download timeout 2022-11-16 15:49:52 +00:00
trap-caching.test.js TRAP Caching: Skip uploading of small caches 2022-09-23 15:22:31 +01:00
trap-caching.test.js.map TRAP Caching: Skip uploading of small caches 2022-09-23 15:22:31 +01:00
upload-lib.js Remove dead guard for GHES 3.0 2022-11-23 13:57:07 +00:00
upload-lib.js.map Remove dead guard for GHES 3.0 2022-11-23 13:57:07 +00:00
upload-lib.test.js Remove dead guard for GHES 3.0 2022-11-23 13:57:07 +00:00
upload-lib.test.js.map Remove dead guard for GHES 3.0 2022-11-23 13:57:07 +00:00
upload-sarif-action.js Remove dead guard for GHES 3.0 2022-11-23 13:57:07 +00:00
upload-sarif-action.js.map Remove dead guard for GHES 3.0 2022-11-23 13:57:07 +00:00
util.js Add the feature to bypass the toolcache for kotlin and swift 2022-11-23 15:11:20 -08:00
util.js.map Add the feature to bypass the toolcache for kotlin and swift 2022-11-23 15:11:20 -08:00
util.test.js Add the feature to bypass the toolcache for kotlin and swift 2022-11-23 15:11:20 -08:00
util.test.js.map Add the feature to bypass the toolcache for kotlin and swift 2022-11-23 15:11:20 -08:00