Austin Pray
3dce55ac70
rebuild
2025-05-14 15:41:39 +00:00
Nick Rolfe
9aba20e4c9
Merge branch 'main' into update-bundle/codeql-bundle-v2.21.2
2025-05-01 13:16:31 +01:00
Henry Mercer
62fbeb66b3
Merge branch 'main' into henrymercer/fix-diff-informed-multiple-analyze
2025-05-01 12:05:02 +01:00
Henry Mercer
f122d1dc9e
Address test failures from computing temporary directory too early
...
These relied on the RUNNER_TEMP environment variable that does not necessarily exist when running locally.
2025-05-01 12:01:22 +01:00
Henry Mercer
083772aae4
Do not fail diff informed analyses when analyze is run twice in the same job
2025-05-01 12:00:46 +01:00
Nick Rolfe
5db14d0471
Merge branch 'main' into update-bundle/codeql-bundle-v2.21.2
2025-05-01 10:28:59 +01:00
Andrew Eisenberg
3ca9a88941
Add actions-specific telemetry fields
2025-04-29 16:14:46 -07:00
github-actions[bot]
4b7eecf8a7
Update default bundle to codeql-bundle-v2.21.2
2025-04-28 15:20:40 +00:00
Michael B. Gale
6ad5d99ccc
Add goproxy_server to LANGUAGE_TO_REGISTRY_TYPE
2025-04-25 16:56:36 +01:00
Michael B. Gale
6ef9b921b1
Use proxy artifacts for v2.21.1
2025-04-24 18:20:31 +01:00
github-actions[bot]
e63b3f5166
Update default bundle to codeql-bundle-v2.21.1
2025-04-16 16:54:11 +00:00
Chuan-kai Lin
a35ae8c380
Merge pull request #2843 from github/cklin/diff-informed-compat
...
Set checkPresence in diff-range data extension
2025-04-07 13:29:16 -07:00
Andrew Eisenberg
bb59df6c17
Merge pull request #2842 from github/henrymercer/zip64
...
Raise the file limit for debug artifacts by producing zip64 files where necessary
2025-04-07 10:50:46 -07:00
Andrew Eisenberg
a8be43c24e
Don't throw error for ENOENT
2025-04-04 13:42:00 -07:00
Chuan-kai Lin
94102d99b0
Set checkPresence in diff-range data extension
...
This commit updates the diff-range data extension to use the new
checkPresence field being introduced in CodeQL CLI 2.21.0, so that
diff-informed analysis no longer fails when a query pack does not have
the restrictAlertsTo extensible predicate.
2025-04-04 08:41:50 -07:00
Henry Mercer
56feaac968
Raise file limit in debug artifacts by using zip64
2025-04-04 14:40:53 +01:00
Arthur Baars
2b85c00718
Merge branch 'main' into update-bundle/codeql-bundle-v2.21.0
2025-04-03 15:28:09 +02:00
Angela P Wen
92864f48b0
Add logs around status report telemetry in init-post step
2025-04-03 14:37:27 +02:00
Fotis Koutoulakis (@NlightNFotis)
676a422916
review-comments: nest validateSariFileSchema into try-catch block to better discriminate error thrown
2025-04-02 19:06:31 +01:00
Fotis Koutoulakis (@NlightNFotis)
498c7f37e8
review-comments: unwrap error in upload-sarif-action and re-classify as ConfigurationError if in known error category
2025-04-02 15:20:03 +01:00
Fotis Koutoulakis (@NlightNFotis)
efd29bef22
refactor: revert getActionsStatus taking an extra argument
2025-04-02 15:13:00 +01:00
Fotis Koutoulakis (@NlightNFotis)
b53826d56d
review-comments: remove syntax-error handling for SARIF from upload-lib
2025-04-01 15:10:16 +01:00
Fotis Koutoulakis (@NlightNFotis)
55ee663d5f
review-comments: refactor getActionsStatus to accept an extra parameter designating if the analysis is third-party
2025-04-01 14:58:59 +01:00
github-actions[bot]
a69f5113b7
Update default bundle to codeql-bundle-v2.21.0
2025-04-01 13:51:03 +00:00
Fotis Koutoulakis (@NlightNFotis)
01f1a1f2c9
Merge branch 'main' into NlightNFotis/reclassify_upload_sarif_issues
2025-03-31 16:29:02 +01:00
Chuan-kai Lin
efffb483ec
Merge pull request #2831 from github/cklin/diff-informed-query-filtering
...
Respect `exclude-from-incremental` query tag for diff-informed analysis
2025-03-31 08:00:50 -07:00
Fotis Koutoulakis (@NlightNFotis)
f21cf0bbd7
feat: reclassify InvalidSarifUploadError as a user-error when final status report is produced
2025-03-31 12:22:18 +01:00
Fotis Koutoulakis (@NlightNFotis)
72a2b1295e
feat: classify some observed SARIF errors as InvalidSarifUploadError
2025-03-31 12:17:23 +01:00
Fotis Koutoulakis (@NlightNFotis)
a022653e2d
feat: classify more HTTP errors as configuration errors in api-client
2025-03-31 11:54:16 +01:00
Fotis Koutoulakis (@NlightNFotis)
3c42562190
fix: update comment for test to state correct expected outcome
2025-03-31 11:51:11 +01:00
Chuan-kai Lin
e4ca874973
build: refresh js files
2025-03-28 12:30:40 -07:00
Fotis Koutoulakis (@NlightNFotis)
73c938dbc0
fix: fix issue where wrapApiConfigurationError would fail to regex match a string due to boundary constraints on the regex
2025-03-28 14:38:06 +00:00
Fotis Koutoulakis (@NlightNFotis)
2be6da694a
test: add tests for the wrapApiConfigurationError function
2025-03-28 14:37:10 +00:00
Fotis Koutoulakis (@NlightNFotis)
76f9ed9cd9
test: add tests to validate getActionsStatus' behaviour
2025-03-28 14:37:10 +00:00
Chuan-kai Lin
0afd488dc1
build: refresh js files
2025-03-27 08:50:55 -07:00
Chuan-kai Lin
b361a91508
Diff-informed analysis: fix empty PR handling
2025-03-21 14:18:25 -07:00
Chuan-kai Lin
bd1d9ab4ed
Merge pull request #2816 from github/cklin/overlay-file-list
...
Overlay databases: use --overlay-changes
2025-03-21 12:30:26 -07:00
Chuan-kai Lin
b98ae6ca52
Add overlay-database-utils tests
2025-03-21 11:31:28 -07:00
Chuan-kai Lin
9825184a0a
Add getFileOidsUnderPath() tests
2025-03-21 10:53:21 -07:00
Chuan-kai Lin
9c674ba4f5
build: refresh js files
2025-03-21 09:25:30 -07:00
Chuan-kai Lin
6be6984cc1
Overlay databases: use --overlay-changes
...
This commit changes overlay database creation to use the
--overlay-changes flag. It also implements Git-based file change
detection to generate the list of files to extract for the overlay
database.
2025-03-19 11:38:45 -07:00
github-actions[bot]
4e3a5342c5
Update default bundle to codeql-bundle-v2.20.7
2025-03-18 12:21:54 +00:00
Michael B. Gale
55f023701c
Merge pull request #2802 from github/mbg/dependency-caching/java-buildless
...
Set and cache dependency directory for Java `build-mode: none`
2025-03-18 10:28:36 +00:00
Michael B. Gale
4c409a5b66
Remove temporary dependency directory in analyze post action
2025-03-17 11:34:09 +00:00
Chuan-kai Lin
c31f6c89e8
git-utils: deleted unused functions
2025-03-13 10:45:14 -07:00
Michael B. Gale
afa3ed33bb
Add more documentation
2025-03-13 11:45:27 +00:00
Michael B. Gale
f8367fb063
Set and cache dependency directory for Java build-mode: none
2025-03-13 11:39:39 +00:00
Chuan-kai Lin
0efe12d12c
build: refresh js files
2025-03-10 13:31:46 -07:00
Chuan-kai Lin
256aa16582
Merge branch 'main' into update-bundle/codeql-bundle-v2.20.6
2025-03-06 06:59:38 -08:00
nickfyson
7b7ed63503
adjust string for handling rate limit error
2025-03-06 10:33:25 +00:00