codeql-action/lib
Chuan-kai Lin bbd4e19f51
Revert "Update default bundle to 2.17.4"
2024-05-28 16:02:49 -07:00
..
testdata Avoid analyzing excluded language files for line counting 2021-04-28 16:07:55 -07:00
actions-util.js List matching Actions caches 2024-05-21 22:27:49 +01:00
actions-util.js.map List matching Actions caches 2024-05-21 22:27:49 +01:00
actions-util.test.js fix test that runs flakily locally 2024-04-03 20:43:26 +01:00
actions-util.test.js.map fix test that runs flakily locally 2024-04-03 20:43:26 +01:00
analyze-action-env.test.js Treat status reports as non-critical 2024-02-12 13:56:10 -05:00
analyze-action-env.test.js.map Treat status reports as non-critical 2024-02-12 13:56:10 -05:00
analyze-action-input.test.js Treat status reports as non-critical 2024-02-12 13:56:10 -05:00
analyze-action-input.test.js.map Treat status reports as non-critical 2024-02-12 13:56:10 -05:00
analyze-action-post-helper.js Upgrade TypeScript to 9.2.0 2023-01-18 20:59:57 +00:00
analyze-action-post-helper.js.map Bump the npm group with 12 updates (#2003) 2023-11-20 14:35:28 -08:00
analyze-action-post-helper.test.js Upgrade TypeScript to 9.2.0 2023-01-18 20:59:57 +00:00
analyze-action-post-helper.test.js.map Upgrade TypeScript to 9.2.0 2023-01-18 20:59:57 +00:00
analyze-action-post.js Rename run to uploadArtifacts 2024-03-26 11:05:21 +01:00
analyze-action-post.js.map Rename run to uploadArtifacts 2024-03-26 11:05:21 +01:00
analyze-action.js Put TRAP cache cleanup behind a feature flag 2024-05-23 16:27:50 +01:00
analyze-action.js.map Put TRAP cache cleanup behind a feature flag 2024-05-23 16:27:50 +01:00
analyze.js End tracing early in autobuild Action for improved performance and reliability 2024-05-09 15:06:36 +01:00
analyze.js.map End tracing early in autobuild Action for improved performance and reliability 2024-05-09 15:06:36 +01:00
analyze.test.js Refactoring: Introduce common method to stub a config 2024-01-30 19:00:04 +00:00
analyze.test.js.map Refactoring: Introduce common method to stub a config 2024-01-30 19:00:04 +00:00
api-client.js Clean up old TRAP caches 2024-05-23 16:27:50 +01:00
api-client.js.map Clean up old TRAP caches 2024-05-23 16:27:50 +01:00
api-client.test.js Remove code specific to GitHub AE 2024-01-08 13:28:39 +00:00
api-client.test.js.map Remove code specific to GitHub AE 2024-01-08 13:28:39 +00:00
api-compatibility.json Update supported GitHub Enterprise Server versions 2024-04-03 00:11:45 +00:00
autobuild-action.js End tracing early in autobuild Action for improved performance and reliability 2024-05-09 15:06:36 +01:00
autobuild-action.js.map End tracing early in autobuild Action for improved performance and reliability 2024-05-09 15:06:36 +01:00
autobuild.js Merge branch 'main' into henrymercer/on-demand-ffs 2024-05-10 11:32:35 +01:00
autobuild.js.map Merge branch 'main' into henrymercer/on-demand-ffs 2024-05-10 11:32:35 +01:00
cli-errors.js Add configuration error for missing auth to package registry 2024-05-28 19:05:07 +01:00
cli-errors.js.map Add configuration error for missing auth to package registry 2024-05-28 19:05:07 +01:00
codeql.js Don't call `trace-command` when the indirect tracer has already been started 2024-05-09 14:25:25 +01:00
codeql.js.map Don't call `trace-command` when the indirect tracer has already been started 2024-05-09 14:25:25 +01:00
codeql.test.js Don't call `trace-command` when the indirect tracer has already been started 2024-05-09 14:25:25 +01:00
codeql.test.js.map Don't call `trace-command` when the indirect tracer has already been started 2024-05-09 14:25:25 +01:00
config-utils.js Log warning if SIP is disabled and CLI version is < 2.15.1 (#2261) 2024-04-25 22:20:13 +00:00
config-utils.js.map Log warning if SIP is disabled and CLI version is < 2.15.1 (#2261) 2024-04-25 22:20:13 +00:00
config-utils.test.js Move `BuildMode` to `util.ts` 2024-04-12 16:37:13 +01:00
config-utils.test.js.map Move `BuildMode` to `util.ts` 2024-04-12 16:37:13 +01:00
database-upload.js Fix trailing slash on uploads URL 2024-05-13 16:31:17 +02:00
database-upload.js.map Fix trailing slash on uploads URL 2024-05-13 16:31:17 +02:00
database-upload.test.js Fix trailing slash on uploads URL 2024-05-13 16:31:17 +02:00
database-upload.test.js.map Fix trailing slash on uploads URL 2024-05-13 16:31:17 +02:00
debug-artifacts.js Add a retention period of 7 days 2024-01-10 13:31:52 -08:00
debug-artifacts.js.map Add a retention period of 7 days 2024-01-10 13:31:52 -08:00
debug-artifacts.test.js Upgrade TypeScript to 9.2.0 2023-01-18 20:59:57 +00:00
debug-artifacts.test.js.map Upgrade TypeScript to 9.2.0 2023-01-18 20:59:57 +00:00
defaults.json Revert "Update default bundle to 2.17.4" 2024-05-28 16:02:49 -07:00
diagnostics.js Downgrade log levels for some messages to debug 2024-04-12 14:04:44 +01:00
diagnostics.js.map Downgrade log levels for some messages to debug 2024-04-12 14:04:44 +01:00
environment.js Bump verbosity when running autobuild script directly in debug mode 2024-03-13 17:58:45 +00:00
environment.js.map Bump verbosity when running autobuild script directly in debug mode 2024-03-13 17:58:45 +00:00
feature-flags.js Put TRAP cache cleanup behind a feature flag 2024-05-23 16:27:50 +01:00
feature-flags.js.map Put TRAP cache cleanup behind a feature flag 2024-05-23 16:27:50 +01:00
feature-flags.test.js Remove "_enabled" suffix from non-legacy features 2024-05-09 12:38:10 +01:00
feature-flags.test.js.map Remove "_enabled" suffix from non-legacy features 2024-05-09 12:38:10 +01:00
fingerprints.js Apply suggestions from code review 2024-04-03 20:42:48 +01:00
fingerprints.js.map fix linting error 2024-04-03 20:50:03 +01:00
fingerprints.test.js Upgrade TypeScript to 9.2.0 2023-01-18 20:59:57 +00:00
fingerprints.test.js.map Fix linter errors 2023-01-18 21:00:05 +00:00
init-action-post-helper.js Mark third-party SARIF limits errors as configuration errors 2024-02-28 19:41:43 +00:00
init-action-post-helper.js.map Mark third-party SARIF limits errors as configuration errors 2024-02-28 19:41:43 +00:00
init-action-post-helper.test.js Remove support for CodeQL v2.12.5 and earlier 2024-04-09 12:29:14 +01:00
init-action-post-helper.test.js.map Add languages to the status report for all jobs 2024-02-26 19:03:28 +00:00
init-action-post.js Gracefully continue if `createStatusReportBase` throws (#2225) 2024-04-04 15:26:14 -07:00
init-action-post.js.map Gracefully continue if `createStatusReportBase` throws (#2225) 2024-04-04 15:26:14 -07:00
init-action.js Log warning if SIP is disabled and CLI version is < 2.15.1 (#2261) 2024-04-25 22:20:13 +00:00
init-action.js.map Log warning if SIP is disabled and CLI version is < 2.15.1 (#2261) 2024-04-25 22:20:13 +00:00
init.js Log warning if SIP is disabled and CLI version is < 2.15.1 (#2261) 2024-04-25 22:20:13 +00:00
init.js.map Log warning if SIP is disabled and CLI version is < 2.15.1 (#2261) 2024-04-25 22:20:13 +00:00
init.test.js Handle empty lists as well as undefined ones 2024-01-11 12:07:18 +00:00
init.test.js.map Handle empty lists as well as undefined ones 2024-01-11 12:07:18 +00:00
languages.js Implement support for language aliasing 2023-09-14 16:11:20 +01:00
languages.js.map Bump the npm group with 12 updates (#2003) 2023-11-20 14:35:28 -08:00
languages.test.js Implement support for language aliasing 2023-09-14 16:11:20 +01:00
languages.test.js.map Implement support for language aliasing 2023-09-14 16:11:20 +01:00
logging.js Upgrade TypeScript to 9.2.0 2023-01-18 20:59:57 +00:00
logging.js.map Upgrade TypeScript to 9.2.0 2023-01-18 20:59:57 +00:00
repository.js Refactor configuration errors (#2105) 2024-02-08 17:20:03 +00:00
repository.js.map Refactor configuration errors (#2105) 2024-02-08 17:20:03 +00:00
resolve-environment-action.js Gracefully continue if `createStatusReportBase` throws (#2225) 2024-04-04 15:26:14 -07:00
resolve-environment-action.js.map Gracefully continue if `createStatusReportBase` throws (#2225) 2024-04-04 15:26:14 -07:00
resolve-environment.js Log warning if SIP is disabled and CLI version is < 2.15.1 (#2261) 2024-04-25 22:20:13 +00:00
resolve-environment.js.map Log warning if SIP is disabled and CLI version is < 2.15.1 (#2261) 2024-04-25 22:20:13 +00:00
setup-codeql.js Soften deprecation message wording and remove unhelpful version strings from some locations 2024-05-13 14:51:06 +01:00
setup-codeql.js.map Soften deprecation message wording and remove unhelpful version strings from some locations 2024-05-13 14:51:06 +01:00
setup-codeql.test.js Soften deprecation message wording and remove unhelpful version strings from some locations 2024-05-13 14:51:06 +01:00
setup-codeql.test.js.map Soften deprecation message wording and remove unhelpful version strings from some locations 2024-05-13 14:51:06 +01:00
status-report.js Add `steady_state_default_setup` as field to base status report (#2305) 2024-05-22 15:47:59 -07:00
status-report.js.map Add `steady_state_default_setup` as field to base status report (#2305) 2024-05-22 15:47:59 -07:00
status-report.test.js Add `steady_state_default_setup` as field to base status report (#2305) 2024-05-22 15:47:59 -07:00
status-report.test.js.map Add `steady_state_default_setup` as field to base status report (#2305) 2024-05-22 15:47:59 -07:00
testing-utils.js Add option `tools: linked` for init action. 2024-05-13 14:51:06 +01:00
testing-utils.js.map Add option `tools: linked` for init action. 2024-05-13 14:51:06 +01:00
tools-features.js Only pass `--new-analysis-summary` if it is not default behavior 2024-04-03 15:39:22 +01:00
tools-features.js.map Only pass `--new-analysis-summary` if it is not default behavior 2024-04-03 15:39:22 +01:00
tools-features.test.js Stop setting `CODEQL_RUNNER` environment variable if CLI already sets it (#2081) 2024-01-12 09:41:07 -08:00
tools-features.test.js.map Stop setting `CODEQL_RUNNER` environment variable if CLI already sets it (#2081) 2024-01-12 09:41:07 -08:00
tracer-config.js Merge branch 'main' into henrymercer/on-demand-ffs 2024-05-10 11:32:35 +01:00
tracer-config.js.map Merge branch 'main' into henrymercer/on-demand-ffs 2024-05-10 11:32:35 +01:00
tracer-config.test.js Use direct tracing when autobuild build mode specified 2024-04-12 17:06:35 +01:00
tracer-config.test.js.map Use direct tracing when autobuild build mode specified 2024-04-12 17:06:35 +01:00
trap-caching.js Improve log message when there's nothing to clean up 2024-05-23 16:27:50 +01:00
trap-caching.js.map Improve log message when there's nothing to clean up 2024-05-23 16:27:50 +01:00
trap-caching.test.js Add some comments to explain test case 2024-05-24 09:48:41 +01:00
trap-caching.test.js.map Add some comments to explain test case 2024-05-24 09:48:41 +01:00
upload-lib.js Remove feature flag for combine SARIF files deprecation warning 2024-05-14 11:00:12 +02:00
upload-lib.js.map Remove feature flag for combine SARIF files deprecation warning 2024-05-14 11:00:12 +02:00
upload-lib.test.js Remove feature flag for combine SARIF files deprecation warning 2024-05-14 11:00:12 +02:00
upload-lib.test.js.map Remove feature flag for combine SARIF files deprecation warning 2024-05-14 11:00:12 +02:00
upload-sarif-action-post-helper.js Rename run to uploadArtifacts 2024-03-26 11:05:21 +01:00
upload-sarif-action-post-helper.js.map Rename run to uploadArtifacts 2024-03-26 11:05:21 +01:00
upload-sarif-action-post.js Rename run to uploadArtifacts 2024-03-26 11:05:21 +01:00
upload-sarif-action-post.js.map Rename run to uploadArtifacts 2024-03-26 11:05:21 +01:00
upload-sarif-action.js Gracefully continue if `createStatusReportBase` throws (#2225) 2024-04-04 15:26:14 -07:00
upload-sarif-action.js.map Gracefully continue if `createStatusReportBase` throws (#2225) 2024-04-04 15:26:14 -07:00
util.js Log warning if SIP is disabled and CLI version is < 2.15.1 (#2261) 2024-04-25 22:20:13 +00:00
util.js.map Add deprecation warning for merging SARIF files with non-unique categories 2024-04-26 14:22:30 +02:00
util.test.js Bump the npm group with 2 updates (#2190) 2024-03-12 07:27:21 -07:00
util.test.js.map Bump the npm group with 2 updates (#2190) 2024-03-12 07:27:21 -07:00
workflow.js Avoid warning on workflow_call triggers 2024-05-07 13:30:06 -07:00
workflow.js.map Avoid warning on workflow_call triggers 2024-05-07 13:30:06 -07:00
workflow.test.js Avoid warning on workflow_call triggers 2024-05-07 13:30:06 -07:00
workflow.test.js.map Avoid warning on workflow_call triggers 2024-05-07 13:30:06 -07:00