codeql-action/src
2025-05-21 23:38:42 -04:00
..
testdata Enable zstd bundles on GHES and remove feature flag 2024-11-01 15:24:51 +00:00
actions-util.test.ts Create git-utils.test.ts for git-utils.ts 2024-12-10 08:44:11 -08:00
actions-util.ts Use @actions/io to locate binaries 2024-12-19 14:21:06 +00:00
analyze-action-env.test.ts Move Git functions to git-utils.ts 2024-12-10 08:44:11 -08:00
analyze-action-input.test.ts Move Git functions to git-utils.ts 2024-12-10 08:44:11 -08:00
analyze-action-post.ts Remove temporary dependency directory in analyze post action 2025-03-17 11:34:09 +00:00
analyze-action.ts refactor: revert getActionsStatus taking an extra argument 2025-04-02 15:13:00 +01:00
analyze.test.ts Do not set --expect-discarded-cache on "cleanup-level: overlay" 2025-03-10 10:32:13 -07:00
analyze.ts Skip validating SARIF produced by CodeQL 2025-05-14 15:11:16 +01:00
api-client.test.ts review-comments: refactor getActionsStatus to accept an extra parameter designating if the analysis is third-party 2025-04-01 14:58:59 +01:00
api-client.ts review-comments: refactor getActionsStatus to accept an extra parameter designating if the analysis is third-party 2025-04-01 14:58:59 +01:00
api-compatibility.json Update supported GitHub Enterprise Server versions 2025-04-11 00:16:14 +00:00
autobuild-action.ts refactor: revert getActionsStatus taking an extra argument 2025-04-02 15:13:00 +01:00
autobuild.ts Use getRepositoryNwo() 2025-03-26 10:18:40 -07:00
caching-utils.ts Allow warnings in tryGetFolderBytes to be suppressed 2024-11-12 15:16:18 +00:00
cli-errors.ts Add CLI error for failure to create temp directory 2025-02-26 16:52:50 +00:00
codeql.test.ts Pass overlay mode into databaseInitCluster() 2025-03-10 13:22:24 -07:00
codeql.ts Merge branch 'main' into dbartol/remove-actions-extractor 2025-05-21 23:38:42 -04:00
config-utils.test.ts Set default query filter for diff-informed analysis 2025-03-27 14:06:40 -07:00
config-utils.ts Set default query filter for diff-informed analysis 2025-03-27 14:06:40 -07:00
database-upload.test.ts Move Git functions to git-utils.ts 2024-12-10 08:44:11 -08:00
database-upload.ts Move Git functions to git-utils.ts 2024-12-10 08:44:11 -08:00
debug-artifacts.test.ts Clarify test fail;ure message 2025-01-27 10:51:01 -08:00
debug-artifacts.ts Don't throw error for ENOENT 2025-04-04 13:42:00 -07:00
defaults.json Update default bundle to codeql-bundle-v2.21.3 2025-05-13 22:28:10 +00:00
dependency-caching.ts Address test failures from computing temporary directory too early 2025-05-01 12:01:22 +01:00
diagnostics.ts Fix writing diagnostics on Windows 2024-08-19 16:42:48 +01:00
diff-informed-analysis-utils.ts Redefine shouldPerformDiffInformedAnalysis() 2025-03-28 12:29:28 -07:00
doc-url.ts Adds new doc URL for build modes 2024-12-23 19:36:22 +00:00
environment.ts Convert deprecation warning to error 2025-01-07 13:59:42 -08:00
feature-flags.test.ts tests: instead of false, use old feature flag with default value of false 2024-11-12 17:59:47 +00:00
feature-flags.ts Set checkPresence in diff-range data extension 2025-04-04 08:41:50 -07:00
fingerprints.test.ts Auto-fix linting errors 2023-07-25 10:34:21 +02:00
fingerprints.ts Fix new linter errors 2024-08-05 19:22:26 +01:00
git-utils.test.ts Add getFileOidsUnderPath() tests 2025-03-21 10:53:21 -07:00
git-utils.ts Add getFileOidsUnderPath() tests 2025-03-21 10:53:21 -07:00
init-action-post-helper.test.ts Fix linting errors 2025-01-15 13:57:55 +00:00
init-action-post-helper.ts Use getRepositoryNwo() 2025-03-26 10:18:40 -07:00
init-action-post.ts Add logs around status report telemetry in init-post step 2025-04-03 14:37:27 +02:00
init-action.ts Revert "threads defaults to CODEQL_THREADS env var" 2025-05-13 22:19:47 +00:00
init.test.ts Include underlying error in error message 2024-06-12 13:44:04 +01:00
init.ts Support overlay database creation 2025-03-10 13:25:46 -07:00
languages.test.ts Add basic Rust support for internal testing 2024-09-18 13:33:55 +02:00
languages.ts Use Language type 2025-01-14 14:29:26 +00:00
logging.ts Introduce withGroupAsync() 2024-12-09 10:46:38 -08:00
overlay-database-utils.test.ts Add overlay-database-utils tests 2025-03-21 11:31:28 -07:00
overlay-database-utils.ts Overlay databases: use --overlay-changes 2025-03-19 11:38:45 -07:00
repository.ts Add getRepositoryNwo() helper functions 2025-03-26 08:11:16 -07:00
resolve-environment-action.ts refactor: revert getActionsStatus taking an extra argument 2025-04-02 15:13:00 +01:00
resolve-environment.ts Remove unneeded version guards 2024-10-15 19:38:49 +01:00
sarif-schema-2.1.0.json Fix broken regex 2023-05-05 12:02:19 -07:00
setup-codeql.test.ts doc: add issue link to todo reminders in tests 2024-11-12 18:29:53 +00:00
setup-codeql.ts Fix assumption that download URLs contain file extension 2025-01-22 13:02:45 +00:00
start-proxy-action-post.ts formatting 2024-12-11 15:12:12 +00:00
start-proxy-action.ts Use proxy artifacts for v2.21.1 2025-04-24 18:20:31 +01:00
start-proxy.test.ts Formatting 2025-01-24 20:27:36 +00:00
start-proxy.ts Add goproxy_server to LANGUAGE_TO_REGISTRY_TYPE 2025-04-25 16:56:36 +01:00
status-report.test.ts refactor: revert getActionsStatus taking an extra argument 2025-04-02 15:13:00 +01:00
status-report.ts Add utility function to get testing environment 2025-05-14 14:10:19 +01:00
tar.ts Merge branch 'main' into revert-2767-cklin/prefer-gtar 2025-02-18 10:47:19 +00:00
testing-utils.ts Rebuild 2024-12-03 18:39:38 +00:00
tools-download.ts Fix assumption that download URLs contain file extension 2025-01-22 13:02:45 +00:00
tools-features.test.ts Stop setting CODEQL_RUNNER environment variable if CLI already sets it (#2081) 2024-01-12 09:41:07 -08:00
tools-features.ts Stop using feature-flag support for determining if a feature is active 2025-01-26 13:42:15 -08:00
tracer-config.test.ts Rebuild 2024-12-03 18:39:38 +00:00
tracer-config.ts spelling: macos 2024-11-06 06:43:41 -05:00
trap-caching.test.ts Move Git functions to git-utils.ts 2024-12-10 08:44:11 -08:00
trap-caching.ts Move Git functions to git-utils.ts 2024-12-10 08:44:11 -08:00
upload-lib.test.ts Skip validating SARIF produced by CodeQL 2025-05-14 15:11:16 +01:00
upload-lib.ts Improve docstring 2025-05-14 15:21:38 +01:00
upload-sarif-action-post.ts Stop using feature-flag support for determining if a feature is active 2025-01-26 13:42:15 -08:00
upload-sarif-action.ts review-comments: nest validateSariFileSchema into try-catch block to better discriminate error thrown 2025-04-02 19:06:31 +01:00
util.test.ts Convert deprecation warning to error 2025-01-07 13:59:42 -08:00
util.ts Add utility function to get testing environment 2025-05-14 14:10:19 +01:00
workflow.test.ts Enable unsafe call rule 2024-06-13 19:38:06 +01:00
workflow.ts Add utility function to get testing environment 2025-05-14 14:10:19 +01:00