Fotis Koutoulakis (@NlightNFotis)
88bcf64e02
feat: change wording of error reporting when a failure occurs during extraction
2024-12-11 11:32:53 +00:00
Andrew Eisenberg
932369573c
Update PR checks readme instructions
2024-12-11 11:27:03 +00:00
Henry Mercer
c6454d58c8
Merge branch 'main' into NlightNFotis/detect_use_proxy_when_streaming
2024-12-10 17:23:35 +00:00
Chuan-kai Lin
dfed55caa4
Merge pull request #2638 from github/cklin/diff-informed-graph-fetching-tweak
...
Improve Git subgraph fetching for diff-informed queries
2024-12-10 08:42:46 -08:00
Henry Mercer
417bb84fbc
Merge pull request #2641 from github/mergeback/v3.27.7-to-main-babb554e
...
Mergeback v3.27.7 refs/heads/releases/v3 into main
2024-12-10 14:38:45 +00:00
github-actions[bot]
18cf30d984
Update checked-in dependencies
2024-12-10 13:46:11 +00:00
github-actions[bot]
9fd5c24857
Update changelog and version after v3.27.7
2024-12-10 13:41:14 +00:00
Henry Mercer
babb554ede
Merge pull request #2640 from github/update-v3.27.7-89757925c
...
Merge main into releases/v3
v3.27.7
2024-12-10 13:39:53 +00:00
github-actions[bot]
0a5a1c0d75
Update changelog for v3.27.7
2024-12-10 12:03:48 +00:00
Fotis Koutoulakis (@NlightNFotis)
4c20d4f58a
feat: cleanup destination directory if we fail during streaming of the extraction
2024-12-09 19:13:05 +00:00
Fotis Koutoulakis (@NlightNFotis)
51e71f81a0
docs: add documentation for the reason why we need to have a setup step for the container
2024-12-09 18:59:37 +00:00
Fotis Koutoulakis (@NlightNFotis)
3951a82275
Merge branch 'main' into NlightNFotis/detect_use_proxy_when_streaming
2024-12-09 18:51:25 +00:00
Chuan-kai Lin
f9b0c1f2ea
build: refresh js files
2024-12-09 10:46:38 -08:00
Chuan-kai Lin
57a28594b9
getPullRequestEditedDiffRanges: work around fatal error
...
This commits adds a "git repack" step to getPullRequestEditedDiffRanges
to work around a Git bug concerning tracking of grafted commits.
2024-12-09 10:46:38 -08:00
Chuan-kai Lin
3e10d3452b
deepenGitHistory: do not fetch submodules
2024-12-09 10:46:38 -08:00
Chuan-kai Lin
dd4aa40016
deepenGitHistory: specify HEAD
...
This commit makes deepenGitHistory pass "origin HEAD" to Git fetch,
which prevents Git from fetching all branches that are present in the
remote repository.
2024-12-09 10:46:38 -08:00
Chuan-kai Lin
70aac4e018
Introduce withGroupAsync()
2024-12-09 10:46:38 -08:00
Fotis Koutoulakis (@NlightNFotis)
c901aeec28
ci: remove dns for container running proxy steps (experimental)
2024-12-09 18:39:53 +00:00
Angela P Wen
89757925c7
Merge pull request #2637 from github/dependabot/npm_and_yarn/npm-3bf4e64efa
...
Bump the npm group with 4 updates
2024-12-09 10:10:22 -08:00
github-actions[bot]
d853bec339
Update checked-in dependencies
2024-12-09 17:47:54 +00:00
dependabot[bot]
aab34601c1
Bump the npm group with 4 updates
...
Bumps the npm group with 4 updates: [@actions/cache](https://github.com/actions/toolkit/tree/HEAD/packages/cache ), [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) and [eslint-plugin-github](https://github.com/github/eslint-plugin-github ).
Updates `@actions/cache` from 3.3.0 to 4.0.0
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/cache/RELEASES.md )
- [Commits](https://github.com/actions/toolkit/commits/@actions/cache@4.0.0/packages/cache )
Updates `@typescript-eslint/eslint-plugin` from 8.17.0 to 8.18.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.18.0/packages/eslint-plugin )
Updates `@typescript-eslint/parser` from 8.17.0 to 8.18.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.18.0/packages/parser )
Updates `eslint-plugin-github` from 5.1.3 to 5.1.4
- [Release notes](https://github.com/github/eslint-plugin-github/releases )
- [Commits](https://github.com/github/eslint-plugin-github/compare/v5.1.3...v5.1.4 )
---
updated-dependencies:
- dependency-name: "@actions/cache"
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: npm
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: npm
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: npm
- dependency-name: eslint-plugin-github
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-12-09 17:46:55 +00:00
Henry Mercer
0d3e640d0c
Merge pull request #2636 from github/update-bundle/codeql-bundle-v2.20.0
...
Update default bundle to 2.20.0
2024-12-09 15:42:56 +00:00
Henry Mercer
b13515409a
Merge branch 'main' into update-bundle/codeql-bundle-v2.20.0
2024-12-09 15:10:39 +00:00
Fotis Koutoulakis (@NlightNFotis)
a89fbc80a2
docs: add readme for justfile/pr-checks update
2024-12-09 11:51:51 +00:00
github-actions[bot]
3d09005851
Add changelog note
2024-12-06 22:45:07 +00:00
github-actions[bot]
8ba1205033
Update default bundle to codeql-bundle-v2.20.0
2024-12-06 22:45:02 +00:00
Fotis Koutoulakis
182c5e787f
chore: reword description in CHANGELOG.md
...
Co-authored-by: Henry Mercer <henrymercer@github.com >
2024-12-06 18:37:58 +00:00
Angela P Wen
6f9e628e6f
Merge pull request #2634 from github/angelapwen/stop-using-artifact-flag
...
Remove `artifact_v4_upgrade` feature flag logic and related PR checks
2024-12-06 09:54:23 -08:00
Fotis Koutoulakis (@NlightNFotis)
b706e37699
chore: add changelog entry
2024-12-05 17:06:57 +00:00
Fotis Koutoulakis (@NlightNFotis)
b4bc093eca
ci: remove patch file and cleanup justfile
2024-12-05 15:56:48 +00:00
Fotis Koutoulakis (@NlightNFotis)
9c48c8bf18
ci: add capability to handle container initialisation steps to sync.py
2024-12-05 15:32:36 +00:00
Angela P Wen
0bb80075c0
Delete legacy artifact PR check
2024-12-04 12:05:41 -08:00
Angela P Wen
25488cc9b0
Remove deprecated CODEQL_ACTION_ARTIFACT_V4_UPGRADE env var
2024-12-04 12:05:25 -08:00
Angela P Wen
87548a27e8
Stop using the artifact_v4_upgrade feature flag
2024-12-04 12:05:11 -08:00
Fotis Koutoulakis (@NlightNFotis)
78be2f1333
ci: add configuration tto run proxy with zstd package to test streaming with proxy
2024-12-04 19:29:23 +00:00
Fotis Koutoulakis (@NlightNFotis)
8f2cb3a931
build: add undici to node_modules folder - CI fails without it
2024-12-04 19:29:23 +00:00
Fotis Koutoulakis (@NlightNFotis)
0dc76a996d
feat: use http agent that respects environment proxy settings when streaming
2024-12-04 19:29:22 +00:00
Henry Mercer
3096afedf9
Merge pull request #2631 from github/henrymercer/extract-direct-to-toolcache
...
Extract directly to the toolcache
codeql-bundle-v2.20.0
2024-12-04 11:26:12 +00:00
Henry Mercer
5d7e6289af
Add changelog note
2024-12-04 10:08:17 +00:00
Henry Mercer
4a7b2d6c90
Merge branch 'main' into henrymercer/extract-direct-to-toolcache
2024-12-04 10:06:51 +00:00
Angela P Wen
978ed829bd
Merge pull request #2633 from github/angelapwen/legacy-artifact-default-true
...
Set `ArtifactV4Upgrade`'s default value to true
2024-12-03 15:45:57 -08:00
Angela P Wen
9922856ac1
Set ArtifactV4Upgrade's default value to true
2024-12-03 14:21:43 -08:00
Henry Mercer
f1c289a551
Merge pull request #2632 from github/dependabot/npm_and_yarn/npm-7b138563d4
...
Bump the npm group across 1 directory with 8 updates
2024-12-03 18:57:18 +00:00
github-actions[bot]
44e03577b2
Rebuild
2024-12-03 18:39:38 +00:00
github-actions[bot]
5261a1223f
Update checked-in dependencies
2024-12-03 18:37:29 +00:00
dependabot[bot]
49f7b34c3d
Bump the npm group across 1 directory with 8 updates
...
Bumps the npm group with 8 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [@octokit/types](https://github.com/octokit/types.ts ) | `13.6.1` | `13.6.2` |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js ) | `9.15.0` | `9.16.0` |
| [@types/adm-zip](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/adm-zip ) | `0.5.6` | `0.5.7` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) | `8.15.0` | `8.17.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) | `8.15.0` | `8.17.0` |
| [eslint-import-resolver-typescript](https://github.com/import-js/eslint-import-resolver-typescript ) | `3.6.3` | `3.7.0` |
| [eslint-plugin-github](https://github.com/github/eslint-plugin-github ) | `5.0.2` | `5.1.3` |
| [typescript](https://github.com/microsoft/TypeScript ) | `5.6.3` | `5.7.2` |
Updates `@octokit/types` from 13.6.1 to 13.6.2
- [Release notes](https://github.com/octokit/types.ts/releases )
- [Commits](https://github.com/octokit/types.ts/compare/v13.6.1...v13.6.2 )
Updates `@eslint/js` from 9.15.0 to 9.16.0
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/commits/v9.16.0/packages/js )
Updates `@types/adm-zip` from 0.5.6 to 0.5.7
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/adm-zip )
Updates `@typescript-eslint/eslint-plugin` from 8.15.0 to 8.17.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.17.0/packages/eslint-plugin )
Updates `@typescript-eslint/parser` from 8.15.0 to 8.17.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.17.0/packages/parser )
Updates `eslint-import-resolver-typescript` from 3.6.3 to 3.7.0
- [Release notes](https://github.com/import-js/eslint-import-resolver-typescript/releases )
- [Changelog](https://github.com/import-js/eslint-import-resolver-typescript/blob/master/CHANGELOG.md )
- [Commits](https://github.com/import-js/eslint-import-resolver-typescript/compare/v3.6.3...v3.7.0 )
Updates `eslint-plugin-github` from 5.0.2 to 5.1.3
- [Release notes](https://github.com/github/eslint-plugin-github/releases )
- [Commits](https://github.com/github/eslint-plugin-github/compare/v5.0.2...v5.1.3 )
Updates `typescript` from 5.6.3 to 5.7.2
- [Release notes](https://github.com/microsoft/TypeScript/releases )
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml )
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.6.3...v5.7.2 )
---
updated-dependencies:
- dependency-name: "@octokit/types"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: npm
- dependency-name: "@eslint/js"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: npm
- dependency-name: "@types/adm-zip"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: npm
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: npm
- dependency-name: eslint-import-resolver-typescript
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: npm
- dependency-name: eslint-plugin-github
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: npm
- dependency-name: typescript
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: npm
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-12-03 18:36:10 +00:00
Henry Mercer
7bcf845de9
Record telemetry for cache operation duration
2024-12-03 18:23:15 +00:00
Henry Mercer
93f3303766
Tweak log wording
2024-12-03 18:23:04 +00:00
Henry Mercer
b2a4442810
Ensure destination directory exists when streaming extraction
2024-12-03 18:22:44 +00:00
Henry Mercer
d5bcf48469
Add more error handling to zstd extraction
2024-12-03 18:22:28 +00:00