codeql-action/src
Andrew Eisenberg 8454e21c9c Change category uniqueness test
Turboscan only allows a single combination of tool name and automation
details id for testing category uniqueness.

Previously, the check in the action was not entirely correct since it
only looked at the _category_ and not the combination of the category
and the tool name.

It's even more precise now since it is looking at the actual, computed
value of the automation details id, rather than an inputted value of
the category.

This change also includes a refactoring where the action is now avoiding
multiple parsing/stringifying of the sarif files. Instead, sarif is
parsed once at the start of the process and stringified once, after
sarif processing is completely finished.
2022-01-12 15:26:34 -08:00
..
testdata Fix out of memory in hash computation 2021-06-07 15:12:45 +01:00
actions-util.test.ts Sanitize artifact name before using 2021-11-05 08:40:16 +00:00
actions-util.ts Allow multiple uploads in a single job 2021-11-15 09:16:25 -08:00
analysis-paths.test.ts Make name of debugging artifact and DB within it configurable 2022-01-07 15:10:26 +00:00
analysis-paths.ts Add Ruby to 'isInterpretedLanguage' 2021-06-24 19:13:05 +02:00
analyze-action-env.test.ts Stub feature flag API endpoint in tests 2021-12-16 13:39:18 +00:00
analyze-action-input.test.ts Stub feature flag API endpoint in tests 2021-12-16 13:39:18 +00:00
analyze-action.ts Make name of debugging artifact and DB within it configurable 2022-01-07 15:10:26 +00:00
analyze.test.ts Make name of debugging artifact and DB within it configurable 2022-01-07 15:10:26 +00:00
analyze.ts Use CLI's own baseline LOC counting 2021-09-29 11:17:41 +01:00
api-client.test.ts Reference exported names via import *. 2021-08-11 13:17:04 +01:00
api-client.ts Add back retrying. 2021-06-04 15:51:51 +01:00
api-compatibility.json Update supported GitHub Enterprise Server versions. 2021-12-29 00:07:19 +00:00
autobuild-action.ts Fix compile errors introduced by typescript 4.4.2 2021-09-10 14:06:27 -07:00
autobuild.ts Enforce a minimum version of CodeQL CLI 2021-08-18 11:48:12 +01:00
codeql.test.ts Include custom query help in analysis results 2021-11-03 13:19:01 -07:00
codeql.ts Make name of debugging artifact and DB within it configurable 2022-01-07 15:10:26 +00:00
config-utils.test.ts Make name of debugging artifact and DB within it configurable 2022-01-07 15:10:26 +00:00
config-utils.ts Make name of debugging artifact and DB within it configurable 2022-01-07 15:10:26 +00: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 Make name of debugging artifact and DB within it configurable 2022-01-07 15:10:26 +00:00
database-upload.ts Make name of debugging artifact and DB within it configurable 2022-01-07 15:10:26 +00:00
defaults.json Prepare for the CodeQL 2.7.3 release 2021-12-08 17:18:05 -08: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 only insert external repos token if supplied 2021-01-19 15:42:57 +00:00
external-queries.ts only insert external repos token if supplied 2021-01-19 15:42:57 +00:00
feature-flags.test.ts Stub feature flag API endpoint in tests 2021-12-16 13:39:18 +00:00
feature-flags.ts Represent feature flags using an enum 2021-12-16 13:38:34 +00:00
fingerprints.test.ts Change category uniqueness test 2022-01-12 15:26:34 -08:00
fingerprints.ts Change category uniqueness test 2022-01-12 15:26:34 -08:00
init-action.ts Refuse to run on Windows 11 2022-01-11 18:34:33 +00:00
init.ts Make name of debugging artifact and DB within it configurable 2022-01-07 15:10:26 +00:00
languages.test.ts Fix typos in src 2020-11-20 11:00:55 +01:00
languages.ts Add Ruby as a possible language 2021-05-21 18:45:08 +02: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 Make name of debugging artifact and DB within it configurable 2022-01-07 15:10:26 +00: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 Stub feature flag API endpoint in tests 2021-12-16 13:39:18 +00:00
toolcache.ts Remove rmDir references 2021-12-08 12:11:31 -08: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 Make name of debugging artifact and DB within it configurable 2022-01-07 15:10:26 +00:00
tracer-config.ts Respect value of LD_PRELOAD given by the CLI 2021-11-15 22:16:59 +00:00
upload-lib.test.ts Change category uniqueness test 2022-01-12 15:26:34 -08:00
upload-lib.ts Change category uniqueness test 2022-01-12 15:26:34 -08:00
upload-sarif-action.ts Split out waiting for processing. 2021-11-17 13:20:36 +00:00
util.test.ts Change category uniqueness test 2022-01-12 15:26:34 -08:00
util.ts Change category uniqueness test 2022-01-12 15:26:34 -08:00