codeql-action/src
Cornelius Riemenschneider fd4dc5bf31
Merge pull request #1244 from github/criemen/remove-lua-tracer-ff
Remove the lua tracer feature flag check from the codeql-action.
2022-09-13 17:49:47 +02:00
..
testdata Fix out of memory in hash computation 2021-06-07 15:12:45 +01:00
actions-util.test.ts Fix linting 2022-09-07 22:45:34 +02:00
actions-util.ts Fix linting 2022-09-07 22:45:34 +02:00
analysis-paths.test.ts Add telemetry for TRAP caching 2022-08-16 11:54:31 +01:00
analysis-paths.ts Remove toolcache decorator 2022-06-30 09:16:10 +01:00
analyze-action-env.test.ts Mock expect-error input to avoid errors in Action integration tests 2022-08-17 15:02:46 +01:00
analyze-action-input.test.ts Mock expect-error input to avoid errors in Action integration tests 2022-08-17 15:02:46 +01:00
analyze-action-post-helper.test.ts Add unit tests for post: hook run methods 2022-08-11 16:01:37 +02:00
analyze-action-post-helper.ts Remove review comments 2022-08-11 16:47:31 +02:00
analyze-action-post.ts Add unit tests for post: hook run methods 2022-08-11 16:01:37 +02:00
analyze-action.ts Reuse getApiDetails code 2022-09-02 19:59:18 +01:00
analyze.test.ts Remove the lua tracer feature flag check from the codeql-action. 2022-09-13 11:23:32 +00:00
analyze.ts Remove the lua tracer feature flag check from the codeql-action. 2022-09-13 11:23:32 +00:00
api-client.test.ts Use the API URL from the environment if it is present. 2022-08-11 08:38:11 +01:00
api-client.ts Reuse getApiDetails code 2022-09-02 19:59:18 +01:00
api-compatibility.json Update supported GitHub Enterprise Server versions. 2022-08-17 00:13:14 +00:00
autobuild-action.ts Reuse getApiDetails code 2022-09-02 19:59:18 +01:00
autobuild.ts Trace Go when Go extraction reconciliation is enabled 2022-09-01 14:42:59 +01:00
codeql.test.ts Remove the lua tracer feature flag check from the codeql-action. 2022-09-13 11:23:32 +00:00
codeql.ts Remove the lua tracer feature flag check from the codeql-action. 2022-09-13 11:23:32 +00:00
config-utils.test.ts Append / to end of registries url 2022-09-08 08:00:24 -07:00
config-utils.ts Append / to end of registries url 2022-09-08 08:00:24 -07:00
count-loc.test.ts Fix C# line counting and add test 2021-06-23 23:39:44 +01:00
count-loc.ts Remove old baseline LoC injection 2021-08-26 13:46:22 +01:00
database-upload.test.ts Change to using a single input 2022-09-01 16:07:26 -07:00
database-upload.ts Remove check of database uploads feature flag 2022-02-15 14:10:33 +00:00
debug-artifacts.test.ts Add utilities unit tests 2022-08-10 14:57:57 +02:00
debug-artifacts.ts Address review comments 2022-08-11 13:45:26 +02:00
defaults.json Bump CodeQL version to 2.10.5 2022-09-08 18:29:45 +01: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 Use the API URL from the environment if it is present. 2022-08-11 08:38:11 +01:00
external-queries.ts only insert external repos token if supplied 2021-01-19 15:42:57 +00:00
feature-flags.test.ts Remove the lua tracer feature flag check from the codeql-action. 2022-09-13 11:23:32 +00:00
feature-flags.ts Remove the lua tracer feature flag check from the codeql-action. 2022-09-13 11:23:32 +00:00
fingerprints.test.ts Handle Windows absolute paths in resolveUriToFile 2022-06-29 18:59:33 +01:00
fingerprints.ts Handle Windows absolute paths in resolveUriToFile 2022-06-29 18:59:33 +01:00
init-action-post-helper.test.ts Add unit tests for post: hook run methods 2022-08-11 16:01:37 +02:00
init-action-post-helper.ts Remove review comments 2022-08-11 16:47:31 +02:00
init-action-post.ts Add unit tests for post: hook run methods 2022-08-11 16:01:37 +02:00
init-action.ts Change to using a single input 2022-09-01 16:07:26 -07:00
init.ts Merge remote-tracking branch 'upstream/main' into aeisenberg/ghes-pack-download 2022-09-06 10:22:00 -07:00
languages.test.ts Address review comments 2022-09-02 17:54:53 +01:00
languages.ts Trace Go when Go extraction reconciliation is enabled 2022-09-01 14:42:59 +01:00
logging.ts Fix compile errors introduced by typescript 4.4.2 2021-09-10 14:06:27 -07:00
repository.ts Running lint-fix 2020-09-14 10:44:43 +01:00
runner.ts Merge remote-tracking branch 'upstream/main' into aeisenberg/ghes-pack-download 2022-09-06 10:22:00 -07:00
sarif_v2.1.0_schema.json Fixes a regex for language and locale recognition 2021-04-14 08:10:56 -07:00
shared-environment.ts Running lint-fix 2020-09-14 10:44:43 +01:00
testing-utils.ts Workaround PATH casing issues on Windows 2022-06-29 18:59:32 +01:00
toolrunner-error-catcher.test.ts Fix failing test 2021-07-27 19:00:37 +01:00
toolrunner-error-catcher.ts Stop printing all output twice. 2021-12-09 13:21:32 +00:00
tracer-config.test.ts Trace Go when Go extraction reconciliation is enabled 2022-09-01 14:42:59 +01:00
tracer-config.ts Trace Go when Go extraction reconciliation is enabled 2022-09-01 14:42:59 +01:00
trap-caching.test.ts Add telemetry for TRAP caching 2022-08-16 11:54:31 +01:00
trap-caching.ts Add workflowEventName 2022-09-07 00:05:40 +02:00
upload-lib.test.ts Detect merge base as base_sha for upload 2022-02-01 15:38:43 +00:00
upload-lib.ts Add workflowEventName 2022-09-07 00:05:40 +02:00
upload-sarif-action.ts Reuse getApiDetails code 2022-09-02 19:59:18 +01:00
util.test.ts Change to using a single input 2022-09-01 16:07:26 -07:00
util.ts Trace Go when Go extraction reconciliation is enabled 2022-09-01 14:42:59 +01:00