codeql-action/lib
Andrew Eisenberg c29fca48a1 Cache feature flags on disk
This will allow feature flags to be shared across steps in the same job,
avoiding an error we saw earlier where the init action had the flag
enabled, but the analyze step had it disabled.

This uses the runner's temp folder to cache the flags file, which will
stick around until the job completes.
2022-11-21 11:14:38 -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 Cache feature flags on disk 2022-11-21 11:14:38 -08:00
analyze-action.js.map Cache feature flags on disk 2022-11-21 11:14:38 -08: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-10-12 00:20:41 +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 Merge branch 'henrymercer/delete-runner-part-2' into henrymercer/require-cli-2.6.3 2022-11-15 20:58:01 +00:00
codeql.js.map Merge branch 'henrymercer/delete-runner-part-2' into henrymercer/require-cli-2.6.3 2022-11-15 20:58:01 +00:00
codeql.test.js Remove runner-only input to databaseInitCluster 2022-11-14 18:49:17 +00:00
codeql.test.js.map Remove runner-only input to databaseInitCluster 2022-11-14 18:49:17 +00:00
config-utils.js Remove unneeded apiDetails input to getApiClient 2022-11-14 19:55:30 +00:00
config-utils.js.map Remove unneeded apiDetails input to getApiClient 2022-11-14 19:55:30 +00: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 Cache feature flags on disk 2022-11-21 11:14:38 -08:00
feature-flags.js.map Cache feature flags on disk 2022-11-21 11:14:38 -08:00
feature-flags.test.js Cache feature flags on disk 2022-11-21 11:14:38 -08:00
feature-flags.test.js.map Cache feature flags on disk 2022-11-21 11:14:38 -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 Cache feature flags on disk 2022-11-21 11:14:38 -08:00
init-action.js.map Cache feature flags on disk 2022-11-21 11:14:38 -08:00
init.js Merge branch 'main' into henrymercer/delete-runner-part-2 2022-11-15 19:35:30 +00:00
init.js.map Merge branch 'main' into henrymercer/delete-runner-part-2 2022-11-15 19:35:30 +00:00
languages.js Support Kotlin for public beta (#1370) 2022-11-17 18:38:48 +00:00
languages.js.map Support Kotlin for public beta (#1370) 2022-11-17 18:38:48 +00: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 More renaming 2022-10-11 10:39:40 -07:00
testing-utils.js.map More renaming 2022-10-11 10:39:40 -07: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 unneeded apiDetails input to getApiClient 2022-11-14 19:55:30 +00:00
upload-lib.js.map Remove unneeded apiDetails input to getApiClient 2022-11-14 19:55:30 +00:00
upload-lib.test.js Remove concept of Actions / runner mode 2022-11-14 16:37:48 +00:00
upload-lib.test.js.map Remove concept of Actions / runner mode 2022-11-14 16:37:48 +00:00
upload-sarif-action.js Remove unneeded apiDetails input to getApiClient 2022-11-14 19:55:30 +00:00
upload-sarif-action.js.map Remove unneeded apiDetails input to getApiClient 2022-11-14 19:55:30 +00:00
util.js Rename TEST_MODE to specific variable for CodeQL Action 2022-11-16 16:40:30 +00:00
util.js.map Rename TEST_MODE to specific variable for CodeQL Action 2022-11-16 16:40:30 +00:00
util.test.js Remove auth method only used in runner 2022-11-14 16:39:43 +00:00
util.test.js.map Remove auth method only used in runner 2022-11-14 16:39:43 +00:00