nickfyson
4c1a14580c
update wording of deprecation warning
2024-01-19 15:03:55 +00:00
nickfyson
8338b72a73
ensure deprecation warning is only shown once per job
2024-01-19 14:50:10 +00:00
nickfyson
977247109f
add v2 deprecation warning
2024-01-19 14:47:35 +00:00
Nick Fyson
9f17140d3f
Update codeql.yml
2024-01-19 14:44:57 +00:00
Henry Mercer
4759df8df7
Merge pull request #2091 from github/backport-v2.23.1-0b21cf249
...
Merge releases/v3 into releases/v2
2024-01-17 17:39:22 +00:00
github-actions[bot]
554005d264
Update checked-in dependencies
2024-01-17 16:52:17 +00:00
github-actions[bot]
fb29452d38
Update version and changelog for v2.23.1
2024-01-17 16:25:35 +00:00
github-actions[bot]
13884cb7d7
Merge remote-tracking branch 'origin/releases/v3' into backport-v2.23.1-0b21cf249
2024-01-17 16:25:34 +00:00
github-actions[bot]
ac64986f93
Revert "Update checked-in dependencies"
...
This reverts commit e24bd8fed4 .
2024-01-17 16:25:34 +00:00
github-actions[bot]
cdcacf8b4f
Revert "Update version and changelog for v2.23.0"
...
This reverts commit 8f2682add5 .
2024-01-17 16:25:34 +00:00
Alexander Eyers-Taylor
0b21cf2492
Merge pull request #2089 from github/update-v3.23.1-f65ecd09c
...
Merge main into releases/v3
2024-01-17 16:21:56 +00:00
github-actions[bot]
ae616145ed
Update changelog for v3.23.1
2024-01-17 15:46:52 +00:00
Angela P Wen
f65ecd09c7
Only delete SARIF in PR check if not running on a fork ( #2084 )
2024-01-16 16:07:58 -08:00
Alexander Eyers-Taylor
4d75a10efa
Merge pull request #2073 from github/update-bundle/codeql-bundle-v2.16.0
...
Update default bundle to 2.16.0
2024-01-16 12:58:39 +00:00
Stephan Brandauer
e65c5d92f7
Merge pull request #2086 from github/dependabot/npm_and_yarn/npm-c0441c84d9
...
Bump the npm group with 4 updates
2024-01-16 13:39:34 +01:00
github-actions[bot]
6b12e3d9d9
Update checked-in dependencies
2024-01-15 17:41:40 +00:00
dependabot[bot]
e292db6207
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 [nock](https://github.com/nock/nock ).
Updates `@actions/cache` from 3.2.2 to 3.2.3
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/cache/RELEASES.md )
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/cache )
Updates `@typescript-eslint/eslint-plugin` from 6.18.1 to 6.19.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/v6.19.0/packages/eslint-plugin )
Updates `@typescript-eslint/parser` from 6.18.1 to 6.19.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/v6.19.0/packages/parser )
Updates `nock` from 13.4.0 to 13.5.0
- [Release notes](https://github.com/nock/nock/releases )
- [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md )
- [Commits](https://github.com/nock/nock/compare/v13.4.0...v13.5.0 )
---
updated-dependencies:
- dependency-name: "@actions/cache"
dependency-type: direct:production
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: nock
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: npm
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-01-15 17:40:05 +00:00
Alexander Eyers-Taylor
1fea7a57e7
Merge branch 'main' into update-bundle/codeql-bundle-v2.16.0
2024-01-15 15:55:29 +00:00
Angela P Wen
96531062ba
Stop setting CODEQL_RUNNER environment variable if CLI already sets it ( #2081 )
...
* Check `setsCodeqlRunnerEnvVar` is set in the CLI with `ToolsFeatures`
* Stop setting `CODEQL_RUNNER` env var when CLI does
* Add optional `features` parameter in test utils
* Test that `CODEQL_RUNNER` is not set if CLI sets it
2024-01-12 09:41:07 -08:00
Henry Mercer
eb14aeb61d
Merge pull request #2080 from github/henrymercer/fix-unconditional-warning
...
Fix `paths`/`paths-ignore` warning that would appear unconditionally
2024-01-11 12:34:53 +00:00
Henry Mercer
30597e33ea
Handle empty lists as well as undefined ones
2024-01-11 12:07:18 +00:00
Henry Mercer
94e68911d7
Fix paths/paths-ignore warning that would appear unconditionally
2024-01-11 11:54:24 +00:00
Andrew Eisenberg
cd94990cfe
Merge pull request #2079 from github/aeisenberg/artifact-storage
...
Add a retention period of 7 days
2024-01-10 14:36:34 -08:00
Andrew Eisenberg
f5a82188bc
Add a retention period of 7 days
...
For debug artifacts. Ensures they don't stick around
too long since these can be large.
2024-01-10 13:31:52 -08:00
Andrew Eisenberg
3b54300140
Merge pull request #2078 from github/dependabot/npm_and_yarn/npm-261f9f0017
...
Bump the npm group with 3 updates
2024-01-10 10:17:02 -08:00
github-actions[bot]
6e496528ad
Update checked-in dependencies
2024-01-10 17:39:48 +00:00
dependabot[bot]
ccdb046177
Bump the npm group with 3 updates
...
Bumps the npm group with 3 updates: [@types/sinon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/sinon ), [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) and [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ).
Updates `@types/sinon` from 17.0.2 to 17.0.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/sinon )
Updates `@typescript-eslint/eslint-plugin` from 6.18.0 to 6.18.1
- [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/v6.18.1/packages/eslint-plugin )
Updates `@typescript-eslint/parser` from 6.18.0 to 6.18.1
- [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/v6.18.1/packages/parser )
---
updated-dependencies:
- dependency-name: "@types/sinon"
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-patch
dependency-group: npm
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-01-10 17:38:00 +00:00
Andrew Eisenberg
6d223f97ab
Merge pull request #2077 from github/aeisenberg/dependabot-shield
...
Dependabot alerts for shield only
2024-01-10 09:34:52 -08:00
Andrew Eisenberg
0395410277
Dependabot alerts for shield only
2024-01-10 08:34:15 -08:00
Angela P Wen
b8e349d982
Remove Node 16 deprecation note ( #2076 )
2024-01-09 21:19:07 -08:00
Andrew Eisenberg
3516b7f18a
Merge pull request #2071 from github/dependabot/npm_and_yarn/npm-61afffbee9
...
Bump the npm group with 2 updates
2024-01-08 15:28:14 -08:00
Andrew Eisenberg
6693d13c0d
Merge pull request #2072 from github/dependabot/github_actions/dot-github/actions/setup-swift/actions-setup-swift-71a5d23140
...
Bump the actions-setup-swift group in /.github/actions/setup-swift with 1 update
2024-01-08 15:25:20 -08:00
github-actions[bot]
8e8de28ef8
Add changelog note
2024-01-08 18:58:10 +00:00
github-actions[bot]
72e5036933
Update default bundle to codeql-bundle-v2.16.0
2024-01-08 18:58:06 +00:00
Henry Mercer
e6a47e2565
Merge pull request #2070 from github/henrymercer/remove-ghae
...
Remove code specific to GitHub AE
2024-01-08 17:42:55 +00:00
dependabot[bot]
e26ddc04a8
Bump the actions-setup-swift group
...
Bumps the actions-setup-swift group in /.github/actions/setup-swift with 1 update: [swift-actions/setup-swift](https://github.com/swift-actions/setup-swift ).
Updates `swift-actions/setup-swift` from 1.25.0 to 1.26.0
- [Release notes](https://github.com/swift-actions/setup-swift/releases )
- [Commits](f51889efb5...cdbe0f7f4c )
---
updated-dependencies:
- dependency-name: swift-actions/setup-swift
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: actions-setup-swift
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-01-08 17:06:06 +00:00
github-actions[bot]
bff178d0fa
Update checked-in dependencies
2024-01-08 17:04:33 +00:00
dependabot[bot]
ab07ded31d
Bump the npm group with 2 updates
...
Bumps the npm group with 2 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) and [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ).
Updates `@typescript-eslint/eslint-plugin` from 6.17.0 to 6.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/v6.18.0/packages/eslint-plugin )
Updates `@typescript-eslint/parser` from 6.17.0 to 6.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/v6.18.0/packages/parser )
---
updated-dependencies:
- 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
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-01-08 17:02:44 +00:00
Henry Mercer
8b7fcbfac2
Merge pull request #2069 from github/backport-v2.23.0-e5f05b81d
...
Merge releases/v3 into releases/v2
2024-01-08 13:43:00 +00:00
Henry Mercer
415881f4cf
Remove code specific to GitHub AE
2024-01-08 13:28:39 +00:00
Henry Mercer
e2d39049b6
Merge pull request #2067 from github/mergeback/v3.23.0-to-main-e5f05b81
...
Mergeback v3.23.0 refs/heads/releases/v3 into main
2024-01-08 13:15:15 +00:00
github-actions[bot]
e24bd8fed4
Update checked-in dependencies
2024-01-08 13:12:16 +00:00
Henry Mercer
8f2682add5
Update version and changelog for v2.23.0
2024-01-08 13:05:17 +00:00
Henry Mercer
8f5ae1a11a
Merge remote-tracking branch 'origin/releases/v3' into backport-v2.23.0-e5f05b81d
2024-01-08 13:04:05 +00:00
Henry Mercer
99d337aef5
Revert "Update checked-in dependencies"
...
This reverts commit d6286c6fdb .
2024-01-08 13:04:04 +00:00
Henry Mercer
997d889b5d
Revert "Update version and changelog for v2.22.12"
...
This reverts commit 9c74de20cb .
2024-01-08 13:04:04 +00:00
github-actions[bot]
bb812eb7c0
Update checked-in dependencies
2024-01-08 12:50:53 +00:00
github-actions[bot]
f674cff945
Update changelog and version after v3.23.0
2024-01-08 12:11:40 +00:00
Henry Mercer
e5f05b81d5
Merge pull request #2066 from github/update-v3.23.0-fd55bb0b0
...
Merge main into releases/v3
2024-01-08 12:10:08 +00:00
github-actions[bot]
48e7b8b751
Update changelog for v3.23.0
2024-01-08 11:14:38 +00:00
Henry Mercer
fd55bb0b00
Merge pull request #2065 from github/henrymercer/further-run-queries-cleanup
...
Clean up running queries some more
2024-01-08 11:11:42 +00:00
Henry Mercer
838a022982
Clean up running queries workflow now that the queries are determined by the CLI
2024-01-05 19:11:02 +00:00
Henry Mercer
8516954d60
Merge pull request #2062 from github/henrymercer/remove-action-config-parsing
...
Remove config parsing logic that is now implemented in the CLI
2024-01-05 18:49:50 +00:00
Henry Mercer
a533ec62b3
Merge branch 'main' into henrymercer/remove-action-config-parsing
2024-01-05 16:14:49 +00:00
Henry Mercer
08ae9bf4d0
Merge pull request #2063 from github/henrymercer/remove-ml-powered-queries-repo
...
Remove unused test example code
2024-01-05 10:34:52 +00:00
Rasmus Wriedt Larsen
58ff74adc3
Merge pull request #2031 from github/rasmuswl/no-dep-inst-default
...
Python: Don't install deps by default for all users
2024-01-05 11:18:05 +01:00
Rasmus Wriedt Larsen
9926570d4c
Generate JS
2024-01-05 10:32:41 +01:00
Rasmus Wriedt Larsen
2e27b3c56b
Create helper isPythonDependencyInstallationDisabled
2024-01-05 10:23:04 +01:00
Rasmus Wriedt Larsen
afef25e1e7
Add comment for force enabling dependency extraction
2024-01-05 10:21:34 +01:00
Henry Mercer
f114e1d137
Remove unused test example
2024-01-04 18:30:27 +00:00
Henry Mercer
d7437a2202
Remove deprecated CODEQL_PASS_CONFIG_TO_CLI env var from PR checks
2024-01-04 16:41:50 +00:00
Henry Mercer
67be7bc713
Remove unused status report fields
2024-01-04 16:38:53 +00:00
Henry Mercer
4feb32a7ef
Remove code to download packs
2024-01-04 16:29:49 +00:00
Henry Mercer
f65fc6a926
Remove parsing of queries, packs, paths, and pathsIgnore
2024-01-04 16:27:05 +00:00
Henry Mercer
f934b28e51
Populate path filters env variables using the CLI
2024-01-04 15:17:20 +00:00
Henry Mercer
b30262ccb4
Remove functionality for checking out external repos
2024-01-04 15:09:24 +00:00
Rasmus Wriedt Larsen
d98234a500
Update changelog wording
...
To make it more clear what feature is being removed in the future
2024-01-04 16:06:18 +01:00
Rasmus Wriedt Larsen
aa95d4deab
Update changelog wording to include january instead of now
2024-01-04 16:05:36 +01:00
Henry Mercer
b683173003
Remove unused arguments
2024-01-04 15:05:15 +00:00
Henry Mercer
f53698be43
Remove Action-config code path in runQueries
2024-01-04 14:45:16 +00:00
Henry Mercer
fa98ec0c7a
Remove CliConfigFileEnabled feature flag
2024-01-04 14:39:36 +00:00
Rasmus Wriedt Larsen
ce9d281924
Merge branch 'main' into rasmuswl/no-dep-inst-default
2024-01-04 15:28:16 +01:00
Henry Mercer
216127f34a
Merge pull request #1994 from github/update-supported-enterprise-server-versions
...
Update supported GitHub Enterprise Server versions
2024-01-04 13:27:56 +00:00
Henry Mercer
7963a60016
Merge pull request #2009 from github/henrymercer/drop-codeql-v2.11.5
...
Remove support for CodeQL v2.11.5 and earlier
2024-01-04 13:27:31 +00:00
Henry Mercer
6ebbf452bb
Merge branch 'main' into update-supported-enterprise-server-versions
2024-01-02 19:13:58 +00:00
Henry Mercer
e345646da5
Merge pull request #2058 from github/dependabot/github_actions/actions-970b8d0e10
...
Bump the actions group with 1 update
2024-01-02 18:04:42 +00:00
Henry Mercer
35b10b5ff7
Merge branch 'main' into henrymercer/drop-codeql-v2.11.5
2024-01-02 18:03:32 +00:00
Henry Mercer
ee9b8ab1f1
Merge pull request #2057 from github/dependabot/npm_and_yarn/npm-1688eb420c
...
Bump the npm group with 2 updates
2024-01-02 12:54:53 +00:00
Henry Mercer
fb410e7156
Update PR check source
2024-01-02 12:18:35 +00:00
dependabot[bot]
fab3a43f69
Bump the actions group with 1 update
...
Bumps the actions group with 1 update: [actions/setup-go](https://github.com/actions/setup-go ).
Updates `actions/setup-go` from 4 to 5
- [Release notes](https://github.com/actions/setup-go/releases )
- [Commits](https://github.com/actions/setup-go/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: actions
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-01-01 17:34:12 +00:00
github-actions[bot]
01e47d0430
Update checked-in dependencies
2024-01-01 17:32:33 +00:00
dependabot[bot]
ecbf80ad80
Bump the npm group with 2 updates
...
Bumps the npm group with 2 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) and [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ).
Updates `@typescript-eslint/eslint-plugin` from 6.15.0 to 6.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/v6.17.0/packages/eslint-plugin )
Updates `@typescript-eslint/parser` from 6.15.0 to 6.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/v6.17.0/packages/parser )
---
updated-dependencies:
- 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
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-01-01 17:30:58 +00:00
dependabot[bot]
596b173a4e
Bump the actions group with 2 updates ( #2056 )
...
* Bump the actions group with 2 updates
Bumps the actions group with 2 updates: [actions/setup-python](https://github.com/actions/setup-python ) and [actions/setup-go](https://github.com/actions/setup-go ).
Updates `actions/setup-python` from 4 to 5
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/v4...v5 )
Updates `actions/setup-go` from 4 to 5
- [Release notes](https://github.com/actions/setup-go/releases )
- [Commits](https://github.com/actions/setup-go/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: actions
- dependency-name: actions/setup-go
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: actions
...
Signed-off-by: dependabot[bot] <support@github.com >
* Bump `setup-python` and `setup-go` to v5
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Angela P Wen <angelapwen@github.com >
2023-12-27 17:12:00 -08:00
dependabot[bot]
e01299bd9c
Bump the npm group with 2 updates ( #2055 )
...
* Bump the npm group with 2 updates
Bumps the npm group with 2 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) and [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ).
Updates `@typescript-eslint/eslint-plugin` from 6.14.0 to 6.15.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/v6.15.0/packages/eslint-plugin )
Updates `@typescript-eslint/parser` from 6.14.0 to 6.15.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/v6.15.0/packages/parser )
---
updated-dependencies:
- 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
...
Signed-off-by: dependabot[bot] <support@github.com >
* Update checked-in dependencies
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-12-27 14:05:35 -08:00
Angela P Wen
1500a13138
Merge pull request #2054 from github/backport-v2.22.12-012739e50
...
* Bump the npm group with 4 updates
Bumps the npm group with 4 updates: [@octokit/types](https://github.com/octokit/types.ts ), [@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 [typescript](https://github.com/Microsoft/TypeScript ).
Updates `@octokit/types` from 12.3.0 to 12.4.0
- [Release notes](https://github.com/octokit/types.ts/releases )
- [Commits](https://github.com/octokit/types.ts/compare/v12.3.0...v12.4.0 )
Updates `@typescript-eslint/eslint-plugin` from 6.13.2 to 6.14.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/v6.14.0/packages/eslint-plugin )
Updates `@typescript-eslint/parser` from 6.13.2 to 6.14.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/v6.14.0/packages/parser )
Updates `typescript` from 5.3.2 to 5.3.3
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.3.2...v5.3.3 )
---
updated-dependencies:
- dependency-name: "@octokit/types"
dependency-type: direct:production
update-type: version-update:semver-minor
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: typescript
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm
...
Signed-off-by: dependabot[bot] <support@github.com >
* Update checked-in dependencies
* Update changelog and version after v3.22.11
* Update checked-in dependencies
* improve handling of changelog processing for backports
* change version numbers inside processing function as well
* Apply suggestions from code review
Co-authored-by: Henry Mercer <henry.mercer@me.com >
* rename regex for clarity
* preserve trailing whitespace when transforming CHANGELOG
* raise explicit exception if EOF found when looking for changelog sections
* add note on versioning approach to changelog
* Bump the npm group with 2 updates (#2045 )
* Bump the npm group with 2 updates
Bumps the npm group with 2 updates: [eslint](https://github.com/eslint/eslint ) and [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import ).
Updates `eslint` from 8.55.0 to 8.56.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/compare/v8.55.0...v8.56.0 )
Updates `eslint-plugin-import` from 2.29.0 to 2.29.1
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases )
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md )
- [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.29.0...v2.29.1 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: npm
- dependency-name: eslint-plugin-import
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm
...
Signed-off-by: dependabot[bot] <support@github.com >
* Update checked-in dependencies
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* clarify comment on versions in the changelog
* clarify comment on versions in the changelog
* Update default bundle to codeql-bundle-v2.15.5
* Add changelog note
* update required checks script to handle release branches
* add note about backporting check changes to v2 branch
* Fix type error
* Typecast `OLDEST_SUPPORTED_MAJOR_VERSION` when defined
* Update changelog for v3.22.12
* Revert "Update version and changelog for v2.22.11"
This reverts commit e763762131 .
* Revert "Update checked-in dependencies"
This reverts commit 20d1a9b175 .
* Update version and changelog for v2.22.12
* Update checked-in dependencies
* Resolve conflicts in v3->v2.22.12 merge
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Henry Mercer <henry.mercer@me.com >
Co-authored-by: Nick Fyson <nickfyson@github.com >
Co-authored-by: Aditya Sharad <6874315+adityasharad@users.noreply.github.com >
Co-authored-by: Angela P Wen <angelapwen@github.com >
Co-authored-by: Aditya Sharad <adityasharad@github.com >
2023-12-22 08:39:43 -08:00
Aditya Sharad
0d318c9f1a
Resolve conflicts in v3->v2.22.12 merge
2023-12-22 06:58:29 -08:00
github-actions[bot]
d6286c6fdb
Update checked-in dependencies
2023-12-22 04:01:00 +00:00
Aditya Sharad
6f5223db54
Merge pull request #2053 from github/mergeback/v3.22.12-to-main-012739e5
...
Mergeback v3.22.12 refs/heads/releases/v3 into main
2023-12-21 19:33:14 -08:00
github-actions[bot]
710aa2dfc8
Update checked-in dependencies
2023-12-22 00:49:29 +00:00
github-actions[bot]
9c74de20cb
Update version and changelog for v2.22.12
2023-12-22 00:47:08 +00:00
github-actions[bot]
49a6ae4966
Merge remote-tracking branch 'origin/releases/v3' into backport-v2.22.12-012739e50
...
# Conflicts:
# CONTRIBUTING.md
2023-12-22 00:47:04 +00:00
github-actions[bot]
3366e3bbdd
Revert "Update checked-in dependencies"
...
This reverts commit 20d1a9b175 .
2023-12-22 00:47:03 +00:00
github-actions[bot]
844fc3cd56
Revert "Update version and changelog for v2.22.11"
...
This reverts commit e763762131 .
2023-12-22 00:47:03 +00:00
github-actions[bot]
ad5035bbd9
Update changelog and version after v3.22.12
2023-12-22 00:46:03 +00:00
Aditya Sharad
012739e508
Merge pull request #2052 from github/update-v3.22.12-40cb08c12
...
Merge main into releases/v3
2023-12-21 16:44:41 -08:00
github-actions[bot]
c1cf794881
Update changelog for v3.22.12
2023-12-22 00:19:06 +00:00
Aditya Sharad
40cb08c121
Merge pull request #2051 from github/angelapwen/patch-release-script
...
Fix type error in `Update release branch` workflow
2023-12-21 14:04:47 -08:00
Angela P Wen
0be9290508
Typecast OLDEST_SUPPORTED_MAJOR_VERSION when defined
2023-12-21 13:43:00 -08:00
Angela P Wen
658e3c6619
Fix type error
2023-12-21 13:38:16 -08:00
Nick Fyson
49812ec6b6
Merge pull request #2050 from github/nickfyson/add-releases-ini
2023-12-20 20:18:01 +00:00
nickfyson
9ed5fc7131
add note about backporting check changes to v2 branch
2023-12-20 20:00:52 +00:00
Nick Fyson
5a201efe22
Merge pull request #2048 from github/nickfyson/backport-js-checks
2023-12-20 19:21:03 +00:00
nickfyson
a42c9a2634
update required checks script to handle release branches
2023-12-20 17:23:05 +00:00
Aditya Sharad
a110746c60
Merge pull request #2047 from github/update-bundle/codeql-bundle-v2.15.5
...
Update default bundle to 2.15.5
2023-12-20 08:47:39 -08:00
nickfyson
c9f92aa25f
backport checks changes to v2 branch
2023-12-20 14:23:29 +00:00
github-actions[bot]
a99bd84dff
Add changelog note
2023-12-19 15:27:07 +00:00
github-actions[bot]
fe1e55feb0
Update default bundle to codeql-bundle-v2.15.5
2023-12-19 15:27:01 +00:00
Nick Fyson
7e187e1c52
Merge pull request #2044 from github/nickfyson/update-changelog
2023-12-18 22:02:22 +00:00
nickfyson
26036736ba
clarify comment on versions in the changelog
2023-12-18 20:19:04 +00:00
nickfyson
8478e2a840
clarify comment on versions in the changelog
2023-12-18 19:59:26 +00:00
Nick Fyson
09783967a0
Merge pull request #2041 from github/nickfyson/fix-changelog-backports
...
improve handling of changelog processing for backports
2023-12-18 19:23:51 +00:00
dependabot[bot]
144b7d5b16
Bump the npm group with 2 updates ( #2045 )
...
* Bump the npm group with 2 updates
Bumps the npm group with 2 updates: [eslint](https://github.com/eslint/eslint ) and [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import ).
Updates `eslint` from 8.55.0 to 8.56.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/compare/v8.55.0...v8.56.0 )
Updates `eslint-plugin-import` from 2.29.0 to 2.29.1
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases )
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md )
- [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.29.0...v2.29.1 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: npm
- dependency-name: eslint-plugin-import
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm
...
Signed-off-by: dependabot[bot] <support@github.com >
* Update checked-in dependencies
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-12-18 10:52:32 -08:00
nickfyson
cda785ef94
add note on versioning approach to changelog
2023-12-18 13:39:34 +00:00
nickfyson
8e086df084
raise explicit exception if EOF found when looking for changelog sections
2023-12-18 10:38:11 +00:00
nickfyson
0724061f76
preserve trailing whitespace when transforming CHANGELOG
2023-12-18 10:27:45 +00:00
nickfyson
fda1796670
rename regex for clarity
2023-12-15 18:45:36 +00:00
Nick Fyson
ee53012610
Apply suggestions from code review
...
Co-authored-by: Henry Mercer <henry.mercer@me.com >
2023-12-15 18:44:26 +00:00
nickfyson
e0c2b0a8a0
change version numbers inside processing function as well
2023-12-15 17:02:32 +00:00
nickfyson
8e4a6c7a90
improve handling of changelog processing for backports
2023-12-15 16:50:38 +00:00
Nick Fyson
03e7845b7b
Merge pull request #2036 from github/backport-v2.22.11-b374143c1
...
Merge releases/v3 into releases/v2
2023-12-13 20:40:33 +00:00
github-actions[bot]
54f10077ea
Rebuild
2023-12-13 20:11:03 +00:00
github-actions[bot]
20d1a9b175
Update checked-in dependencies
2023-12-13 20:08:43 +00:00
Nick Fyson
c28d79bb2e
Update src/codeql.ts
...
Co-authored-by: Henry Mercer <henry.mercer@me.com >
2023-12-13 20:05:23 +00:00
nickfyson
241e8b42b2
Revert "switch check sarif action to node20"
...
This reverts commit 0bc194ee69 .
2023-12-13 20:05:23 +00:00
nickfyson
8bc67d15e2
Revert "update javascript files"
...
This reverts commit 3a9f6a89e0 .
2023-12-13 20:05:23 +00:00
nickfyson
e106171cbb
Revert "reintroduce PR check that confirm action can be still be compiled on node16"
...
This reverts commit 5b52b36d41 .
2023-12-13 20:05:23 +00:00
nickfyson
231f9f1b59
Revert "upgrade node type definitions"
...
This reverts commit f2d0c2e7ae .
2023-12-13 20:05:23 +00:00
nickfyson
47334bf4e9
Revert "change to node20 for all actions"
...
This reverts commit d651fbc494 .
2023-12-13 20:05:23 +00:00
github-actions[bot]
e763762131
Update version and changelog for v2.22.11
2023-12-13 20:05:18 +00:00
Rasmus Wriedt Larsen
dd207935b5
Merge branch 'main' into rasmuswl/no-dep-inst-default
2023-12-13 20:29:44 +01:00
Rasmus Wriedt Larsen
77f4e07231
Safer wording of CHANGELOG entry
...
Co-authored-by: Andrew Eisenberg <aeisenberg@github.com >
2023-12-13 20:28:56 +01:00
Henry Mercer
511f073971
Merge pull request #2033 from github/dependabot/npm_and_yarn/npm-0a98872b3d
...
Bump the npm group with 4 updates
2023-12-13 16:21:28 +00:00
Nick Fyson
ebf5a83713
Merge pull request #2035 from github/mergeback/v3.22.11-to-main-b374143c
...
Mergeback v3.22.11 refs/heads/releases/v3 into main
2023-12-13 16:21:08 +00:00
github-actions[bot]
7813bda958
Update checked-in dependencies
2023-12-13 15:27:55 +00:00
github-actions[bot]
2b2fb6b1dc
Update changelog and version after v3.22.11
2023-12-13 15:21:13 +00:00
Nick Fyson
b374143c11
Merge pull request #2034 from github/update-v3.22.11-64e61baea
...
Merge main into releases/v3
2023-12-13 15:19:46 +00:00
Henry Mercer
95591babe8
Merge branch 'main' into dependabot/npm_and_yarn/npm-0a98872b3d
2023-12-13 14:56:05 +00:00
github-actions[bot]
e2b5cc75ce
Update changelog for v3.22.11
2023-12-13 14:39:53 +00:00
Nick Fyson
64e61baeac
Merge pull request #2006 from github/nickfyson/node-20
...
change to node20 for all actions
2023-12-13 14:36:55 +00:00
Nick Fyson
c757f9f6de
Apply suggestions from code review
...
Co-authored-by: Henry Mercer <henry.mercer@me.com >
2023-12-13 12:47:00 +00:00
nickfyson
7898bc2041
add pr check for node version consistency
2023-12-13 11:54:57 +00:00
nickfyson
6b5b958063
remove dedundant single quotes from node version strings
2023-12-13 11:38:14 +00:00
Nick Fyson
ea1e72c669
Update .github/workflows/pr-checks.yml
...
Co-authored-by: Henry Mercer <henry.mercer@me.com >
2023-12-13 11:37:06 +00:00
Rasmus Wriedt Larsen
1e69b89bc7
build
2023-12-13 12:27:17 +01:00
Rasmus Wriedt Larsen
a13f4b8aed
prettier
2023-12-13 12:26:59 +01:00
Rasmus Wriedt Larsen
bc36e6cfae
Add missing logic to force enable lib extraction
2023-12-13 12:26:59 +01:00
Rasmus Wriedt Larsen
84a9fc4402
Did create feature-flag
2023-12-13 12:26:59 +01:00
Nick Fyson
b974542e9f
Merge branch 'main' into nickfyson/node-20
2023-12-13 11:26:45 +00:00
github-actions[bot]
0d8f348775
Update checked-in dependencies
2023-12-13 11:12:49 +00:00
dependabot[bot]
dcf89a7576
Bump the npm group with 4 updates
...
Bumps the npm group with 4 updates: [@octokit/types](https://github.com/octokit/types.ts ), [@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 [typescript](https://github.com/Microsoft/TypeScript ).
Updates `@octokit/types` from 12.3.0 to 12.4.0
- [Release notes](https://github.com/octokit/types.ts/releases )
- [Commits](https://github.com/octokit/types.ts/compare/v12.3.0...v12.4.0 )
Updates `@typescript-eslint/eslint-plugin` from 6.13.2 to 6.14.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/v6.14.0/packages/eslint-plugin )
Updates `@typescript-eslint/parser` from 6.13.2 to 6.14.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/v6.14.0/packages/parser )
Updates `typescript` from 5.3.2 to 5.3.3
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.3.2...v5.3.3 )
---
updated-dependencies:
- dependency-name: "@octokit/types"
dependency-type: direct:production
update-type: version-update:semver-minor
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: typescript
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-12-13 11:05:48 +00:00
Rasmus Wriedt Larsen
1e69962471
Update changelog
2023-12-13 11:34:52 +01:00
Rasmus Wriedt Larsen
2f93dd472e
Python: Don't install deps by default for all users
2023-12-13 11:33:21 +01:00
dependabot[bot]
b995212303
Bump the actions group with 2 updates ( #2024 )
...
* Bump the actions group with 2 updates
Bumps the actions group with 2 updates: [actions/setup-python](https://github.com/actions/setup-python ) and [actions/setup-go](https://github.com/actions/setup-go ).
Updates `actions/setup-python` from 4 to 5
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/v4...v5 )
Updates `actions/setup-go` from 4 to 5
- [Release notes](https://github.com/actions/setup-go/releases )
- [Commits](https://github.com/actions/setup-go/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: actions
- dependency-name: actions/setup-go
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: actions
...
Signed-off-by: dependabot[bot] <support@github.com >
* Rebuild
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-12-12 21:18:31 +00:00
Chuan-kai Lin
3c1878d8f9
Merge pull request #2029 from github/mergeback/v2.22.10-to-main-305f6546
...
Mergeback v2.22.10 refs/heads/releases/v2 into main
2023-12-12 09:32:02 -08:00
github-actions[bot]
1bca5bfcf5
Update checked-in dependencies
2023-12-12 17:01:14 +00:00
github-actions[bot]
691226ecb5
Update changelog and version after v2.22.10
2023-12-12 16:58:02 +00:00
Chuan-kai Lin
305f654631
Merge pull request #2028 from github/update-v2.22.10-fe23b5a3e
...
Merge main into releases/v2
2023-12-12 08:56:03 -08:00
github-actions[bot]
31e94d8cb1
Update changelog for v2.22.10
2023-12-12 16:16:38 +00:00
Nick Fyson
1de8705f6b
Merge branch 'main' into nickfyson/node-20
2023-12-12 13:01:04 +00:00
Chuan-kai Lin
fe23b5a3e1
Merge pull request #2016 from github/update-bundle/codeql-bundle-v2.15.4
...
Update default bundle to 2.15.4
2023-12-11 08:22:58 -08:00
nickfyson
0bc194ee69
switch check sarif action to node20
2023-12-11 14:08:35 +00:00
nickfyson
95be4b277c
add not about continuing testing on node 16
2023-12-07 17:04:27 +00:00
github-actions[bot]
bf51594343
Update checked-in dependencies
2023-12-07 16:21:44 +00:00
nickfyson
303dec0fbd
fix choice of older node version to test
2023-12-07 16:03:07 +00:00
nickfyson
3a9f6a89e0
update javascript files
2023-12-07 16:00:04 +00:00
nickfyson
cc4fead714
update version in various hardcoded locations
2023-12-07 15:44:56 +00:00
Chuan-kai Lin
183559cea8
Merge branch 'main' into update-bundle/codeql-bundle-v2.15.4
2023-12-07 06:34:56 -08:00
nickfyson
5b52b36d41
reintroduce PR check that confirm action can be still be compiled on node16
2023-12-07 14:10:26 +00:00
nickfyson
5b19bef41e
change to node20 for all actions
2023-12-07 14:10:12 +00:00
nickfyson
f2d0c2e7ae
upgrade node type definitions
2023-12-07 14:09:14 +00:00
nickfyson
d651fbc494
change to node20 for all actions
2023-12-07 14:07:26 +00:00
Nick Fyson
382a50a028
Merge pull request #2021 from github/mergeback/v2.22.9-to-main-c0d1daa7
...
Mergeback v2.22.9 refs/heads/releases/v2 into main
2023-12-07 11:59:25 +00:00
github-actions[bot]
458b4226ad
Update checked-in dependencies
2023-12-07 11:37:26 +00:00
github-actions[bot]
5e0f9dbc48
Update changelog and version after v2.22.9
2023-12-07 11:33:23 +00:00
Nick Fyson
c0d1daa7f7
Merge pull request #2020 from github/update-v2.22.9-e1d1fad1b
...
Merge main into releases/v2
2023-12-07 11:31:16 +00:00
github-actions[bot]
c6e24c94be
Update changelog for v2.22.9
2023-12-07 10:49:40 +00:00
Nick Fyson
e1d1fad1b8
Merge pull request #2014 from github/nickfyson/update-release-process
...
update release process to support multiple version
2023-12-07 10:46:32 +00:00
nickfyson
0e9a210226
update workflows to run on all release branches
2023-12-06 15:57:43 +00:00
Nick Fyson
47e90f23ea
Merge branch 'main' into nickfyson/update-release-process
2023-12-06 12:31:25 +00:00
nickfyson
ee748cf360
respond to more review comments
2023-12-06 12:22:12 +00:00
nickfyson
57932be6d4
remove unused function
2023-12-06 11:49:17 +00:00
nickfyson
a6ea3c5a45
define backport commit message in constant
2023-12-06 11:41:27 +00:00
Nick Fyson
3537bea580
Apply suggestions from code review
...
Co-authored-by: Henry Mercer <henry.mercer@me.com >
2023-12-06 11:40:07 +00:00
Chuan-kai Lin
3675be0110
Merge pull request #2017 from cklin/update-supported-enterprise-server-versions
...
Update supported GitHub Enterprise Server versions
2023-12-05 13:56:00 -08:00
Chuan-kai Lin
784783de17
Update supported GitHub Enterprise Server versions
2023-12-05 13:08:58 -08:00
github-actions[bot]
b6dc4ba94b
Add changelog note
2023-12-05 20:47:47 +00:00
github-actions[bot]
1c3b8c867b
Update default bundle to codeql-bundle-v2.15.4
2023-12-05 20:47:43 +00:00
Nick Fyson
65a2bb528e
Merge branch 'main' into nickfyson/update-release-process
2023-12-04 22:16:03 +00:00
nickfyson
2dbffae187
add note in CONTRIBUTING.md on how to deprecate an action version
2023-12-04 22:15:47 +00:00
dependabot[bot]
bc50092bdb
Bump the npm group with 4 updates ( #2015 )
...
* Bump the npm group with 4 updates
Bumps the npm group with 4 updates: [@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 ), [eslint](https://github.com/eslint/eslint ) and [nock](https://github.com/nock/nock ).
Updates `@typescript-eslint/eslint-plugin` from 6.13.0 to 6.13.2
- [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/v6.13.2/packages/eslint-plugin )
Updates `@typescript-eslint/parser` from 6.13.0 to 6.13.2
- [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/v6.13.2/packages/parser )
Updates `eslint` from 8.54.0 to 8.55.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/compare/v8.54.0...v8.55.0 )
Updates `nock` from 13.3.8 to 13.4.0
- [Release notes](https://github.com/nock/nock/releases )
- [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md )
- [Commits](https://github.com/nock/nock/compare/v13.3.8...v13.4.0 )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: npm
- dependency-name: nock
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: npm
...
Signed-off-by: dependabot[bot] <support@github.com >
* Update checked-in dependencies
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-12-04 19:22:11 +00:00
nickfyson
b7f289ef4d
update release process to support multiple version
2023-12-04 14:28:55 +00:00
Henry Mercer
a16ac98583
Merge pull request #2013 from github/henrymercer/index-traceless-dbs
...
Extract scanned languages using `--index-traceless-dbs`
2023-12-04 10:34:56 +00:00
Henry Mercer
cc940d75b2
Extract scanned languages using --index-traceless-dbs
2023-12-01 18:58:40 +00:00
Henry Mercer
b929cca357
Merge pull request #2012 from github/henrymercer/categorize-configuration-errors
...
Report configuration errors more accurately
2023-12-01 18:34:53 +00:00
Henry Mercer
1d367b0bec
Improve error categorizations
2023-12-01 17:54:38 +00:00
Henry Mercer
db40ac46b9
Merge pull request #2011 from github/henrymercer/exclude-dependabot-required-checks
...
Exclude Dependabot updates workflow from required PR checks
2023-11-28 10:19:21 +00:00
Henry Mercer
77605c75e4
Remove LGTM
2023-11-27 19:16:50 +00:00
Henry Mercer
773bd9bef6
Exclude Dependabot updates workflow from required PR checks
...
This runs on `main` and is not relevant to PRs.
2023-11-27 19:08:29 +00:00
dependabot[bot]
4712487dc3
Bump the npm group with 5 updates ( #2010 )
...
* Bump the npm group with 5 updates
Bumps the npm group with 5 updates:
| Package | From | To |
| --- | --- | --- |
| [@types/adm-zip](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/adm-zip ) | `0.5.4` | `0.5.5` |
| [@types/semver](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/semver ) | `7.5.5` | `7.5.6` |
| [@types/sinon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/sinon ) | `17.0.1` | `17.0.2` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) | `6.12.0` | `6.13.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) | `6.12.0` | `6.13.0` |
Updates `@types/adm-zip` from 0.5.4 to 0.5.5
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/adm-zip )
Updates `@types/semver` from 7.5.5 to 7.5.6
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/semver )
Updates `@types/sinon` from 17.0.1 to 17.0.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/sinon )
Updates `@typescript-eslint/eslint-plugin` from 6.12.0 to 6.13.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/v6.13.0/packages/eslint-plugin )
Updates `@typescript-eslint/parser` from 6.12.0 to 6.13.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/v6.13.0/packages/parser )
---
updated-dependencies:
- dependency-name: "@types/adm-zip"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm
- dependency-name: "@types/semver"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm
- dependency-name: "@types/sinon"
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
...
Signed-off-by: dependabot[bot] <support@github.com >
* Update checked-in dependencies
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-11-27 19:00:06 +00:00
Henry Mercer
5dc8134adc
Hyperlink corresponding changelog entry
2023-11-27 18:12:00 +00:00
Henry Mercer
0240eaf5cb
Add changelog note
2023-11-27 13:00:55 +00:00
Henry Mercer
fdea2a523d
Remove result pruning for CodeQL 2.11.2
2023-11-27 12:58:49 +00:00
Henry Mercer
a36fc67ec3
Remove CodeQL version guards for 2.11.5 and earlier
2023-11-27 12:56:32 +00:00
Henry Mercer
649145214e
Update PR checks
...
Stop testing `stable-20220908` bundle as this is no longer supported.
2023-11-27 12:41:44 +00:00
Henry Mercer
d1166e6d60
Bump minimum CodeQL version to 2.11.6
2023-11-27 12:36:48 +00:00
Henry Mercer
c7f4ea5281
Bump the minor version number of the Action
2023-11-27 12:36:18 +00:00
Arthur Baars
2da9ad5070
Merge pull request #2008 from github/mergeback/v2.22.8-to-main-407ffafa
...
Mergeback v2.22.8 refs/heads/releases/v2 into main
2023-11-23 12:29:13 +01:00
github-actions[bot]
3b5bd49a74
Update checked-in dependencies
2023-11-23 11:06:30 +00:00
github-actions[bot]
8a1e474ed1
Update changelog and version after v2.22.8
2023-11-23 11:04:37 +00:00
Arthur Baars
407ffafae6
Merge pull request #2007 from github/update-v2.22.8-192ad9bd5
...
Merge main into releases/v2
2023-11-23 12:02:44 +01:00
github-actions[bot]
4af462f4ba
Update changelog for v2.22.8
2023-11-23 10:36:46 +00:00
Henry Mercer
192ad9bd5f
Merge pull request #2001 from github/update-bundle/codeql-bundle-v2.15.3
...
Update default bundle to 2.15.3
2023-11-22 11:44:34 +00:00
Arthur Baars
77c1abbd83
Merge branch 'main' into update-bundle/codeql-bundle-v2.15.3
2023-11-22 10:37:42 +01:00
dependabot[bot]
9f150ba795
Bump the actions group with 1 update ( #2004 )
...
* Bump the actions group with 1 update
Bumps the actions group with 1 update: [actions/github-script](https://github.com/actions/github-script ).
- [Release notes](https://github.com/actions/github-script/releases )
- [Commits](https://github.com/actions/github-script/compare/v6...v7 )
---
updated-dependencies:
- dependency-name: actions/github-script
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: actions
...
Signed-off-by: dependabot[bot] <support@github.com >
* Bump `github-script` version to v7
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Angela P Wen <angelapwen@github.com >
2023-11-20 15:32:23 -08:00
dependabot[bot]
e75de4cd73
Bump typescript from 5.2.2 to 5.3.2 ( #2002 )
...
* Bump typescript from 5.2.2 to 5.3.2
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 5.2.2 to 5.3.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/commits )
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* Update checked-in dependencies
* Rebuild
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Angela P Wen <angelapwen@github.com >
2023-11-20 15:31:58 -08:00
dependabot[bot]
80150c2141
Bump the npm group with 12 updates ( #2003 )
...
* Bump the npm group with 12 updates
Bumps the npm group with 12 updates:
| Package | From | To |
| --- | --- | --- |
| [@octokit/types](https://github.com/octokit/types.ts ) | `12.1.1` | `12.3.0` |
| [@types/uuid](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/uuid ) | `9.0.6` | `9.0.7` |
| [@types/adm-zip](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/adm-zip ) | `0.5.3` | `0.5.4` |
| [@types/js-yaml](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/js-yaml ) | `4.0.8` | `4.0.9` |
| [@types/semver](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/semver ) | `7.5.4` | `7.5.5` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) | `6.9.1` | `6.12.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) | `6.9.1` | `6.12.0` |
| [eslint](https://github.com/eslint/eslint ) | `8.52.0` | `8.54.0` |
| [nock](https://github.com/nock/nock ) | `13.3.7` | `13.3.8` |
| [sinon](https://github.com/sinonjs/sinon ) | `17.0.0` | `17.0.1` |
| [@types/sinon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/sinon ) | `10.0.20` | `17.0.1` |
| [typescript](https://github.com/Microsoft/TypeScript ) | `5.2.2` | `5.3.2` |
Updates `@octokit/types` from 12.1.1 to 12.3.0
- [Release notes](https://github.com/octokit/types.ts/releases )
- [Commits](https://github.com/octokit/types.ts/compare/v12.1.1...v12.3.0 )
Updates `@types/uuid` from 9.0.6 to 9.0.7
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/uuid )
Updates `@types/adm-zip` from 0.5.3 to 0.5.4
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/adm-zip )
Updates `@types/js-yaml` from 4.0.8 to 4.0.9
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/js-yaml )
Updates `@types/semver` from 7.5.4 to 7.5.5
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/semver )
Updates `@typescript-eslint/eslint-plugin` from 6.9.1 to 6.12.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/v6.12.0/packages/eslint-plugin )
Updates `@typescript-eslint/parser` from 6.9.1 to 6.12.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/v6.12.0/packages/parser )
Updates `eslint` from 8.52.0 to 8.54.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/compare/v8.52.0...v8.54.0 )
Updates `nock` from 13.3.7 to 13.3.8
- [Release notes](https://github.com/nock/nock/releases )
- [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md )
- [Commits](https://github.com/nock/nock/compare/v13.3.7...v13.3.8 )
Updates `sinon` from 17.0.0 to 17.0.1
- [Release notes](https://github.com/sinonjs/sinon/releases )
- [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md )
- [Commits](https://github.com/sinonjs/sinon/compare/v17.0.0...v17.0.1 )
Updates `@types/sinon` from 10.0.20 to 17.0.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/sinon )
Updates `typescript` from 5.2.2 to 5.3.2
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/commits )
---
updated-dependencies:
- dependency-name: "@octokit/types"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: npm
- dependency-name: "@types/uuid"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: npm
- dependency-name: "@types/adm-zip"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm
- dependency-name: "@types/js-yaml"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm
- dependency-name: "@types/semver"
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
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: npm
- dependency-name: nock
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm
- dependency-name: sinon
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm
- dependency-name: "@types/sinon"
dependency-type: direct:development
update-type: version-update:semver-major
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 >
* Update checked-in dependencies
* Rebuild
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-11-20 14:35:28 -08:00
github-actions[bot]
4d999a4f27
Add changelog note
2023-11-19 10:01:05 +00:00
github-actions[bot]
83267d5070
Update default bundle to codeql-bundle-v2.15.3
2023-11-19 10:01:00 +00:00
Henry Mercer
4b6aa0b07d
Merge pull request #1997 from github/mergeback/v2.22.7-to-main-66b90a5d
...
Mergeback v2.22.7 refs/heads/releases/v2 into main
2023-11-16 14:10:31 +00:00
github-actions[bot]
4618cbd952
Update checked-in dependencies
2023-11-16 13:45:59 +00:00
github-actions[bot]
bab3adbf38
Update changelog and version after v2.22.7
2023-11-16 13:26:41 +00:00
Henry Mercer
66b90a5db1
Merge pull request #1995 from github/update-v2.22.7-10f05151c
...
Merge main into releases/v2
2023-11-16 13:24:42 +00:00
github-actions[bot]
bc9ddc2841
Update changelog for v2.22.7
2023-11-16 12:58:42 +00:00
Andrew Eisenberg
10f05151c5
Merge pull request #1981 from github/aeisenberg/delete-analysis-after-upload
...
Delete analysis after uploading
2023-11-16 04:32:07 -08:00
github-actions[bot]
6111b7c004
Update supported GitHub Enterprise Server versions
2023-11-16 00:11:21 +00:00
Andrew Eisenberg
4e80a80354
Use delay instead of wait
...
Need to also change the signature of delay to allow this to happen.
2023-11-15 13:14:19 -08:00
Andrew Eisenberg
df9b50ee5f
Address comments from review
...
- Change error messages.
- Use logger instead of core
- throw Error instead of write error message
2023-11-15 12:54:26 -08:00
Andrew Eisenberg
0d0a53cb13
Merge pull request #1993 from github/henrymercer/deprecation-changenote
...
Add changelog note for CodeQL v2.10.5 deprecation
2023-11-15 12:51:22 -08:00
Henry Mercer
df6aced528
Update CHANGELOG.md
2023-11-15 20:24:19 +00:00
Henry Mercer
0cd63ca7a5
Add changelog note for CodeQL v2.10.5 deprecation
2023-11-15 19:54:48 +00:00
Henry Mercer
b9e85da0b5
Merge pull request #1992 from github/henrymercer/ghes-3.7-deprecation
...
Prepare for CodeQL v2.10.5 deprecation
2023-11-15 19:17:42 +00:00
Henry Mercer
779838b849
Prepare for CodeQL v2.10.* deprecation
...
Warn users of CodeQL v2.11.5 and earlier that the next minor release of
the CodeQL Action will require CodeQL v2.11.6 or later.
2023-11-15 17:52:32 +00:00
Chris Smowton
ab6dd28b80
Merge pull request #1991 from github/mergeback/v2.22.6-to-main-689fdc51
...
Mergeback v2.22.6 refs/heads/releases/v2 into main
2023-11-14 14:26:03 +00:00
github-actions[bot]
9326971847
Update checked-in dependencies
2023-11-14 12:54:27 +00:00
github-actions[bot]
9968bdfba4
Update changelog and version after v2.22.6
2023-11-14 12:52:33 +00:00
Chris Smowton
689fdc5193
Merge pull request #1990 from github/update-v2.22.6-8c8c7b4d8
...
Merge main into releases/v2
2023-11-14 12:50:22 +00:00
github-actions[bot]
33bfd1de92
Update changelog for v2.22.6
2023-11-14 12:16:13 +00:00
Henry Mercer
8c8c7b4d80
Merge pull request #1979 from github/aeisenberg/python-on-mac
...
Add changenote for Python 3.12 incompatibility on MacOS
2023-11-13 18:40:02 +00:00
Henry Mercer
64981bbb5a
Merge branch 'main' into aeisenberg/python-on-mac
2023-11-13 18:11:17 +00:00
Chris Smowton
e280207df7
Merge pull request #1978 from github/update-bundle/codeql-bundle-v2.15.2
...
Update default bundle to 2.15.2
2023-11-13 12:14:57 +00:00
Chris Smowton
e46740a99e
Merge branch 'main' into update-bundle/codeql-bundle-v2.15.2
2023-11-13 11:42:59 +00:00
Henry Mercer
6abf8569a1
Merge pull request #1984 from github/aeisenberg/fix-debug-integration-tests
...
Fix failing workflows
2023-11-13 11:42:48 +00:00
Chris Smowton
59252d9bfb
Update setup-swift deficiency compensation
2023-11-13 11:33:19 +00:00
Chris Smowton
dcf348a0d3
Merge branch 'main' into update-bundle/codeql-bundle-v2.15.2
2023-11-13 11:06:34 +00:00
Andrew Eisenberg
04451e072f
Delete analysis after uploading
...
The analysis is purposefully failing. We don't want a failed analysis
sitting in the security center since this can cause some internal
checks to erroneously fail.
2023-11-10 13:26:01 -08:00
Andrew Eisenberg
82284f1b28
Fix failing workflows
...
Ensure that pythion 3.11 is used for older CLIs on windows.
2023-11-10 13:19:40 -08:00
Andrew Eisenberg
ed686ed4b3
Update CHANGELOG.md
...
Co-authored-by: Henry Mercer <henry.mercer@me.com >
2023-11-02 10:51:37 -07:00
Andrew Eisenberg
137a1e070d
Merge pull request #1963 from github/aeisenberg/fix-source-root
...
Use the correct action input parameter
2023-11-02 08:18:02 -07:00
Andrew Eisenberg
6dd4605060
Add changenote for Python 3.12 incompatibility on MacOS
2023-11-02 08:03:28 -07:00
Andrew Eisenberg
91733ada76
Remove reference to CODEQL_RUNNER
2023-11-02 07:50:32 -07:00
Andrew Eisenberg
7c60ff7ad6
Use setup-python@v4
2023-11-02 07:49:59 -07:00
Andrew Eisenberg
9ef69a2c7a
Be more precise about when to use python 3.11
...
Only run use 3.11 on versions of of the CLI that we know don't support
3.12.
2023-11-01 18:10:09 -07:00
Andrew Eisenberg
bd4005aa6a
Force python 3.11 for macos
...
3.12 does not work.
2023-11-01 16:01:27 -07:00
Andrew Eisenberg
da4c46015a
Use the correct action input parameter
2023-10-31 17:15:51 -07:00
github-actions[bot]
45a6ff4660
Add changelog note
2023-10-31 12:46:42 +00:00
github-actions[bot]
793adb79ac
Update default bundle to codeql-bundle-v2.15.2
2023-10-31 12:46:37 +00:00
dependabot[bot]
c73d8a69e1
Bump the npm group with 5 updates ( #1977 )
...
* Bump the npm group with 5 updates
Bumps the npm group with 5 updates:
| Package | From | To |
| --- | --- | --- |
| [@octokit/types](https://github.com/octokit/types.ts ) | `12.0.0` | `12.1.1` |
| [@types/sinon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/sinon ) | `10.0.19` | `10.0.20` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) | `6.9.0` | `6.9.1` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) | `6.9.0` | `6.9.1` |
| [nock](https://github.com/nock/nock ) | `13.3.6` | `13.3.7` |
Updates `@octokit/types` from 12.0.0 to 12.1.1
- [Release notes](https://github.com/octokit/types.ts/releases )
- [Commits](https://github.com/octokit/types.ts/compare/v12.0.0...v12.1.1 )
Updates `@types/sinon` from 10.0.19 to 10.0.20
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/sinon )
Updates `@typescript-eslint/eslint-plugin` from 6.9.0 to 6.9.1
- [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/v6.9.1/packages/eslint-plugin )
Updates `@typescript-eslint/parser` from 6.9.0 to 6.9.1
- [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/v6.9.1/packages/parser )
Updates `nock` from 13.3.6 to 13.3.7
- [Release notes](https://github.com/nock/nock/releases )
- [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md )
- [Commits](https://github.com/nock/nock/compare/v13.3.6...v13.3.7 )
---
updated-dependencies:
- dependency-name: "@octokit/types"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: npm
- dependency-name: "@types/sinon"
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-patch
dependency-group: npm
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm
- dependency-name: nock
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm
...
Signed-off-by: dependabot[bot] <support@github.com >
* Update checked-in dependencies
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-10-30 18:27:47 +00:00
Nick Rolfe
df32e39913
Merge pull request #1975 from github/nickrolfe/vscode-formatter
...
VSCode settings: set default formatter for TS
2023-10-30 10:49:04 +00:00
Nick Rolfe
88d03c647b
VSCode settings: set default formatter for TS
...
Tell VSCode to format code with Prettier, since that's the same tool we
use to check the format with `npm run lint`.
2023-10-27 17:21:58 +01:00
Henry Mercer
a3795eb30d
Merge pull request #1973 from github/mergeback/v2.22.5-to-main-74483a38
...
Mergeback v2.22.5 refs/heads/releases/v2 into main
2023-10-27 11:22:12 +01:00
github-actions[bot]
3d77e8a7ee
Update checked-in dependencies
2023-10-27 09:36:42 +00:00
github-actions[bot]
58157f1d4c
Update changelog and version after v2.22.5
2023-10-27 09:31:34 +00:00
Henry Mercer
74483a38d3
Merge pull request #1972 from github/update-v2.22.5-2d5ffa777
...
Merge main into releases/v2
2023-10-27 10:29:36 +01:00
github-actions[bot]
2ba6829f2b
Update changelog for v2.22.5
2023-10-27 08:34:59 +00:00
Henry Mercer
2d5ffa7773
Merge pull request #1970 from github/henrymercer/clean-up-init-logs
...
Validate workflow within new log group
2023-10-27 09:32:26 +01:00
Henry Mercer
14d0fa93b4
Merge pull request #1967 from github/henrymercer/enable-features-on-ghes
...
Enable analysis summary v2 and sub-language file coverage information on GHES
2023-10-27 09:29:30 +01:00
Henry Mercer
5744b13b66
Rebuild Action
2023-10-26 19:56:46 +01:00
Henry Mercer
f3b55862ea
Check out the right branch in rebuild.yml
2023-10-26 19:56:04 +01:00
Henry Mercer
95c219819d
Add a log in the OK case
2023-10-26 19:52:37 +01:00
Henry Mercer
e8e83c3a56
Merge branch 'main' into henrymercer/enable-features-on-ghes
2023-10-26 19:47:56 +01:00
Henry Mercer
c7abe9ca5f
Merge pull request #1971 from github/henrymercer/bot-rebuild
...
Add workflow to rebuild the Action on a label
2023-10-26 19:46:25 +01:00
Henry Mercer
3fc281e079
Add workflow to rebuild the Action on a label
2023-10-26 14:01:43 +01:00
Nick Rolfe
4888104fe9
Merge pull request #1940 from github/nickrolfe/rename_fgp_flag
...
Rename feature flag for evaluator fine-grained parallelism
2023-10-26 12:34:26 +01:00
Nick Rolfe
06d8f4f7f8
Rename feature flag for evaluator fine-grained parallelism
2023-10-26 11:45:37 +01:00
Henry Mercer
06662f546c
Validate workflow within new log group
...
This cleans up the logs for `init`.
2023-10-26 11:17:05 +01:00
Henry Mercer
25a3829e6e
Fix comment
2023-10-26 11:09:28 +01:00
Paolo Tranquilli
dad0ebd6ca
Merge pull request #1969 from github/redsun82/pre-commit
...
Add pre-commit configuration
2023-10-26 12:07:09 +02:00
Paolo Tranquilli
7f7aa09c9a
Add pre-commit configuration
...
[pre-commit](https://pre-commit.com/ ) is a framework for easy set-up
of pre-commit hooks.
This adds configuration for it to run:
* ts compilation
* ts linting
* pr-checks synchronization
The latter required the `sync.py` to be callable from the project root.
`pre-commit` can be enabled with
```
python3 -m pip install pre-commit
pre-commit install
```
2023-10-26 11:03:40 +02:00
Henry Mercer
5e3a6935e7
Stub CodeQL version
2023-10-25 20:33:07 +01:00
Henry Mercer
d2b37ba145
Remove feature flag for uploading failed SARIF
2023-10-25 19:51:19 +01:00
Henry Mercer
c8e99083da
Remove feature flag for sub-language file coverage information
2023-10-25 19:51:19 +01:00
Henry Mercer
2cbabeaa72
Remove feature flag for analysis summary v2
2023-10-25 19:51:18 +01:00
Paolo Tranquilli
edb8265ab8
Merge pull request #1964 from github/redsun82/cpp-deptrace-pr-checks
...
C++: add deptrace pr-checks
2023-10-25 14:54:15 +02:00
Henry Mercer
dbe5586d6e
Merge pull request #1966 from github/dependabot/npm_and_yarn/npm-0014e83eb7
...
Bump the npm group with 10 updates
2023-10-25 13:23:49 +01:00
Paolo Tranquilli
f1b64d85e4
Sync PR checks
2023-10-25 13:34:17 +02:00
Paolo Tranquilli
e3f5f833da
Apply suggestions from code review
...
Co-authored-by: Henry Mercer <henry.mercer@me.com >
2023-10-25 12:23:32 +02:00
Paolo Tranquilli
838be48ce0
C++: tweak deptrace checks
2023-10-24 11:31:04 +02:00
Paolo Tranquilli
8779d91384
Merge branch 'main' into redsun82/cpp-deptrace-pr-checks
2023-10-24 11:27:38 +02:00
Paolo Tranquilli
959337a156
C++: fix autobuild pr-checks for macOS
2023-10-24 11:10:13 +02:00
dependabot[bot]
9734ecd5b5
Bump the actions group with 1 update ( #1965 )
...
Bumps the actions group with 1 update: [actions/setup-node](https://github.com/actions/setup-node ).
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: actions
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-23 11:55:44 -07:00
github-actions[bot]
9c3b394d7f
Update checked-in dependencies
2023-10-23 18:03:04 +00:00
dependabot[bot]
79817eb679
Bump the npm group with 10 updates
...
Bumps the npm group with 10 updates:
| Package | From | To |
| --- | --- | --- |
| [@types/uuid](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/uuid ) | `9.0.5` | `9.0.6` |
| [@types/adm-zip](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/adm-zip ) | `0.5.2` | `0.5.3` |
| [@types/js-yaml](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/js-yaml ) | `4.0.7` | `4.0.8` |
| [@types/semver](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/semver ) | `7.5.3` | `7.5.4` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) | `6.8.0` | `6.9.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) | `6.8.0` | `6.9.0` |
| [eslint](https://github.com/eslint/eslint ) | `8.51.0` | `8.52.0` |
| [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import ) | `2.28.1` | `2.29.0` |
| [nock](https://github.com/nock/nock ) | `13.3.4` | `13.3.6` |
| [sinon](https://github.com/sinonjs/sinon ) | `16.1.0` | `17.0.0` |
Updates `@types/uuid` from 9.0.5 to 9.0.6
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/uuid )
Updates `@types/adm-zip` from 0.5.2 to 0.5.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/adm-zip )
Updates `@types/js-yaml` from 4.0.7 to 4.0.8
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/js-yaml )
Updates `@types/semver` from 7.5.3 to 7.5.4
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/semver )
Updates `@typescript-eslint/eslint-plugin` from 6.8.0 to 6.9.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/v6.9.0/packages/eslint-plugin )
Updates `@typescript-eslint/parser` from 6.8.0 to 6.9.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/v6.9.0/packages/parser )
Updates `eslint` from 8.51.0 to 8.52.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/compare/v8.51.0...v8.52.0 )
Updates `eslint-plugin-import` from 2.28.1 to 2.29.0
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases )
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md )
- [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.28.1...v2.29.0 )
Updates `nock` from 13.3.4 to 13.3.6
- [Release notes](https://github.com/nock/nock/releases )
- [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md )
- [Commits](https://github.com/nock/nock/compare/v13.3.4...v13.3.6 )
Updates `sinon` from 16.1.0 to 17.0.0
- [Release notes](https://github.com/sinonjs/sinon/releases )
- [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md )
- [Commits](https://github.com/sinonjs/sinon/compare/v16.1.0...v17.0.0 )
---
updated-dependencies:
- dependency-name: "@types/uuid"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: npm
- dependency-name: "@types/adm-zip"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm
- dependency-name: "@types/js-yaml"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm
- dependency-name: "@types/semver"
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
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: npm
- dependency-name: eslint-plugin-import
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: npm
- dependency-name: nock
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm
- dependency-name: sinon
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: npm
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-10-23 18:01:32 +00:00
Paolo Tranquilli
54e4af648d
C++: fix autobuild pr-checks to latest codeql-cli version
2023-10-23 17:42:59 +02:00
Paolo Tranquilli
d53a59d051
C++: add deptrace pr-checks
2023-10-23 10:57:55 +02:00
Dave Bartolomeo
a291b7c6a3
Merge pull request #1962 from github/mergeback/v2.22.4-to-main-49abf0ba
...
Mergeback v2.22.4 refs/heads/releases/v2 into main
2023-10-20 12:52:08 -04:00
github-actions[bot]
64f799d15e
Update checked-in dependencies
2023-10-20 16:22:27 +00:00
github-actions[bot]
1e9b364483
Update changelog and version after v2.22.4
2023-10-20 16:21:06 +00:00
Dave Bartolomeo
49abf0ba24
Merge pull request #1961 from github/update-v2.22.4-63470275e
...
Merge main into releases/v2
2023-10-20 12:18:49 -04:00
github-actions[bot]
907abca61b
Update changelog for v2.22.4
2023-10-20 15:24:21 +00:00
Dave Bartolomeo
63470275e7
Merge pull request #1953 from github/update-bundle/codeql-bundle-v2.15.1
...
Update default bundle to 2.15.1
2023-10-19 11:34:45 -04:00
Dave Bartolomeo
b98a636a6b
Merge branch 'main' into update-bundle/codeql-bundle-v2.15.1
2023-10-19 10:38:22 -04:00
Angela P Wen
4a368f64ad
Add announcement on Node 16 deprecation ( #1960 )
2023-10-18 23:00:03 +00:00
dependabot[bot]
77bbb99abd
Bump urllib3 in /python-setup/tests/poetry/python-3.8 ( #1957 )
...
Bumps [urllib3](https://github.com/urllib3/urllib3 ) from 1.26.17 to 1.26.18.
- [Release notes](https://github.com/urllib3/urllib3/releases )
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst )
- [Commits](https://github.com/urllib3/urllib3/compare/1.26.17...1.26.18 )
---
updated-dependencies:
- dependency-name: urllib3
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-17 15:34:08 -07:00
dependabot[bot]
a75a0d5716
Bump urllib3 in /python-setup/tests/poetry/requests-3 ( #1956 )
...
Bumps [urllib3](https://github.com/urllib3/urllib3 ) from 1.26.17 to 1.26.18.
- [Release notes](https://github.com/urllib3/urllib3/releases )
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst )
- [Commits](https://github.com/urllib3/urllib3/compare/1.26.17...1.26.18 )
---
updated-dependencies:
- dependency-name: urllib3
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-17 15:33:48 -07:00
dependabot[bot]
aa55b87f87
Bump urllib3 in /python-setup/tests/pipenv/requests-3 ( #1955 )
...
Bumps [urllib3](https://github.com/urllib3/urllib3 ) from 2.0.6 to 2.0.7.
- [Release notes](https://github.com/urllib3/urllib3/releases )
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst )
- [Commits](https://github.com/urllib3/urllib3/compare/2.0.6...2.0.7 )
---
updated-dependencies:
- dependency-name: urllib3
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-17 14:33:37 -07:00
dependabot[bot]
b6b0833c3d
Bump urllib3 in /python-setup/tests/pipenv/python-3.8 ( #1954 )
...
Bumps [urllib3](https://github.com/urllib3/urllib3 ) from 2.0.6 to 2.0.7.
- [Release notes](https://github.com/urllib3/urllib3/releases )
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst )
- [Commits](https://github.com/urllib3/urllib3/compare/2.0.6...2.0.7 )
---
updated-dependencies:
- dependency-name: urllib3
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-17 14:33:15 -07:00
github-actions[bot]
0132448784
Add changelog note
2023-10-17 20:52:46 +00:00
github-actions[bot]
070e92e8fd
Update default bundle to codeql-bundle-v2.15.1
2023-10-17 20:52:41 +00:00
Angela P Wen
bad341350a
Add workflow_dispatch manual trigger ( #1952 )
2023-10-17 19:56:42 +00:00
dependabot[bot]
1d83e52e9a
Bump the npm group with 5 updates ( #1951 )
...
* Bump the npm group with 5 updates
Bumps the npm group with 5 updates:
| Package | From | To |
| --- | --- | --- |
| [@types/js-yaml](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/js-yaml ) | `4.0.6` | `4.0.7` |
| [@types/sinon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/sinon ) | `10.0.17` | `10.0.19` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) | `6.7.5` | `6.8.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) | `6.7.5` | `6.8.0` |
| [nock](https://github.com/nock/nock ) | `13.3.3` | `13.3.4` |
Updates `@types/js-yaml` from 4.0.6 to 4.0.7
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/js-yaml )
Updates `@types/sinon` from 10.0.17 to 10.0.19
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/sinon )
Updates `@typescript-eslint/eslint-plugin` from 6.7.5 to 6.8.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/v6.8.0/packages/eslint-plugin )
Updates `@typescript-eslint/parser` from 6.7.5 to 6.8.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/v6.8.0/packages/parser )
Updates `nock` from 13.3.3 to 13.3.4
- [Release notes](https://github.com/nock/nock/releases )
- [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md )
- [Commits](https://github.com/nock/nock/compare/v13.3.3...v13.3.4 )
---
updated-dependencies:
- dependency-name: "@types/js-yaml"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm
- dependency-name: "@types/sinon"
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: nock
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm
...
Signed-off-by: dependabot[bot] <support@github.com >
* Update checked-in dependencies
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-10-17 19:41:41 +00:00
Michael B. Gale
d859d17bdb
Merge pull request #1946 from github/mbg/unconditioal-go-warning
...
Make Go path warning unconditional
2023-10-13 16:37:25 +01:00
Henry Mercer
7e7f0cc085
Merge pull request #1948 from github/mergeback/v2.22.3-to-main-0116bc2d
...
Mergeback v2.22.3 refs/heads/releases/v2 into main
2023-10-13 15:22:36 +01:00
github-actions[bot]
1d83a6387b
Update checked-in dependencies
2023-10-13 13:39:33 +00:00
github-actions[bot]
8e460e9e00
Update changelog and version after v2.22.3
2023-10-13 13:02:57 +00:00
Henry Mercer
0116bc2df5
Merge pull request #1947 from github/update-v2.22.3-82ba90b1d
...
Merge main into releases/v2
2023-10-13 14:01:05 +01:00
github-actions[bot]
f5a984b113
Update changelog for v2.22.3
2023-10-13 12:31:28 +00:00
Michael B. Gale
325a0b06e9
Make Go binary path check unconditional
2023-10-13 10:26:39 +01:00
Michael B. Gale
632d58cb60
Update Go path documentation in analyze Action
2023-10-13 10:14:22 +01:00
Henry Mercer
82ba90b1d9
Merge pull request #1945 from github/henrymercer/authenticate-api-url
...
Authenticate when downloading CodeQL Bundle from GHES API
2023-10-12 19:02:05 +01:00
Henry Mercer
34f97d7a16
Merge pull request #1944 from github/henrymercer/sublanguage-file-coverage-fixes
...
Enable sub-language file coverage during interpretation and update PR check
2023-10-12 19:01:47 +01:00
Henry Mercer
74442e0a95
Add changelog note
2023-10-12 17:26:51 +01:00
Henry Mercer
bd32fab74f
Provide token when downloading from GHES API
2023-10-12 17:26:42 +01:00
Nora
b584cf8321
Merge pull request #1922 from github/nora/add-commit-sha-to-database-upload
...
Add commit sha to database upload
2023-10-12 17:50:48 +02:00
Henry Mercer
761255a4a3
Merge pull request #1943 from github/mergeback/v2.22.2-to-main-d90b8d79
...
Mergeback v2.22.2 refs/heads/releases/v2 into main
2023-10-12 12:12:03 +01:00
Henry Mercer
346d5c4b07
Test sub-language file coverage in file baseline information check
...
We can do this now that the nightly has a version number starting with
2.15.0.
2023-10-12 11:58:09 +01:00
Henry Mercer
5950d13564
Enable sub-language file coverage in interpret-results too
2023-10-12 11:57:23 +01:00
github-actions[bot]
c1a0ad9a04
Update checked-in dependencies
2023-10-12 10:44:16 +00:00
github-actions[bot]
76a9f5c431
Update changelog and version after v2.22.2
2023-10-12 10:38:34 +00:00
Henry Mercer
d90b8d79de
Merge pull request #1942 from github/update-v2.22.2-8a2cbabd4
...
Merge main into releases/v2
2023-10-12 11:36:04 +01:00
github-actions[bot]
175f696a4d
Update changelog for v2.22.2
2023-10-12 10:09:51 +00:00
Henry Mercer
8a2cbabd43
Merge pull request #1938 from github/update-bundle/codeql-bundle-v2.15.0
...
Update default bundle to 2.15.0
2023-10-11 13:14:25 +01:00
Henry Mercer
a5cf70c3f1
Merge branch 'main' into update-bundle/codeql-bundle-v2.15.0
2023-10-11 12:23:42 +01:00
Henry Mercer
a67b110795
Merge pull request #1937 from github/henrymercer/new-analysis-summary-bump
...
Bump CLI version for new analysis summaries to v2.15.0
2023-10-10 18:32:33 +01:00
Henry Mercer
0eb279015c
Merge branch 'main' into update-bundle/codeql-bundle-v2.15.0
2023-10-10 17:20:48 +01:00
github-actions[bot]
275f994944
Add changelog note
2023-10-10 16:18:35 +00:00
github-actions[bot]
d5d445b7af
Update default bundle to codeql-bundle-v2.15.0
2023-10-10 16:18:31 +00:00
Henry Mercer
2a7218bdef
Bump CLI version for new analysis summaries to v2.15.0
...
Earlier versions support new analysis summaries, but v2.15.0 improves
the quality of the summary messages.
2023-10-10 16:42:34 +01:00
Henry Mercer
78bfd29301
Merge pull request #1935 from github/henrymercer/ref-sha-input-reduce-ci-load
...
Remove 42 CI jobs by only running `ref` and `sha` input checks against a single CLI version
2023-10-10 16:32:56 +01:00
Henry Mercer
dfb913f660
Merge pull request #1936 from github/dependabot/npm_and_yarn/npm-07540147dc
...
Bump the npm group with 5 updates
2023-10-10 14:42:19 +01:00
Nora
e62d946796
Add new param to test
2023-10-10 08:48:53 +00:00
github-actions[bot]
026e833827
Update checked-in dependencies
2023-10-09 17:38:29 +00:00
dependabot[bot]
5d6442e87d
Bump the npm group with 5 updates
...
Bumps the npm group with 5 updates:
| Package | From | To |
| --- | --- | --- |
| [@types/uuid](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/uuid ) | `9.0.4` | `9.0.5` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) | `6.7.3` | `6.7.5` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) | `6.7.3` | `6.7.5` |
| [eslint](https://github.com/eslint/eslint ) | `8.50.0` | `8.51.0` |
| [sinon](https://github.com/sinonjs/sinon ) | `16.0.0` | `16.1.0` |
Updates `@types/uuid` from 9.0.4 to 9.0.5
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/uuid )
Updates `@typescript-eslint/eslint-plugin` from 6.7.3 to 6.7.5
- [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/v6.7.5/packages/eslint-plugin )
Updates `@typescript-eslint/parser` from 6.7.3 to 6.7.5
- [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/v6.7.5/packages/parser )
Updates `eslint` from 8.50.0 to 8.51.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/compare/v8.50.0...v8.51.0 )
Updates `sinon` from 16.0.0 to 16.1.0
- [Release notes](https://github.com/sinonjs/sinon/releases )
- [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md )
- [Commits](https://github.com/sinonjs/sinon/compare/v16.0.0...v16.1.0 )
---
updated-dependencies:
- dependency-name: "@types/uuid"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: npm
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: npm
- dependency-name: sinon
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: npm
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-10-09 17:35:49 +00:00
Henry Mercer
4ab92370dd
Merge pull request #1927 from github/henrymercer/reduce-log-duplication
...
Reduce duplication in the logs when errors occur in CLI commands
2023-10-09 13:30:24 +01:00
Henry Mercer
83d1db3366
Merge branch 'main' into henrymercer/reduce-log-duplication
2023-10-09 12:53:58 +01:00
Henry Mercer
2125352e3e
Merge pull request #1934 from github/mergeback/v2.22.1-to-main-fdcae64e
...
Mergeback v2.22.1 refs/heads/releases/v2 into main
2023-10-09 12:37:17 +01:00
Henry Mercer
d52a751f8f
Only run ref and sha input checks against a single CLI version
...
These checks aren't affected by the CLI version, so just run them with
the default CLI.
2023-10-09 12:09:21 +01:00
github-actions[bot]
947b43a6b6
Update checked-in dependencies
2023-10-09 11:06:11 +00:00
github-actions[bot]
788783aba5
Update changelog and version after v2.22.1
2023-10-09 11:04:27 +00:00
Henry Mercer
fdcae64e14
Merge pull request #1932 from github/update-v2.22.1-18e6c398c
...
Merge main into releases/v2
2023-10-09 12:02:20 +01:00
github-actions[bot]
8554648f41
Update changelog for v2.22.1
2023-10-09 09:46:39 +00:00
Henry Mercer
18e6c398ce
Merge pull request #1930 from github/aeisenberg-patch-1
...
Update CHANGELOG.md
2023-10-09 10:30:49 +01:00
Henry Mercer
5e34d08d9e
Link PR and fix case of Python
2023-10-09 09:55:04 +01:00
Michael B. Gale
faf91ca6bd
Merge pull request #1926 from github/mbg/suppress-go-workaround-warning
...
Suppress Go workaround warning if autobuilder ran
2023-10-09 09:42:25 +01:00
Nora
8193a92e41
Await commitOid
2023-10-09 07:43:35 +00:00
Michael B. Gale
ffaea6c837
Merge branch 'main' into mbg/suppress-go-workaround-warning
2023-10-08 18:07:40 +01:00
Andrew Eisenberg
0a0988c4b2
Update CHANGELOG.md
...
Add missing work and make it clear that failure only applies when trying to downgrade to 3.11.
2023-10-07 09:30:52 -07:00
Andrew Eisenberg
0d5c2e0228
Merge pull request #1928 from github/aeisenberg/fix-python312
...
Add a fix for python 3.12
2023-10-06 16:42:31 -07:00
Andrew Eisenberg
94b6970619
Update CHANGELOG.md
2023-10-06 14:49:04 -07:00
Andrew Eisenberg
669c61022c
Add a feature flag to turn this off for newer versions of codeql
2023-10-06 14:17:01 -07:00
Andrew Eisenberg
028bacb8e9
Add integration test
...
Also:
- Update changelog
- Fix comments in check_python script
2023-10-06 13:52:34 -07:00
Andrew Eisenberg
d0916526cd
Add a fix for python 3.12
...
The python extractor does not yet support 3.12. Check for this and
instead make sure we run python 3.11. Only need to check on windows
since we are extremely unlikely to be running 3.12 on linux or macos.
2023-10-06 13:05:18 -07:00
Henry Mercer
102a12bba4
Add changelog note
2023-10-06 16:00:36 +01:00
Henry Mercer
8295705640
Reduce duplication in the logs when errors occur in CLI commands
2023-10-06 15:53:22 +01:00
Michael B. Gale
4eccc6dac4
Suppress Go workaround warning if autobuilder ran
2023-10-06 15:11:31 +01:00
Nora
aed2e7f47f
Add commit id to params
2023-10-06 13:16:13 +00:00
Henry Mercer
a2dc5ffaff
Merge pull request #1925 from github/mergeback/v2.22.0-to-main-2cb752a8
...
Mergeback v2.22.0 refs/heads/releases/v2 into main
2023-10-06 12:36:34 +01:00
github-actions[bot]
b6ea09e3e4
Update checked-in dependencies
2023-10-06 11:12:35 +00:00
github-actions[bot]
fd3d78671c
Update changelog and version after v2.22.0
2023-10-06 10:47:42 +00:00
Henry Mercer
2cb752a87e
Merge pull request #1924 from github/update-v2.22.0-3f7850a17
...
Merge main into releases/v2
2023-10-06 11:45:52 +01:00
Henry Mercer
e50f53baa1
Add changelog note for tracing Go 1.21
2023-10-06 11:20:43 +01:00
github-actions[bot]
0a65c007f6
Update changelog for v2.22.0
2023-10-06 09:45:48 +00:00
hoshino tsuyoshi
3f7850a179
Improve downloading log message ( #1920 )
...
Previously, a trailing `.` character was recognized as part of the URL in GitHub Actions log output. We add an additional space before it to distinguish.
2023-10-05 21:21:52 +00:00
Henry Mercer
27235304e0
Merge pull request #1923 from github/henrymercer/fix-resolve-environment-aliases
...
Fix using the `resolve-environment` Action with language aliases
2023-10-05 18:48:18 +01:00
Henry Mercer
8f0e8b0890
Tweak language parsing to improve clarity
2023-10-05 16:26:47 +01:00
Henry Mercer
f243294ab7
Extend PR check to test resolve-environment works with language alias
2023-10-05 15:57:53 +01:00
Nora
075eb6aaea
Use getCommitOid to get the id
2023-10-05 14:47:51 +00:00
Michael B. Gale
1ea6a10947
Merge pull request #1909 from github/mbg/go-1.21-workaround
2023-10-05 15:31:48 +01:00
Henry Mercer
e26ed57a22
Defer language aliasing to CLI when appropriate
2023-10-05 15:27:51 +01:00
Henry Mercer
0ac7669167
Fix using resolve-environment Action with language aliases
...
This impacted default setup configurations that analyzed Go alongside at
least one of the following languages:
- C/C++
- Java/Kotlin
- JavaScript/TypeScript
2023-10-05 14:54:24 +01:00
Michael B. Gale
235bdca565
Use markdownMessage
2023-10-05 14:27:34 +01:00
Michael B. Gale
94f3e9b563
Apply suggestions from code review
...
Co-authored-by: Henry Mercer <henry.mercer@me.com >
2023-10-05 14:27:09 +01:00
Michael B. Gale
3b2fee487e
Include mkdirSync in try/catch
2023-10-05 13:48:56 +01:00
Michael B. Gale
a144bf5d7f
Store diagnostics in language-specific database
2023-10-05 13:39:58 +01:00
Michael B. Gale
4154eb799b
Fix: workflow name and description
2023-10-05 13:29:18 +01:00
Michael B. Gale
7f4a9481a7
Fix: create codeql-action diagnostics directory
2023-10-05 13:20:34 +01:00
Michael B. Gale
faf7528b44
Add integration test for Go workaround diagnostic
2023-10-05 13:11:37 +01:00
Michael B. Gale
2b193c5ab5
Store diagnostics in a codeql-action directory
2023-10-05 13:05:46 +01:00
Michael B. Gale
eb71a60380
Emit diagnostic when Go was changed after init
2023-10-05 12:52:06 +01:00
Michael B. Gale
36777d2236
Add utilities to produce diagnostics
2023-10-05 12:50:19 +01:00
Nora
1727de39fe
Add commit sha to database upload
2023-10-05 09:49:13 +00:00
Michael B. Gale
c8dd2bc90f
Add integration test for workaround
2023-10-05 10:46:10 +01:00
Michael B. Gale
db9f2c5968
Add test for isSupportedToolsFeature
2023-10-05 10:33:33 +01:00
Michael B. Gale
738030674f
Trim file output
2023-10-05 10:25:31 +01:00
Michael B. Gale
68d0b65ee5
Add another level to tempBinPath
2023-10-04 20:03:32 +01:00
Igwe Kalu
517782a2a0
Improve description of codeql-action/init languages input ( #1919 )
2023-10-04 12:01:23 -07:00
Michael B. Gale
bb70bab648
Add comment explaining workaround
2023-10-04 19:57:11 +01:00
Michael B. Gale
41a13ec084
Fix comment in analyse Action
2023-10-04 19:53:23 +01:00
Michael B. Gale
9a5a628613
Improve getFileType
...
- Change parameter name
- Add more documentation
2023-10-04 19:50:02 +01:00
Michael B. Gale
8ac187720c
Allow other patch versions of Go in workflows
2023-10-04 19:46:36 +01:00
Michael B. Gale
f6d9b6bcfa
Improve/add log messages
2023-10-04 19:45:09 +01:00
Michael B. Gale
7b0b42afec
Remove FeaturesInVersionResult
2023-10-04 19:45:08 +01:00
Michael B. Gale
abb71f14cf
Add CLI feature flag to disable Go workaround
2023-10-04 19:45:08 +01:00
Michael B. Gale
604448043e
Add which go output in warning
2023-10-04 19:45:08 +01:00
Michael B. Gale
4cee553ea6
Output stdout upon error in getFileType
2023-10-04 19:45:08 +01:00
Michael B. Gale
df098abd11
Set DID_AUTOBUILD_GOLANG in runAutobuild
2023-10-04 19:45:08 +01:00
Michael B. Gale
4611ff9b23
Cross-check Go binary in analyze Action
2023-10-04 19:45:04 +01:00
Michael B. Gale
2bd75f528c
Install Go wrapper script if necessary
2023-10-04 17:23:52 +01:00
Michael B. Gale
3c15d2383b
Add utility function to run file command
2023-10-04 17:23:52 +01:00
Michael B. Gale
c08086a26a
Add new environment variable for Go binary path
2023-10-04 17:23:52 +01:00
Michael B. Gale
d718153f0a
Use Go 1.21 for Go tracing checks
2023-10-04 17:23:51 +01:00
Michael B. Gale
3fb6719bea
Merge pull request #1918 from github/mbg/support-version-features
...
Support `features` key in `version` JSON output
2023-10-04 17:23:13 +01:00
Michael B. Gale
bcbb900532
Rename VersionOutput to VersionInfo
2023-10-04 15:54:34 +01:00
Michael B. Gale
49b94f1a2d
Remove unused properties from VersionOutput
2023-10-04 15:51:26 +01:00
Michael B. Gale
bb67eddd77
Wrap JSON parsing in try/catch
2023-10-04 15:49:25 +01:00
Michael B. Gale
e827ad5b71
Move makeVersionOutput to testing-utils.js
2023-10-04 15:49:04 +01:00
Michael B. Gale
a402be8739
Fix linter error
2023-10-04 11:43:14 +01:00
Michael B. Gale
74b46628c3
Support features key in version JSON output
2023-10-04 11:28:28 +01:00
dependabot[bot]
3dd4ad872b
Bump the actions-setup-swift group ( #1912 )
...
Bumps the actions-setup-swift group in /.github/actions/setup-swift with 1 update: [swift-actions/setup-swift](https://github.com/swift-actions/setup-swift ).
- [Release notes](https://github.com/swift-actions/setup-swift/releases )
- [Commits](cdcbe8e35d...f51889efb5 )
---
updated-dependencies:
- dependency-name: swift-actions/setup-swift
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: actions-setup-swift
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Angela P Wen <angelapwen@github.com >
2023-10-03 15:21:00 -07:00
dependabot[bot]
b686e07c2b
Bump urllib3 in /python-setup/tests/pipenv/python-3.8 ( #1917 )
...
Bumps [urllib3](https://github.com/urllib3/urllib3 ) from 2.0.4 to 2.0.6.
- [Release notes](https://github.com/urllib3/urllib3/releases )
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst )
- [Commits](https://github.com/urllib3/urllib3/compare/2.0.4...2.0.6 )
---
updated-dependencies:
- dependency-name: urllib3
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-03 17:49:02 +00:00
dependabot[bot]
7de46310d9
Bump urllib3 in /python-setup/tests/poetry/python-3.8 ( #1916 )
...
Bumps [urllib3](https://github.com/urllib3/urllib3 ) from 1.26.7 to 1.26.17.
- [Release notes](https://github.com/urllib3/urllib3/releases )
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst )
- [Commits](https://github.com/urllib3/urllib3/compare/1.26.7...1.26.17 )
---
updated-dependencies:
- dependency-name: urllib3
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-03 10:25:36 -07:00
dependabot[bot]
896a68d162
Bump urllib3 in /python-setup/tests/poetry/requests-3 ( #1915 )
...
Bumps [urllib3](https://github.com/urllib3/urllib3 ) from 1.26.7 to 1.26.17.
- [Release notes](https://github.com/urllib3/urllib3/releases )
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst )
- [Commits](https://github.com/urllib3/urllib3/compare/1.26.7...1.26.17 )
---
updated-dependencies:
- dependency-name: urllib3
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-03 10:25:17 -07:00
dependabot[bot]
5f88bb1ffa
Bump urllib3 in /python-setup/tests/pipenv/requests-3 ( #1914 )
...
Bumps [urllib3](https://github.com/urllib3/urllib3 ) from 2.0.4 to 2.0.6.
- [Release notes](https://github.com/urllib3/urllib3/releases )
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst )
- [Commits](https://github.com/urllib3/urllib3/compare/2.0.4...2.0.6 )
---
updated-dependencies:
- dependency-name: urllib3
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-03 10:24:54 -07:00
dependabot[bot]
90f8ed12cc
Bump the npm group with 3 updates ( #1911 )
...
* Bump the npm group with 3 updates
Bumps the npm group with 3 updates: [@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 `@typescript-eslint/eslint-plugin` from 6.7.2 to 6.7.3
- [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/v6.7.3/packages/eslint-plugin )
Updates `@typescript-eslint/parser` from 6.7.2 to 6.7.3
- [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/v6.7.3/packages/parser )
Updates `eslint-plugin-github` from 4.10.0 to 4.10.1
- [Release notes](https://github.com/github/eslint-plugin-github/releases )
- [Commits](https://github.com/github/eslint-plugin-github/compare/v4.10.0...v4.10.1 )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-patch
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 >
* Update checked-in dependencies
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Angela P Wen <angelapwen@github.com >
2023-10-02 16:31:08 -07:00
Aditya Sharad
ed2a90b161
Merge pull request #1910 from github/henrymercer/remove-ml-powered-queries
...
Remove ML-powered queries
2023-10-02 14:40:55 -07:00
Henry Mercer
7b16c0dad0
Improve method name for addQueriesFromWorkflow.
2023-10-02 17:35:03 +01:00
Henry Mercer
37a2d1fe3c
Remove ML-powered queries PR checks
2023-10-02 17:29:54 +01:00
Henry Mercer
5dac60ecef
Add changelog note
2023-10-02 17:20:58 +01:00
Henry Mercer
ebbadee09e
Remove ML-powered queries
2023-10-02 17:20:50 +01:00
Aditya Sharad
a370ce344f
Merge pull request #1898 from Panquesito7/checkout_v4
...
Use `actions/checkout@v4` in test helper
2023-09-28 15:59:34 -07:00
David Leal
66572c69b0
Merge branch 'main' into checkout_v4
2023-09-28 14:31:04 -06:00
David Leal
e0103eab17
Use actions/checkout@v4
2023-09-28 20:30:31 +00:00
Henry Mercer
e7a6fa9589
Merge pull request #1907 from github/henrymercer/deprecate-codeql-2.9
...
Bump minimum CodeQL version to 2.10.5
2023-09-27 21:36:22 +01:00
Henry Mercer
f59bf3c458
Fix expected artifact directory name for semver versions
2023-09-27 19:44:41 +01:00
Henry Mercer
6e3f5b0184
Prompt maintainers to start process when GHES version deprecated
2023-09-27 19:40:26 +01:00
Henry Mercer
1d70a98580
Document CodeQL deprecation process
2023-09-27 19:10:31 +01:00
Henry Mercer
e4ef094279
Merge branch 'main' into henrymercer/deprecate-codeql-2.9
2023-09-27 17:18:42 +01:00
Henry Mercer
2cc1651ead
Merge pull request #1906 from github/mergeback/v2.21.9-to-main-ddccb873
...
Mergeback v2.21.9 refs/heads/releases/v2 into main
2023-09-27 17:14:03 +01:00
Henry Mercer
a6484fa0f6
Merge pull request #1896 from github/update-supported-enterprise-server-versions
...
Update supported GitHub Enterprise Server versions
2023-09-27 16:44:20 +01:00
Henry Mercer
9ef3267030
Merge pull request #1904 from github/henrymercer/tweak-cgroup-ram-logging
...
Don't log invalid cgroup memory limits
2023-09-27 16:43:26 +01:00
Henry Mercer
219066c343
Fix error in generated workflow
2023-09-27 16:41:29 +01:00
Henry Mercer
a9a0f3b4c0
Add changelog note
2023-09-27 16:23:10 +01:00
Henry Mercer
467bfa1cff
Update CodeQL versions tested in PR checks
2023-09-27 16:21:16 +01:00
Henry Mercer
1d5eed8d40
Remove deprecated functionality
2023-09-27 16:16:13 +01:00
Henry Mercer
96fa24c6ba
Bump minimum CodeQL version to 2.10.5
2023-09-27 16:08:27 +01:00
Henry Mercer
f1752b0b55
Bump minor version
2023-09-27 16:07:45 +01:00
github-actions[bot]
7efe1c9625
Update checked-in dependencies
2023-09-27 15:01:27 +00:00
github-actions[bot]
0dd2eafff0
Update changelog and version after v2.21.9
2023-09-27 14:58:13 +00:00
Alexander Eyers-Taylor
ddccb87388
Merge pull request #1905 from github/update-v2.21.9-27cb1e1de
...
Merge main into releases/v2
2023-09-27 15:56:30 +01:00
github-actions[bot]
d8cb5a2a0f
Update changelog for v2.21.9
2023-09-27 14:21:29 +00:00
Henry Mercer
378bbcd274
Don't log invalid cgroup memory limits
2023-09-27 13:56:20 +01:00
dependabot[bot]
27cb1e1de5
Bump the npm group with 6 updates ( #1902 )
...
* Bump the npm group with 6 updates
Bumps the npm group with 6 updates:
| Package | From | To |
| --- | --- | --- |
| [@octokit/types](https://github.com/octokit/types.ts ) | `11.1.0` | `12.0.0` |
| [@types/adm-zip](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/adm-zip ) | `0.5.1` | `0.5.2` |
| [@types/semver](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/semver ) | `7.5.2` | `7.5.3` |
| [@types/sinon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/sinon ) | `10.0.16` | `10.0.17` |
| [eslint](https://github.com/eslint/eslint ) | `8.49.0` | `8.50.0` |
| [eslint-import-resolver-typescript](https://github.com/import-js/eslint-import-resolver-typescript ) | `3.6.0` | `3.6.1` |
Updates `@octokit/types` from 11.1.0 to 12.0.0
- [Release notes](https://github.com/octokit/types.ts/releases )
- [Commits](https://github.com/octokit/types.ts/compare/v11.1.0...v12.0.0 )
Updates `@types/adm-zip` from 0.5.1 to 0.5.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/adm-zip )
Updates `@types/semver` from 7.5.2 to 7.5.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/semver )
Updates `@types/sinon` from 10.0.16 to 10.0.17
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/sinon )
Updates `eslint` from 8.49.0 to 8.50.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/compare/v8.49.0...v8.50.0 )
Updates `eslint-import-resolver-typescript` from 3.6.0 to 3.6.1
- [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.0...v3.6.1 )
---
updated-dependencies:
- dependency-name: "@octokit/types"
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: npm
- dependency-name: "@types/adm-zip"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm
- dependency-name: "@types/semver"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm
- dependency-name: "@types/sinon"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm
- dependency-name: eslint
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-patch
dependency-group: npm
...
Signed-off-by: dependabot[bot] <support@github.com >
* Update checked-in dependencies
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-26 10:34:03 -07:00
Henry Mercer
4818fdd8ec
Merge pull request #1903 from github/henrymercer/sublanguage-file-coverage
...
Enable sub-language file coverage behind a feature flag
2023-09-26 17:30:08 +01:00
Alexander Eyers-Taylor
e548601be3
Merge pull request #1897 from github/update-bundle/codeql-bundle-v2.14.6
...
Update default bundle to 2.14.6
2023-09-26 14:03:58 +01:00
Alexander Eyers-Taylor
cc6542087a
Merge branch 'main' into update-bundle/codeql-bundle-v2.14.6
2023-09-26 13:37:33 +01:00
Henry Mercer
c95737bb43
Add changelog note
2023-09-26 11:38:39 +01:00
Henry Mercer
41d2ffad87
Enable sub-language file coverage behind a ff
2023-09-26 11:38:39 +01:00
Henry Mercer
650a85ef6d
Merge pull request #1901 from github/henrymercer/check-for-duplicated-languages
...
Warn when workflow analyzes the same language twice
2023-09-25 14:25:34 +01:00
Henry Mercer
0de36d4594
Merge branch 'main' into henrymercer/check-for-duplicated-languages
2023-09-22 19:14:37 +01:00
Henry Mercer
0dfaf4ef65
Add a changelog note
2023-09-22 19:13:56 +01:00
Henry Mercer
d1a917f445
Test that workflow with two different languages doesn't produce an error
2023-09-22 19:08:38 +01:00
Henry Mercer
431174f620
Factor out groupLanguagesByExtractor
2023-09-22 18:55:52 +01:00
Nick Rolfe
3078f51bf0
Merge pull request #1900 from github/nickrolfe/fine-grained-version
...
Bump min. version for evaluator parallelism feature flag
2023-09-22 17:44:44 +01:00
Henry Mercer
d0c18ba23e
Warn when workflow analyzes the same language twice
2023-09-22 14:54:03 +01:00
Nick Rolfe
724d64319a
Bump min. version for evaluator parallelism feature flag
...
Since we suspect fine-grained parallelism may make the OOM issues worse,
we don't want to enable it on 2.14.0-2.14.5, even though they support
it.
2023-09-22 14:43:03 +01:00
Paolo Tranquilli
49aaa9a420
Merge pull request #1889 from github/redsun82/cpp-autoinstall-dependencies
...
C++: introduce automatic installation of dependencies in the autobuilder
2023-09-21 16:49:24 +02:00
Paolo Tranquilli
c21e1dd0da
Lint and build
2023-09-21 16:23:27 +02:00
Paolo Tranquilli
53bed11e0b
Apply suggestions from code review
...
Co-authored-by: Henry Mercer <henry.mercer@me.com >
2023-09-21 16:11:21 +02:00
Paolo Tranquilli
ab8159054c
Add changelog entry
2023-09-20 16:33:46 +02:00
Paolo Tranquilli
765807bee7
Add RUNNER_ENVIRONMENT to the list of known default setup variables
2023-09-20 14:08:00 +02:00
Paolo Tranquilli
bf2187592f
C++: simplify CppDependencyInstallation interface
2023-09-20 14:05:12 +02:00
Paolo Tranquilli
c4c06786f2
C++: introduce automatic installation of dependencies in the autobuilder
...
This introduces the possibility to automatically install dependencies
when running the C++ autobuilder on an Ubuntu runner, that will be
available with upcoming version 2.15.0.
An experimental `cpp-autoinstall-dependencies` input is added to the
`autobuild` action. When not set, the default is driven by a feature
flag.
2023-09-20 14:05:12 +02:00
github-actions[bot]
59aaff8718
Add changelog note
2023-09-20 10:53:17 +00:00
github-actions[bot]
5897cf73c4
Update default bundle to codeql-bundle-v2.14.6
2023-09-20 10:53:12 +00:00
github-actions[bot]
d467036438
Update supported GitHub Enterprise Server versions
2023-09-20 00:10:40 +00:00
Angela P Wen
8e0b1c74b1
Add continueOnError: true for debug artifact upload ( #1895 )
2023-09-19 15:10:13 -07:00
Henry Mercer
01b8760f90
Merge pull request #1894 from github/mergeback/v2.21.8-to-main-6a28655e
...
Mergeback v2.21.8 refs/heads/releases/v2 into main
2023-09-19 12:07:52 +01:00
github-actions[bot]
74e25cdac8
Update checked-in dependencies
2023-09-19 10:40:42 +00:00
github-actions[bot]
eac8f8cd93
Update changelog and version after v2.21.8
2023-09-19 10:19:21 +00:00
Henry Mercer
6a28655e3d
Merge pull request #1893 from github/update-v2.21.8-dd1128f4f
...
Merge main into releases/v2
2023-09-19 11:17:36 +01:00
github-actions[bot]
2ca983a793
Update changelog for v2.21.8
2023-09-19 09:31:44 +00:00
dependabot[bot]
dd1128f4f1
Bump the npm group with 11 updates ( #1892 )
...
* Bump the npm group with 11 updates
Bumps the npm group with 11 updates:
| Package | From | To |
| --- | --- | --- |
| [@actions/artifact](https://github.com/actions/toolkit/tree/HEAD/packages/artifact ) | `1.1.1` | `1.1.2` |
| [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core ) | `1.10.0` | `1.10.1` |
| [uuid](https://github.com/uuidjs/uuid ) | `9.0.0` | `9.0.1` |
| [@types/uuid](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/uuid ) | `9.0.3` | `9.0.4` |
| [@types/adm-zip](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/adm-zip ) | `0.5.0` | `0.5.1` |
| [@types/js-yaml](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/js-yaml ) | `4.0.5` | `4.0.6` |
| [@types/semver](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/semver ) | `7.5.1` | `7.5.2` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) | `6.5.0` | `6.7.2` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) | `6.6.0` | `6.7.2` |
| [eslint](https://github.com/eslint/eslint ) | `8.48.0` | `8.49.0` |
| [sinon](https://github.com/sinonjs/sinon ) | `15.2.0` | `16.0.0` |
Updates `@actions/artifact` from 1.1.1 to 1.1.2
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/artifact/RELEASES.md )
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/artifact )
Updates `@actions/core` from 1.10.0 to 1.10.1
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md )
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core )
Updates `uuid` from 9.0.0 to 9.0.1
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md )
- [Commits](https://github.com/uuidjs/uuid/compare/v9.0.0...v9.0.1 )
Updates `@types/uuid` from 9.0.3 to 9.0.4
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/uuid )
Updates `@types/adm-zip` from 0.5.0 to 0.5.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/adm-zip )
Updates `@types/js-yaml` from 4.0.5 to 4.0.6
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/js-yaml )
Updates `@types/semver` from 7.5.1 to 7.5.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/semver )
Updates `@typescript-eslint/eslint-plugin` from 6.5.0 to 6.7.2
- [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/v6.7.2/packages/eslint-plugin )
Updates `@typescript-eslint/parser` from 6.6.0 to 6.7.2
- [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/v6.7.2/packages/parser )
Updates `eslint` from 8.48.0 to 8.49.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/compare/v8.48.0...v8.49.0 )
Updates `sinon` from 15.2.0 to 16.0.0
- [Release notes](https://github.com/sinonjs/sinon/releases )
- [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md )
- [Commits](https://github.com/sinonjs/sinon/compare/v15.2.0...v16.0.0 )
---
updated-dependencies:
- dependency-name: "@actions/artifact"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: npm
- dependency-name: "@actions/core"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: npm
- dependency-name: uuid
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: npm
- dependency-name: "@types/uuid"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: npm
- dependency-name: "@types/adm-zip"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm
- dependency-name: "@types/js-yaml"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm
- dependency-name: "@types/semver"
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
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: npm
- dependency-name: sinon
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: npm
...
Signed-off-by: dependabot[bot] <support@github.com >
* Update checked-in dependencies
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-18 20:01:16 +00:00
Henry Mercer
f3a128e0fe
Merge pull request #1891 from github/henrymercer/fix-cgroup-limits
...
Fix reading `cgroup` limits on `ubuntu-20.04`
2023-09-18 17:25:00 +01:00
Henry Mercer
6846be007d
Address review comments
2023-09-18 16:00:59 +01:00
Henry Mercer
0e74cd1660
Handle cgroup file containing MAX_INT on ubuntu-20.04
2023-09-18 13:44:02 +01:00
Henry Mercer
379f89dc53
Log cgroup RAM limits
2023-09-18 13:05:29 +01:00
Henry Mercer
253d9cf358
Matrix CodeQL CI job over all runner images
2023-09-18 12:56:35 +01:00
Henry Mercer
4254f3a4c1
Merge pull request #1888 from github/henrymercer/constrained-ram
...
Respect RAM constraints imposed by Linux cgroups
2023-09-18 10:40:41 +01:00
Henry Mercer
9bfb9ba527
Handle files that exist but whose contents are not integers
2023-09-15 18:23:25 +01:00
Henry Mercer
d4c26876d3
Improve docs
2023-09-15 18:17:13 +01:00
Henry Mercer
d6f9faae0d
Respect RAM constraints imposed by Linux cgroups
2023-09-15 18:09:37 +01:00
Henry Mercer
c459726691
Merge pull request #1884 from github/henrymercer/deprecation-warning-for-codeql-2.10.x
...
Add a deprecation warning for CodeQL 2.10.*
2023-09-15 17:47:36 +01:00
Henry Mercer
a087b01cdd
Merge branch 'main' into henrymercer/deprecation-warning-for-codeql-2.10.x
2023-09-15 12:04:01 +01:00
Henry Mercer
f3051ed54e
Merge pull request #1883 from github/henrymercer/language-aliasing
...
Add support for aliasing languages like C/C++, Java/Kotlin, and JS/TS
2023-09-15 12:00:12 +01:00
Henry Mercer
860e98cc4a
Update changelog note
2023-09-15 11:16:37 +01:00
Henry Mercer
3ffd6c071a
Update PR check description
2023-09-15 11:12:41 +01:00
Henry Mercer
2d646a3990
Merge pull request #1887 from github/henrymercer/add-token-to-update-dependencies
...
Add GitHub token to update dependencies workflow
2023-09-15 10:23:49 +01:00
Henry Mercer
a9313c9016
Merge pull request #1881 from github/henrymercer/fix-update-ghes-versions
...
Update ignored version number in GHES versions automation
2023-09-15 10:21:57 +01:00
Chuan-kai Lin
5f18c9ab80
Merge pull request #1886 from github/mergeback/v2.21.7-to-main-04daf014
...
Mergeback v2.21.7 refs/heads/releases/v2 into main
2023-09-14 10:37:27 -07:00
Henry Mercer
2c22b37a68
Add GitHub token to update dependencies workflow
2023-09-14 18:14:24 +01:00
github-actions[bot]
c07fd68e12
Update checked-in dependencies
2023-09-14 17:03:42 +00:00
github-actions[bot]
c33f0b4fc7
Update changelog and version after v2.21.7
2023-09-14 16:58:59 +00:00
Chuan-kai Lin
04daf014b5
Merge pull request #1885 from github/update-v2.21.7-e982de4fb
...
Merge main into releases/v2
2023-09-14 09:56:54 -07:00
github-actions[bot]
bb3bc25861
Update changelog for v2.21.7
2023-09-14 16:10:20 +00:00
Henry Mercer
ac4145f467
Add a deprecation warning for CodeQL 2.10.*
2023-09-14 16:34:07 +01:00
Henry Mercer
87a64c9c4c
Add changelog note
2023-09-14 16:11:20 +01:00
Henry Mercer
897ddf2662
Add PR check
2023-09-14 16:11:20 +01:00
Henry Mercer
74714a34ca
Implement support for language aliasing
2023-09-14 16:11:20 +01:00
Chuan-kai Lin
e982de4fb4
Merge pull request #1882 from github/update-bundle/codeql-bundle-v2.14.5
...
Update default bundle to 2.14.5
2023-09-14 08:04:05 -07:00
github-actions[bot]
19c02a4d16
Add changelog note
2023-09-14 14:29:33 +00:00
github-actions[bot]
71c7e82837
Update default bundle to codeql-bundle-v2.14.5
2023-09-14 14:29:25 +00:00
Henry Mercer
8b733e71a6
Update ignored version number in GHES versions automation
2023-09-14 12:27:25 +01:00
Chuan-kai Lin
c6c77c8c2d
Merge pull request #1877 from cklin/update-dependencies
...
Remove --pr in update-dependencies.yml
2023-09-13 11:46:02 -07:00
Chuan-kai Lin
8efd40b126
Merge pull request #1876 from github/mergeback/v2.21.6-to-main-701f152f
...
Mergeback v2.21.6 refs/heads/releases/v2 into main
2023-09-13 10:20:39 -07:00
Chuan-kai Lin
77a54b68d4
Remove --pr in update-dependencies.yml
2023-09-13 09:49:02 -07:00
github-actions[bot]
f664957aa4
Update checked-in dependencies
2023-09-13 16:41:51 +00:00
github-actions[bot]
70c4c0fc21
Update changelog and version after v2.21.6
2023-09-13 16:39:21 +00:00
Chuan-kai Lin
701f152f28
Merge pull request #1875 from github/update-v2.21.6-6a6a82470
...
Merge main into releases/v2
2023-09-13 09:36:35 -07:00
Chuan-kai Lin
1b6299040a
Fix misplaced changelog entry
2023-09-13 08:43:19 -07:00
github-actions[bot]
5462f69153
Update changelog for v2.21.6
2023-09-13 14:39:25 +00:00
Chuan-kai Lin
6a6a824702
Merge pull request #1873 from github/update-bundle/codeql-bundle-v2.14.4
...
Update default bundle to 2.14.4
2023-09-12 07:18:14 -07:00
github-actions[bot]
88c7a5c4cc
Add changelog note
2023-09-08 22:29:07 +00:00
github-actions[bot]
da65035498
Update default bundle to codeql-bundle-v2.14.4
2023-09-08 22:29:04 +00:00
Henry Mercer
43750fe4fc
Merge pull request #1872 from github/henrymercer/user-errors-for-upload-sarif
...
Mark invalid SARIF errors as user errors in the `upload-sarif` Action
2023-09-07 22:46:29 +01:00
Henry Mercer
a7c12a5225
Address PR comments
2023-09-07 20:44:15 +01:00
Henry Mercer
7218de5369
Merge branch 'main' into henrymercer/user-errors-for-upload-sarif
2023-09-07 19:40:15 +01:00
Henry Mercer
4764dce02f
Merge pull request #1866 from github/henrymercer/enable-scaling-reserved-ram-ghes
...
Enable scaling reserved RAM on GHES
2023-09-07 19:38:36 +01:00
Henry Mercer
077672fa88
Merge branch 'main' into henrymercer/enable-scaling-reserved-ram-ghes
2023-09-06 18:16:42 +01:00
Henry Mercer
583a1019cc
Mark invalid SARIF errors as user errors in the upload-sarif Action
2023-09-06 18:14:30 +01:00
Henry Mercer
45d66afb31
Merge pull request #1870 from github/update-supported-enterprise-server-versions
...
Update supported GitHub Enterprise Server versions
2023-09-06 17:57:07 +01:00
github-actions[bot]
f4683e88f3
Update supported GitHub Enterprise Server versions
2023-09-06 00:10:35 +00:00
Henry Mercer
798e74c57d
Merge pull request #1867 from github/henrymercer/remove-language-baseline-ff
...
Enable language-specific baseline configuration on GHES
2023-09-05 18:25:33 +01:00
Henry Mercer
37d8d03606
Merge pull request #1868 from github/henrymercer/improve-dependency-update
...
Improve usability of update dependencies workflow
2023-09-05 16:38:52 +01:00
Tom Bolton
7bffcb42ec
Merge pull request #1864 from github/dependabot/npm_and_yarn/npm-18a1c3fa4c
...
Bump the npm group with 3 updates
2023-09-05 16:22:51 +01:00
Tom Bolton
94293438d4
Merge pull request #1865 from github/dependabot/github_actions/actions-8a9da2b879
...
Bump the actions group with 1 update
2023-09-05 16:04:22 +01:00
Henry Mercer
e6cb4feff9
Improve usability of update dependencies workflow
2023-09-05 16:36:41 +02:00
tombolton
85cd5ad8b4
update checkout version in pr-checks/checks
2023-09-05 15:16:58 +01:00
tombolton
d5d81f40c6
bump checkout to v4 in sync.py
2023-09-05 13:54:16 +01:00
Henry Mercer
bec071acb9
Add changelog note
2023-09-05 14:48:21 +02:00
Henry Mercer
5150b5c6ab
Add changelog note
2023-09-05 14:45:00 +02:00
Henry Mercer
270788d6fd
Remove language-specific baseline configuration flag
2023-09-05 14:36:51 +02:00
Henry Mercer
10389f671b
Remove scaling reserved RAM feature flag
2023-09-05 14:30:56 +02:00
Henry Mercer
574dbbc517
Allow customizing the scaling threshold with an environment variable
2023-09-05 13:14:55 +02:00
Henry Mercer
466ed42568
Enable scaling reserved RAM on GHES
2023-09-05 12:50:34 +02:00
dependabot[bot]
321d3e057d
Bump the actions group with 1 update
...
Bumps the actions group with 1 update: [actions/checkout](https://github.com/actions/checkout ).
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: actions
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-09-04 18:00:31 +00:00
github-actions[bot]
3115e0f9c4
Update checked-in dependencies
2023-09-04 17:19:10 +00:00
dependabot[bot]
7aafc67ccf
Bump the npm group with 3 updates
...
Bumps the npm group with 3 updates: [@types/uuid](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/uuid ), [@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 `@types/uuid` from 9.0.2 to 9.0.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/uuid )
Updates `@typescript-eslint/parser` from 6.5.0 to 6.6.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/v6.6.0/packages/parser )
Updates `eslint-plugin-github` from 4.9.2 to 4.10.0
- [Release notes](https://github.com/github/eslint-plugin-github/releases )
- [Commits](https://github.com/github/eslint-plugin-github/compare/v4.9.2...v4.10.0 )
---
updated-dependencies:
- dependency-name: "@types/uuid"
dependency-type: direct:production
update-type: version-update:semver-patch
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-minor
dependency-group: npm
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-09-04 17:15:55 +00:00
Angela P Wen
07d42ec34e
Improve logging for Go autobuild when invoked in analyze step ( #1862 )
2023-08-31 11:39:07 +00:00
Andrew Eisenberg
c5acfe3b0d
Merge pull request #1860 from github/aeisenberg/better-error-messages
...
Add better error messages when determining merge-base
2023-08-29 13:51:10 -07:00
Andrew Eisenberg
469786860d
Address more comments from PR
2023-08-29 13:20:55 -07:00
Andrew Eisenberg
e603106d1a
Add change note
2023-08-29 13:11:48 -07:00
Andrew Eisenberg
09940b4bb9
Address comments from PR
2023-08-29 12:11:32 -07:00
dependabot[bot]
8ecc33d259
Bump the npm group with 5 updates ( #1856 )
...
* Bump the npm group with 5 updates
Bumps the npm group with 5 updates:
| Package | From | To |
| --- | --- | --- |
| [@types/semver](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/semver ) | `7.5.0` | `7.5.1` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) | `6.4.1` | `6.5.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) | `6.4.1` | `6.5.0` |
| [eslint](https://github.com/eslint/eslint ) | `8.47.0` | `8.48.0` |
| [typescript](https://github.com/Microsoft/TypeScript ) | `5.1.6` | `5.2.2` |
Updates `@types/semver` from 7.5.0 to 7.5.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/semver )
Updates `@typescript-eslint/eslint-plugin` from 6.4.1 to 6.5.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/v6.5.0/packages/eslint-plugin )
Updates `@typescript-eslint/parser` from 6.4.1 to 6.5.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/v6.5.0/packages/parser )
Updates `eslint` from 8.47.0 to 8.48.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/compare/v8.47.0...v8.48.0 )
Updates `typescript` from 5.1.6 to 5.2.2
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.1.6...v5.2.2 )
---
updated-dependencies:
- dependency-name: "@types/semver"
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
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 >
* Update checked-in dependencies
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-08-29 04:47:41 -07:00
Andrew Eisenberg
d721f69753
Add better error messages when determining merge-base
...
Avoid printing scary error messages to console when the current
directory is not a git repo. Instead provide a better reason for the git
failure and continue on.
2023-08-28 15:50:30 -07:00
Dave Bartolomeo
b88b5503aa
Merge pull request #1859 from github/mergeback/v2.21.5-to-main-00e563ea
...
Mergeback v2.21.5 refs/heads/releases/v2 into main
2023-08-28 15:18:47 -04:00
github-actions[bot]
f644ffe4b2
Update checked-in dependencies
2023-08-28 18:54:38 +00:00
github-actions[bot]
7cd044345e
Update changelog and version after v2.21.5
2023-08-28 18:37:27 +00:00
Dave Bartolomeo
00e563ead9
Merge pull request #1858 from github/update-v2.21.5-100912429
...
Merge main into releases/v2
2023-08-28 14:35:05 -04:00
github-actions[bot]
7323c2ac6b
Update changelog for v2.21.5
2023-08-28 17:51:24 +00:00
Dave Bartolomeo
100912429f
Merge pull request #1845 from github/update-bundle/codeql-bundle-v2.14.3
...
Update default bundle to 2.14.3
2023-08-25 11:40:49 -04:00
Dave Bartolomeo
a2d14d32b8
Merge branch 'main' into update-bundle/codeql-bundle-v2.14.3
2023-08-25 10:54:01 -04:00
Ian Lynagh
ff9cb435df
Merge pull request #1853 from github/igfoo/kot1.9.10
...
Kotlin: CodeQL >= 2.13.4 supports 1.9.10.
2023-08-24 19:10:19 +01:00
Ian Lynagh
2f913c1249
npm run build
2023-08-24 17:57:40 +01:00
Ian Lynagh
7dab60079b
Put upper limit on the CodeQL versions for which we override the Kotlin limit
...
Otherwise it'll be lower than the default at some point in the future.
2023-08-24 17:56:31 +01:00
Ian Lynagh
862b2cf102
Add a changelog entry for the Kotlin 1.9.10 support
2023-08-24 17:49:56 +01:00
Ian Lynagh
070dd05edd
npm run build
2023-08-24 15:15:12 +01:00
Ian Lynagh
ff95d147d6
Kotlin: Fix lint
2023-08-24 15:14:49 +01:00
Ian Lynagh
30fe0c4907
npm run build
2023-08-24 14:57:53 +01:00
Ian Lynagh
e5813484cd
Kotlin: CodeQL >= 2.13.4 supports 1.9.10.
2023-08-24 14:57:05 +01:00
Henry Mercer
9a53fd0577
Merge pull request #1848 from sabrowning1/main
...
Update docs links in the README
2023-08-23 15:47:06 +01:00
Sam Browning
dfb560cac1
Merge branch 'github:main' into main
2023-08-23 08:13:29 -04:00
Sam Browning
5c8be669de
Merge pull request #1 from sabrowning1/sabrowning1/update-README-links
...
Update docs links in the README
2023-08-23 08:13:16 -04:00
Henry Mercer
14877a1345
Merge pull request #1847 from github/dependabot/npm_and_yarn/npm-522ac6628f
...
Bump the npm group with 4 updates
2023-08-21 19:21:24 +01:00
Henry Mercer
bc08098689
Merge pull request #1846 from github/dependabot/github_actions/dot-github/actions/setup-swift/actions-setup-swift-487d23c2d8
...
Bump the actions-setup-swift group in /.github/actions/setup-swift with 1 update
2023-08-21 19:00:04 +01:00
github-actions[bot]
02c45745e3
Update checked-in dependencies
2023-08-21 17:52:18 +00:00
dependabot[bot]
67f7ac2add
Bump the npm group with 4 updates
...
Bumps the npm group with 4 updates: [@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 ), [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import ) and [nock](https://github.com/nock/nock ).
Updates `@typescript-eslint/eslint-plugin` from 6.4.0 to 6.4.1
- [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/v6.4.1/packages/eslint-plugin )
Updates `@typescript-eslint/parser` from 6.4.0 to 6.4.1
- [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/v6.4.1/packages/parser )
Updates `eslint-plugin-import` from 2.28.0 to 2.28.1
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases )
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md )
- [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.28.0...v2.28.1 )
Updates `nock` from 13.3.2 to 13.3.3
- [Release notes](https://github.com/nock/nock/releases )
- [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md )
- [Commits](https://github.com/nock/nock/compare/v13.3.2...v13.3.3 )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm
- dependency-name: eslint-plugin-import
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm
- dependency-name: nock
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-08-21 17:48:12 +00:00
dependabot[bot]
fbb8195699
Bump the actions-setup-swift group
...
Bumps the actions-setup-swift group in /.github/actions/setup-swift with 1 update: [swift-actions/setup-swift](https://github.com/swift-actions/setup-swift ).
- [Release notes](https://github.com/swift-actions/setup-swift/releases )
- [Commits](65540b95f5...cdcbe8e35d )
---
updated-dependencies:
- dependency-name: swift-actions/setup-swift
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: actions-setup-swift
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-08-21 17:39:22 +00:00
Sam Browning
66572f0900
Update README.md
2023-08-21 11:37:17 -04:00
github-actions[bot]
e755a052f0
Add changelog note
2023-08-18 23:37:40 +00:00
github-actions[bot]
37628e79a4
Update default bundle to codeql-bundle-v2.14.3
2023-08-18 23:37:35 +00:00
Ian Lynagh
e4262713b5
Merge pull request #1844 from github/igfoo/lombok_no_overwrite
...
Lombok: Don't set env var if it's already set
2023-08-18 19:57:50 +01:00
Ian Lynagh
ddf2bd2495
Tweak CHANGELOG.md
...
Co-authored-by: Aditya Sharad <6874315+adityasharad@users.noreply.github.com >
2023-08-18 19:04:05 +01:00
Ian Lynagh
c34b59d32f
Add a changenote for the Lombok change
2023-08-18 12:31:32 +01:00
Ian Lynagh
b557ee7090
npm run build
2023-08-18 12:31:32 +01:00
Ian Lynagh
d5b5e18245
Lombok: Don't set env var if it's already set
...
If the user has manually configured it, then we let their setting stand.
2023-08-18 12:31:12 +01:00
Henry Mercer
e683046da1
Merge pull request #1840 from github/dependabot/npm_and_yarn/npm-4335ac1f11
...
Bump the npm group with 5 updates
2023-08-14 20:42:14 +01:00
Henry Mercer
af18655ef9
Merge branch 'main' into dependabot/npm_and_yarn/npm-4335ac1f11
2023-08-14 20:05:13 +01:00
Henry Mercer
314b271ce0
Merge pull request #1841 from github/henrymercer/remove-actions-cache-overrides
...
Update `@actions/cache` and remove overrides
2023-08-14 19:56:39 +01:00
Henry Mercer
4db827f313
Update @actions/cache and remove overrides
...
Now that `@actions/cache` has been updated, we can remove our manual
overrides for vulnerable dependencies.
2023-08-14 18:59:06 +01:00
github-actions[bot]
6a54608e14
Update checked-in dependencies
2023-08-14 17:46:13 +00:00
dependabot[bot]
3f55ff1327
Bump the npm group with 5 updates
...
Bumps the npm group with 5 updates:
| Package | From | To |
| --- | --- | --- |
| [@actions/cache](https://github.com/actions/toolkit/tree/HEAD/packages/cache ) | `3.2.1` | `3.2.2` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) | `6.2.1` | `6.4.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) | `6.2.1` | `6.4.0` |
| [eslint](https://github.com/eslint/eslint ) | `8.46.0` | `8.47.0` |
| [eslint-import-resolver-typescript](https://github.com/import-js/eslint-import-resolver-typescript ) | `3.5.5` | `3.6.0` |
Updates `@actions/cache` from 3.2.1 to 3.2.2
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/cache/RELEASES.md )
- [Commits](https://github.com/actions/toolkit/commits/@actions/cache@3.2.2/packages/cache )
Updates `@typescript-eslint/eslint-plugin` from 6.2.1 to 6.4.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/v6.4.0/packages/eslint-plugin )
Updates `@typescript-eslint/parser` from 6.2.1 to 6.4.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/v6.4.0/packages/parser )
Updates `eslint` from 8.46.0 to 8.47.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/compare/v8.46.0...v8.47.0 )
Updates `eslint-import-resolver-typescript` from 3.5.5 to 3.6.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.5.5...v3.6.0 )
---
updated-dependencies:
- dependency-name: "@actions/cache"
dependency-type: direct:production
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
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
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-08-14 17:43:22 +00:00
Henry Mercer
3ecf990cd2
Merge pull request #1839 from github/mergeback/v2.21.4-to-main-a09933a1
...
Mergeback v2.21.4 refs/heads/releases/v2 into main
2023-08-14 16:04:17 +01:00
github-actions[bot]
96f00f2adf
Update checked-in dependencies
2023-08-14 14:37:28 +00:00
github-actions[bot]
2760c3e6c4
Update changelog and version after v2.21.4
2023-08-14 14:09:37 +00:00
Henry Mercer
a09933a12a
Merge pull request #1838 from github/update-v2.21.4-492a68c32
...
Merge main into releases/v2
2023-08-14 15:06:52 +01:00
Henry Mercer
37116fb629
Fix positioning of bundle update changelog note
2023-08-14 14:16:49 +01:00
github-actions[bot]
c613917766
Update changelog for v2.21.4
2023-08-14 13:13:56 +00:00
Henry Mercer
492a68c323
Merge pull request #1836 from github/henrymercer/analysis-summary-v2-ff
...
Enable language specific baselines via feature flag
2023-08-14 12:57:51 +01:00
Henry Mercer
ac49314877
Merge pull request #1834 from github/henrymercer/analysis-summary-v2-ff
...
Rename new analysis summary feature flag
2023-08-14 10:57:25 +01:00
Henry Mercer
ac35d7a02d
Merge pull request #1835 from github/henrymercer/language-baseline-config
...
Enable language specific baselines via feature flag
2023-08-14 10:57:22 +01:00
Henry Mercer
d03c744ad6
Don't pass --no- flag as it doesn't exist yet
2023-08-11 17:31:20 +01:00
Henry Mercer
a0407a8c60
Add changelog note for rollout
2023-08-11 17:20:49 +01:00
Henry Mercer
8a7b2e9c9b
Enable language specific baselines via feature flag
2023-08-11 17:20:42 +01:00
Henry Mercer
9a510d9b07
Rename new analysis summary feature flag
2023-08-11 15:51:44 +01:00
Henry Mercer
2160dd3b55
Merge pull request #1831 from github/update-bundle/codeql-bundle-v2.14.2
...
Update default bundle to 2.14.2
2023-08-11 12:08:16 +01:00
Henry Mercer
1e14fd9e7a
Merge branch 'main' into update-bundle/codeql-bundle-v2.14.2
2023-08-11 11:15:43 +01:00
Henry Mercer
2ec74e3c0e
Merge pull request #1833 from github/henrymercer/print-commands
...
Log commands manually before executing them
2023-08-10 16:26:15 +01:00
Henry Mercer
25a42462f9
Add changelog note
2023-08-10 15:35:54 +01:00
Henry Mercer
f5920c85ab
Log commands manually before executing them
2023-08-10 15:35:54 +01:00
Henry Mercer
6ed1ccdc9a
Merge pull request #1832 from github/henrymercer/nicer-toolcache-version-numbers
...
Simplify toolcache version number for semantically versioned bundles
2023-08-10 15:32:53 +01:00
Henry Mercer
ceb4b69c73
Add changelog note
2023-08-10 14:40:20 +01:00
Henry Mercer
76584bd0a0
Simplify toolcache version number for semantically versioned bundles
2023-08-10 14:36:04 +01:00
github-actions[bot]
fba32955a0
Add changelog note
2023-08-10 10:18:25 +00:00
github-actions[bot]
f4eba74c80
Update default bundle to codeql-bundle-v2.14.2
2023-08-10 10:18:20 +00:00
Henry Mercer
9e4932e291
Merge pull request #1825 from github/henrymercer/disk-telemetry
...
Add runner disk info and image version to status report
2023-08-09 16:05:09 +01:00
Henry Mercer
bd20e2b607
Add changelog note
2023-08-09 11:52:21 +01:00
Henry Mercer
c93877b070
Merge branch 'main' into henrymercer/disk-telemetry
2023-08-09 11:50:50 +01:00
Henry Mercer
4e9f8a2be4
Merge pull request #1830 from github/mergeback/v2.21.3-to-main-5b6282e0
...
Mergeback v2.21.3 refs/heads/releases/v2 into main
2023-08-08 14:29:33 +01:00
github-actions[bot]
a07ea2da0c
Update checked-in dependencies
2023-08-08 13:07:22 +00:00
github-actions[bot]
9a202d29ad
Update changelog and version after v2.21.3
2023-08-08 13:05:38 +00:00
Henry Mercer
5b6282e01c
Merge pull request #1829 from github/update-v2.21.3-f9a7c6738
...
Merge main into releases/v2
2023-08-08 14:03:24 +01:00
Ian Lynagh
f0f7a35b85
Add changenote for Lombok rollout
2023-08-08 13:25:26 +01:00
github-actions[bot]
dda4ed3db4
Update changelog for v2.21.3
2023-08-08 11:53:34 +00:00
Henry Mercer
f9a7c6738f
Merge pull request #1827 from github/dependabot/npm_and_yarn/npm-5103036bd1
...
Bump the npm group with 3 updates
2023-08-08 11:20:14 +01:00
github-actions[bot]
31b9dd18d4
Update checked-in dependencies
2023-08-07 17:18:57 +00:00
dependabot[bot]
7e2f56aae3
Bump the npm group with 3 updates
...
Bumps the npm group with 3 updates: [@types/sinon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/sinon ), [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) and [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ).
Updates `@types/sinon` from 10.0.15 to 10.0.16
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/sinon )
Updates `@typescript-eslint/eslint-plugin` from 6.2.0 to 6.2.1
- [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/v6.2.1/packages/eslint-plugin )
Updates `@typescript-eslint/parser` from 6.2.0 to 6.2.1
- [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/v6.2.1/packages/parser )
---
updated-dependencies:
- dependency-name: "@types/sinon"
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-patch
dependency-group: npm
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-08-07 17:16:04 +00:00
Henry Mercer
834f08becb
Merge branch 'main' into henrymercer/disk-telemetry
2023-08-07 17:56:50 +01:00
Henry Mercer
878ae4a749
Merge pull request #1823 from github/henrymercer/setup-swift-more-consistent
...
PR checks: Make Swift setup more consistent with default setup
2023-08-07 17:39:16 +01:00
Henry Mercer
63602c0f72
Merge pull request #1824 from github/henrymercer/cli-notifications-fix
...
Only workaround invalid notifications for CodeQL CLI 2.13.0 and earlier
2023-08-07 17:38:59 +01:00
Henry Mercer
66dc883276
Merge pull request #1826 from github/henrymercer/increase-reserved-scaling-factor
...
Increase scaling factor for reserved RAM to 5%
2023-08-07 17:32:27 +01:00
Henry Mercer
97ce1b094a
Ignore test files in env vars query
2023-08-07 17:31:09 +01:00
Henry Mercer
ba5812e64f
Add ImageVersion to safe env vars for default setup
2023-08-07 17:29:12 +01:00
Henry Mercer
2203178090
Increase scaling factor for reserved RAM to 5%
2023-08-07 16:56:27 +01:00
Henry Mercer
3b25789080
Add runner image version to status report
2023-08-07 16:27:56 +01:00
Henry Mercer
7dcb3e5276
Include runner disk info in status report
2023-08-07 16:27:56 +01:00
Henry Mercer
09ce3dbf90
Sort interfaces and enums
2023-08-07 16:27:56 +01:00
Henry Mercer
c6d284324b
Pull out a dedicated status report file
2023-08-07 16:13:59 +01:00
Henry Mercer
c55207f0a2
Use vendored TypeScript version for VS Code
2023-08-07 15:08:32 +01:00
Henry Mercer
45e889b4b3
Install check-disk-space Node package
2023-08-07 15:08:26 +01:00
Henry Mercer
131cb1abb1
Suppress VS Code git limit warnings during package install
2023-08-07 11:46:47 +01:00
Henry Mercer
0ff6cfb53c
Only workaround invalid notifications for CodeQL CLI 2.13.0 and earlier
2023-08-03 22:22:31 +01:00
Henry Mercer
f128379387
Make Swift setup more consistent with default setup
2023-08-03 17:23:31 +01:00
Angela P Wen
1f63aba653
PR Checks: Test codeql-bundle.tar.gz ( #1822 )
2023-08-03 15:38:21 +00:00
Henry Mercer
a98b9bd46b
Merge pull request #1821 from github/henrymercer/pr-checks/improve-version-naming
...
PR checks: Rename `cached` to `default`
2023-08-03 12:02:16 +01:00
Henry Mercer
49e0fc2ba1
PR checks: Rename cached to default
2023-08-02 18:02:10 +01:00
Florin Coada
2192e3432b
Merge pull request #1809 from github/igfoo/code_scanning_codeql_java_lombok
...
Add support for the code_scanning_codeql_java_lombok feature flag
2023-08-02 12:47:52 +01:00
Angela P Wen
1b6e91df31
Autogenerate source map
2023-08-02 11:54:32 +02:00
Angela P Wen
c32aadf8fd
Merge branch 'main' into igfoo/code_scanning_codeql_java_lombok
2023-08-02 02:44:05 -07:00
Angela P Wen
7d646d3301
Empty commit
2023-08-02 11:40:37 +02:00
Henry Mercer
7b79062de0
Merge pull request #1820 from github/henrymercer/delete-bundle-archive
...
Clean up the bundle archive after extracting it
2023-08-01 20:16:50 +01:00
Henry Mercer
61cdd2503b
Factor out common code for cleaning up bundle artifacts
2023-08-01 19:47:57 +01:00
Henry Mercer
92c848eb82
Improve variable naming
2023-08-01 19:21:17 +01:00
Henry Mercer
f93fb8df6e
Clean up non-toolcached bundle
2023-08-01 18:50:45 +01:00
Henry Mercer
ea47b2ae40
Add changelog note
2023-08-01 17:54:33 +01:00
Henry Mercer
38adb40e7a
Delete bundle archive after extracting it
2023-08-01 17:49:21 +01:00
dependabot[bot]
e7e35baaf0
Bump the npm group with 2 updates ( #1819 )
...
* Bump the npm group with 2 updates
Bumps the npm group with 2 updates: [eslint](https://github.com/eslint/eslint ) and [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import ).
Updates `eslint` from 8.45.0 to 8.46.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/compare/v8.45.0...v8.46.0 )
Updates `eslint-plugin-import` from 2.27.5 to 2.28.0
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases )
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md )
- [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.27.5...v2.28.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: npm
- dependency-name: eslint-plugin-import
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: npm
...
Signed-off-by: dependabot[bot] <support@github.com >
* Update checked-in dependencies
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-08-01 03:35:02 -07:00
Nick Rolfe
a6b0ced86b
Merge pull request #1818 from github/nickrolfe/disable-intra-layer-parallelism
...
Pass explicit option to disable intra-layer parallelism
2023-07-31 12:15:52 +01:00
Henry Mercer
6a17359b95
Merge pull request #1816 from github/henrymercer/more-user-errors
...
Categorize more user errors correctly in telemetry
2023-07-31 11:56:57 +01:00
Henry Mercer
245422d4c0
Merge pull request #1815 from github/henrymercer/update-readme
...
Simplify README to recommend default setup and refer to docs
2023-07-31 11:56:04 +01:00
Nick Rolfe
c7b7456c9e
Pass explicit option to disable intra-layer parallelism
2023-07-31 11:47:25 +01:00
Nick Rolfe
cf445f7cf3
Merge pull request #1817 from github/nickrolfe/evaluator-intra-layer-parallelism-ff
...
Use feature flag to enable evaluator intra-layer parallelism
2023-07-31 11:03:26 +01:00
Nick Rolfe
2f8540dd31
Add CHANGELOG entry for intra-layer parallelism rollout
2023-07-31 10:08:17 +01:00
Nick Rolfe
bc068d74aa
Use feature flag to enable evaluator intra-layer parallelism
2023-07-31 09:44:35 +01:00
Henry Mercer
bcfe48982e
Improve function name
2023-07-28 18:51:43 +01:00
Henry Mercer
79690d4663
Make submitting advanced analysis when default setup on a user error
2023-07-28 18:21:38 +01:00
Henry Mercer
5691205077
Make not specifying a required input a user error
2023-07-28 18:18:27 +01:00
Henry Mercer
d9d3212c79
Simplify README to recommend default setup and refer to docs
2023-07-28 17:30:34 +01:00
Henry Mercer
81ae676e79
Merge pull request #1812 from github/henrymercer/no-loc-baseline-for-new-summary
...
Don't print the lines of code baseline when new analysis summary enabled
2023-07-28 17:18:54 +01:00
Alexander Eyers-Taylor
c8b21b59d1
Merge pull request #1814 from github/mergeback/v2.21.2-to-main-0ba42444
...
Mergeback v2.21.2 refs/heads/releases/v2 into main
2023-07-28 16:09:27 +01:00
github-actions[bot]
7c2bd355f3
Update checked-in dependencies
2023-07-28 14:10:21 +00:00
github-actions[bot]
868eec5e6d
Update changelog and version after v2.21.2
2023-07-28 14:07:45 +00:00
Alexander Eyers-Taylor
0ba4244466
Merge pull request #1813 from github/update-v2.21.2-10c6bfee1
...
Merge main into releases/v2
2023-07-28 15:05:12 +01:00
Ian Lynagh
eea148f0e6
Run "npm run build"
2023-07-28 14:56:05 +01:00
Ian Lynagh
34090feb56
Lombok: Only do anything if Java is being analysed
2023-07-28 14:55:23 +01:00
github-actions[bot]
a9a416c8f4
Update changelog for v2.21.2
2023-07-28 13:26:48 +00:00
Henry Mercer
10c6bfee12
Merge pull request #1811 from github/henrymercer/print-summary-once
...
Only print the analysis summary once
2023-07-28 14:23:58 +01:00
Henry Mercer
67e62e7b01
Don't print the lines of code baseline when new analysis summary enabled
2023-07-28 14:03:02 +01:00
Henry Mercer
feea86eed3
Merge pull request #1810 from github/henrymercer/ci/use-platform-specific-bundles
...
Use platform specific bundles in PR checks
2023-07-28 13:49:54 +01:00
Henry Mercer
2e6f8c08c1
Add changelog note
2023-07-28 13:06:35 +01:00
Henry Mercer
8342844ea7
Only print the analysis summary once
2023-07-28 12:29:10 +01:00
Henry Mercer
679aac1b20
Use platform specific bundles in PR checks
2023-07-28 12:06:57 +01:00
Alexander Eyers-Taylor
de6681ceb7
Merge pull request #1797 from github/update-bundle/codeql-bundle-v2.14.1
...
Update default bundle to 2.14.1
2023-07-27 13:16:33 +01:00
Alexander Eyers-Taylor
f6fe5c5c70
Merge branch 'main' into update-bundle/codeql-bundle-v2.14.1
2023-07-27 12:53:27 +01:00
Ian Lynagh
976ada262f
Regen
2023-07-27 12:45:19 +01:00
Ian Lynagh
c946707707
Pass codeql in to check
2023-07-27 12:45:08 +01:00
Ian Lynagh
4f6104c444
Run "npm run build"
2023-07-27 12:37:40 +01:00
Ian Lynagh
a27d3e9355
Fix lint suggestions
2023-07-27 12:36:57 +01:00
Ian Lynagh
cae6b78afc
Be more consistent
2023-07-27 12:30:08 +01:00
Ian Lynagh
097823f389
Add support for the code_scanning_codeql_java_lombok feature flag
2023-07-27 12:19:38 +01:00
Andrew Eisenberg
62762170e1
Merge pull request #1808 from github/mergeback/v2.21.1-to-main-6ca1aa8c
...
Mergeback v2.21.1 refs/heads/releases/v2 into main
2023-07-26 12:11:01 -07:00
github-actions[bot]
e4ccfbd189
Update checked-in dependencies
2023-07-26 18:38:43 +00:00
github-actions[bot]
eaa61762f4
Update changelog and version after v2.21.1
2023-07-26 18:34:36 +00:00
Henry Mercer
6ca1aa8c19
Merge pull request #1807 from github/update-v2.21.1-055b396ea
...
Merge main into releases/v2
2023-07-26 19:32:45 +01:00
github-actions[bot]
84a55d4e11
Update changelog for v2.21.1
2023-07-26 16:20:35 +00:00
Stephan Brandauer
055b396ea2
Merge pull request #1800 from github/dependabot/pip/python-setup/tests/poetry/python-3.8/certifi-2023.7.22
...
Bump certifi from 2022.12.7 to 2023.7.22 in /python-setup/tests/poetry/python-3.8
2023-07-26 13:46:36 +02:00
Stephan Brandauer
98d57a1337
Merge pull request #1801 from github/dependabot/pip/python-setup/tests/poetry/requests-3/certifi-2023.7.22
...
Bump certifi from 2022.12.7 to 2023.7.22 in /python-setup/tests/poetry/requests-3
2023-07-26 13:46:20 +02:00
Stephan Brandauer
1ba3eaa7d3
Merge pull request #1802 from github/dependabot/pip/python-setup/tests/pipenv/requests-3/certifi-2023.7.22
...
Bump certifi from 2023.5.7 to 2023.7.22 in /python-setup/tests/pipenv/requests-3
2023-07-26 13:46:05 +02:00
Stephan Brandauer
233b9834e6
Merge pull request #1803 from github/dependabot/pip/python-setup/tests/pipenv/python-3.8/certifi-2023.7.22
...
Bump certifi from 2023.5.7 to 2023.7.22 in /python-setup/tests/pipenv/python-3.8
2023-07-26 13:45:43 +02:00
Stephan Brandauer
9cbfcfde24
Merge branch 'main' into dependabot/pip/python-setup/tests/pipenv/requests-3/certifi-2023.7.22
2023-07-26 12:40:45 +02:00
Stephan Brandauer
7a8ccc55bf
Merge branch 'main' into dependabot/pip/python-setup/tests/poetry/requests-3/certifi-2023.7.22
2023-07-26 12:40:43 +02:00
Stephan Brandauer
ac0d76444a
Merge branch 'main' into dependabot/pip/python-setup/tests/poetry/python-3.8/certifi-2023.7.22
2023-07-26 12:40:39 +02:00
Stephan Brandauer
500b1fac79
Merge branch 'main' into dependabot/pip/python-setup/tests/pipenv/python-3.8/certifi-2023.7.22
2023-07-26 12:40:26 +02:00
Stephan Brandauer
d89d3764f8
Merge pull request #1804 from github/dependabot/npm_and_yarn/npm-a99d24b4d9
...
Bump the npm group with 2 updates
2023-07-26 12:39:48 +02:00
Stephan Brandauer
654518ea06
Merge branch 'main' into dependabot/npm_and_yarn/npm-a99d24b4d9
2023-07-26 10:54:26 +02:00
Andrew Eisenberg
1a480074ee
Merge pull request #1805 from jsoref/issue-1799
...
Add output for analyze action output path
2023-07-25 15:13:44 -07:00
Josh Soref
8ab72a0f47
Add output for analyze action output path
2023-07-25 16:03:16 -04:00
github-actions[bot]
658a20c06e
Update checked-in dependencies
2023-07-25 17:07:05 +00:00
dependabot[bot]
818b10d9bb
Bump the npm group with 2 updates
...
Bumps the npm group with 2 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) and [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ).
Updates `@typescript-eslint/eslint-plugin` from 6.1.0 to 6.2.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/v6.2.0/packages/eslint-plugin )
Updates `@typescript-eslint/parser` from 6.1.0 to 6.2.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/v6.2.0/packages/parser )
---
updated-dependencies:
- 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
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-07-25 16:40:22 +00:00
dependabot[bot]
126f9c6282
Bump certifi in /python-setup/tests/pipenv/python-3.8
...
Bumps [certifi](https://github.com/certifi/python-certifi ) from 2023.5.7 to 2023.7.22.
- [Commits](https://github.com/certifi/python-certifi/compare/2023.05.07...2023.07.22 )
---
updated-dependencies:
- dependency-name: certifi
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-07-25 16:40:15 +00:00
dependabot[bot]
cfd7e3df84
Bump certifi in /python-setup/tests/pipenv/requests-3
...
Bumps [certifi](https://github.com/certifi/python-certifi ) from 2023.5.7 to 2023.7.22.
- [Commits](https://github.com/certifi/python-certifi/compare/2023.05.07...2023.07.22 )
---
updated-dependencies:
- dependency-name: certifi
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-07-25 16:39:45 +00:00
dependabot[bot]
c974f40fee
Bump certifi in /python-setup/tests/poetry/requests-3
...
Bumps [certifi](https://github.com/certifi/python-certifi ) from 2022.12.7 to 2023.7.22.
- [Commits](https://github.com/certifi/python-certifi/compare/2022.12.07...2023.07.22 )
---
updated-dependencies:
- dependency-name: certifi
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-07-25 16:39:42 +00:00
dependabot[bot]
d34eb386d4
Bump certifi in /python-setup/tests/poetry/python-3.8
...
Bumps [certifi](https://github.com/certifi/python-certifi ) from 2022.12.7 to 2023.7.22.
- [Commits](https://github.com/certifi/python-certifi/compare/2022.12.07...2023.07.22 )
---
updated-dependencies:
- dependency-name: certifi
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-07-25 16:39:37 +00:00
Angela P Wen
c57b27e4b7
Merge pull request #1798 from github/dependabot/npm_and_yarn/npm-7f457b68a6
...
Bump the npm group with 2 updates: `@schemastore/package` and `eslint-plugin-github`.
2023-07-25 18:34:52 +02:00
Angela P Wen
d1d5f4de97
Remove schemastore from Dependabot ignore
2023-07-25 18:00:43 +02:00
Angela P Wen
badeebcb1a
Ignore prior commit in git blame
2023-07-25 17:59:56 +02:00
Angela P Wen
b16296be30
Auto-fix linting errors
2023-07-25 10:34:21 +02:00
github-actions[bot]
eff6331393
Update checked-in dependencies
2023-07-24 17:15:38 +00:00
dependabot[bot]
601c5ba56e
Bump the npm group with 2 updates
...
Bumps the npm group with 2 updates: [@schemastore/package](https://github.com/ffflorian/schemastore-updater ) and [eslint-plugin-github](https://github.com/github/eslint-plugin-github ).
Updates `@schemastore/package` from 0.0.8 to 0.0.10
- [Release notes](https://github.com/ffflorian/schemastore-updater/releases )
- [Commits](https://github.com/ffflorian/schemastore-updater/commits )
Updates `eslint-plugin-github` from 4.9.0 to 4.9.2
- [Release notes](https://github.com/github/eslint-plugin-github/releases )
- [Commits](https://github.com/github/eslint-plugin-github/compare/v4.9.0...v4.9.2 )
---
updated-dependencies:
- dependency-name: "@schemastore/package"
dependency-type: direct:production
update-type: version-update:semver-patch
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 >
2023-07-24 17:12:49 +00:00
Henry Mercer
57a11be8e4
Merge pull request #1795 from github/henrymercer/use-more-cli-errors
...
Improve handling of fatal CLI errors
2023-07-24 17:16:47 +01:00
Henry Mercer
7197f58bbf
Add JSDoc for extractFatalErrors
2023-07-24 16:47:33 +01:00
github-actions[bot]
3007c1e340
Add changelog note
2023-07-24 15:17:23 +00:00
github-actions[bot]
4a2e8975cd
Update default bundle to codeql-bundle-v2.14.1
2023-07-24 15:17:18 +00:00
Henry Mercer
7b6664fa89
Merge pull request #1796 from github/henrymercer/scaling-ram-larger-runners-only
...
Scale the amount of reserved RAM on large runners only
2023-07-24 12:47:48 +01:00
Henry Mercer
fda93d8ef5
Apply scaling reserved RAM to large runners only
2023-07-21 18:00:34 +01:00
Henry Mercer
18ae9813bf
Test memory flag computation across all platforms and system RAM values
2023-07-21 17:55:17 +01:00
Henry Mercer
47952bf4c2
Remove generated files associated with deleted code
2023-07-21 15:29:04 +01:00
Henry Mercer
5bbe7a2b8c
Add test for summarizing several fatal errors
2023-07-21 15:27:57 +01:00
Henry Mercer
9fc0c931c7
Add changelog note
2023-07-21 15:16:58 +01:00
Henry Mercer
fdedc91de2
Improve formatting of fatal errors
2023-07-21 14:39:30 +01:00
Henry Mercer
2eb34f2fb9
Always include exit code in first line of CommandInvocationError
2023-07-21 14:26:44 +01:00
Henry Mercer
a3ef0b984b
Include fatal error context on a single line where possible
2023-07-21 14:24:59 +01:00
Henry Mercer
65a297b952
Display the error message on one line if possible
2023-07-21 14:14:07 +01:00
Henry Mercer
0f871fa80d
Improve CommandInvocationError message
2023-07-21 14:13:17 +01:00
Henry Mercer
c84418936e
Add additional tests for database finalize behavior
2023-07-21 14:12:37 +01:00
Henry Mercer
e94e15d8dd
Fix extra whitespace in CommandInvocationError
2023-07-21 14:12:36 +01:00
Henry Mercer
21c926745f
Capture the details of fatal errors
2023-07-21 14:11:51 +01:00
Henry Mercer
76b2afaa4a
Display the CLI's no code found error for CodeQL 2.12.4+
2023-07-20 18:16:02 +01:00
Peter Newman
ce84bed594
Correct the no code found URL ( #1779 )
2023-07-20 01:20:31 -07:00
Henry Mercer
d0dd7d77b4
Merge pull request #1794 from github/henrymercer/resolve-cyclic-imports
...
Resolve cyclic imports
2023-07-19 19:24:10 +01:00
Henry Mercer
466dbc913e
Merge pull request #1792 from github/mergeback/v2.21.0-to-main-1813ca74
...
Mergeback v2.21.0 refs/heads/releases/v2 into main
2023-07-19 17:46:06 +01:00
Henry Mercer
bac7c32ff7
Resolve the final dependency cycle!
2023-07-19 17:37:43 +01:00
Henry Mercer
5658fd1df2
Fix dependency cycle between trap-caching and init
2023-07-19 17:30:33 +01:00
Henry Mercer
2637069a45
Resolve dependency cycles between actions-util and workflow
2023-07-19 17:21:33 +01:00
Henry Mercer
0bc4788cf7
Resolve dependency cycle between api-client and actions-util
2023-07-19 17:01:05 +01:00
Henry Mercer
004f976bef
Fix dependency cycle between util and config-utils
2023-07-19 16:48:21 +01:00
Henry Mercer
d577d6f6b1
Resolve dependency cycle between util and API client
2023-07-19 16:40:31 +01:00
Henry Mercer
9922e17dbb
Move code scanning config enablement into feature flags
2023-07-19 15:57:59 +01:00
Henry Mercer
bf162c4114
Enable no cyclic dependencies eslint rule
2023-07-19 15:53:39 +01:00
Henry Mercer
79ad6142b1
Update script to put unreleased section in the right place
2023-07-19 13:56:46 +01:00
github-actions[bot]
6484fb09f6
Update checked-in dependencies
2023-07-19 12:53:51 +00:00
github-actions[bot]
c1144b5fa0
Update changelog and version after v2.21.0
2023-07-19 12:49:44 +00:00
Henry Mercer
1813ca74c3
Merge pull request #1791 from github/update-v2.21.0-6ae46f7a9
...
Merge main into releases/v2
2023-07-19 13:47:34 +01:00
github-actions[bot]
6843540876
Update changelog for v2.21.0
2023-07-19 12:14:55 +00:00
Henry Mercer
6ae46f7a92
Merge pull request #1790 from github/henrymercer/aborted-user-error
...
Report user errors in the abort stage appropriately
2023-07-18 18:10:04 +01:00
Henry Mercer
0cae69e062
Report user errors in the abort stage appropriately
2023-07-18 17:22:13 +01:00
Tom Bolton
d2ed0a05b6
Merge pull request #1786 from github/dependabot/npm_and_yarn/npm-0a410f26d2
...
Bump the npm group with 6 updates
2023-07-18 14:22:17 +01:00
Henry Mercer
651d09131a
Merge pull request #1788 from github/henrymercer/fix-feature-flag-usage
...
Fixes for new analysis summary and scaling reserved RAM feature flag usage
2023-07-18 14:14:43 +01:00
Henry Mercer
e0f0892f83
Add tests for new analysis summary feature flag
2023-07-18 13:43:44 +01:00
Henry Mercer
27d3b2f857
Fix scaling reserved RAM feature flag naming
2023-07-18 13:41:05 +01:00
Henry Mercer
da4e0a06c0
Fix CodeQL version checks
2023-07-18 13:41:05 +01:00
github-actions[bot]
e266801e21
Update checked-in dependencies
2023-07-17 20:17:37 +00:00
dependabot[bot]
99c9f6a498
Bump the npm group with 6 updates
...
Bumps the npm group with 6 updates:
| Package | Update |
| --- | --- |
| [@types/sinon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/sinon ) | 10.0.2 to 10.0.15 |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) | 6.0.0 to 6.1.0 |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) | 6.0.0 to 6.1.0 |
| [eslint](https://github.com/eslint/eslint ) | 8.44.0 to 8.45.0 |
| [eslint-plugin-github](https://github.com/github/eslint-plugin-github ) | 4.8.0 to 4.9.0 |
| [nock](https://github.com/nock/nock ) | 13.3.1 to 13.3.2 |
Updates `@types/sinon` from 10.0.2 to 10.0.15
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/sinon )
Updates `@typescript-eslint/eslint-plugin` from 6.0.0 to 6.1.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/v6.1.0/packages/eslint-plugin )
Updates `@typescript-eslint/parser` from 6.0.0 to 6.1.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/v6.1.0/packages/parser )
Updates `eslint` from 8.44.0 to 8.45.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/compare/v8.44.0...v8.45.0 )
Updates `eslint-plugin-github` from 4.8.0 to 4.9.0
- [Release notes](https://github.com/github/eslint-plugin-github/releases )
- [Commits](https://github.com/github/eslint-plugin-github/compare/v4.8.0...v4.9.0 )
Updates `nock` from 13.3.1 to 13.3.2
- [Release notes](https://github.com/nock/nock/releases )
- [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md )
- [Commits](https://github.com/nock/nock/compare/v13.3.1...v13.3.2 )
---
updated-dependencies:
- dependency-name: "@types/sinon"
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
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: nock
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-07-17 20:14:19 +00:00
Henry Mercer
942acabcd0
Merge pull request #1785 from github/henrymercer/ignore-incompatible-dependencies
...
Update Dependabot config to ignore incompatible updates
2023-07-17 21:11:35 +01:00
Henry Mercer
e0806ce653
Update Dependabot config to ignore incompatible updates
2023-07-17 19:01:20 +01:00
Henry Mercer
84e042b8a4
Merge pull request #1783 from github/henrymercer/check-sarif-node16
...
Run check-sarif Action using Node 16
2023-07-17 18:54:32 +01:00
Henry Mercer
5719ca3eb6
Run check-sarif Action using Node 16
...
`using: node12` Actions have already been running using Node 16 for
some time.
2023-07-17 18:29:59 +01:00
Henry Mercer
d85a177b9b
Merge pull request #1780 from github/henrymercer/remove-redundant-env-var
...
Remove redundant environment variable from PR check
2023-07-17 17:35:06 +01:00
Henry Mercer
2e8581811e
Remove redundant environment variable from PR check
2023-07-17 15:42:21 +01:00
Henry Mercer
262017ad69
Merge pull request #1759 from github/update-supported-enterprise-server-versions
...
Update supported GitHub Enterprise Server versions
2023-07-17 14:13:35 +01:00
Henry Mercer
eb1ef12e40
Merge branch 'main' into update-supported-enterprise-server-versions
2023-07-17 13:35:17 +01:00
Henry Mercer
2ff6d83d07
Merge pull request #1724 from github/henrymercer/bump-minimum-codeql-version
...
Bump minimum CodeQL version to 2.9.4
2023-07-17 13:32:48 +01:00
Henry Mercer
5246291397
Merge branch 'main' into henrymercer/bump-minimum-codeql-version
2023-07-14 16:16:25 +01:00
Chuan-kai Lin
013a1d0cb2
Merge pull request #1778 from github/mergeback/v2.20.4-to-main-489225d8
...
Mergeback v2.20.4 refs/heads/releases/v2 into main
2023-07-14 07:36:36 -07:00
github-actions[bot]
aedd8c2a63
Update checked-in dependencies
2023-07-14 14:05:35 +00:00
github-actions[bot]
9a97b34d8c
Update changelog and version after v2.20.4
2023-07-14 13:59:05 +00:00
Chuan-kai Lin
489225d82a
Merge pull request #1777 from github/update-v2.20.4-a148c5807
...
Merge main into releases/v2
2023-07-14 06:57:01 -07:00
github-actions[bot]
1b6383d6be
Update changelog for v2.20.4
2023-07-14 13:16:51 +00:00
Andrew Eisenberg
a148c58075
Merge pull request #1776 from github/aeisenberg/changelog-releases
...
Add link to releases page in changelog
2023-07-13 13:51:06 -07:00
Andrew Eisenberg
50527c5dba
Add link to releases page in changelog
2023-07-13 12:24:36 -07:00
Chuan-kai Lin
814b2edab6
Merge pull request #1762 from github/update-bundle/codeql-bundle-v2.14.0
...
Update default bundle to 2.14.0
2023-07-13 09:36:56 -07:00
Chuan-kai Lin
d2baed4b69
Merge branch 'main' into update-bundle/codeql-bundle-v2.14.0
2023-07-13 08:19:40 -07:00
Henry Mercer
c5526174a5
Merge pull request #1774 from github/dependabot/npm_and_yarn/npm-a34e423e98
...
Bump the npm group with 21 updates
2023-07-13 12:14:16 +01:00
Henry Mercer
c1f49580cf
Fix dependency incompatibilities
2023-07-13 11:20:39 +01:00
github-actions[bot]
40a500c743
Update checked-in dependencies
2023-07-13 09:09:17 +00:00
dependabot[bot]
4fad06f438
Bump the npm group with 21 updates
...
Bumps the npm group with 21 updates:
| Package | Update |
| --- | --- |
| [@actions/artifact](https://github.com/actions/toolkit/tree/HEAD/packages/artifact ) | 1.1.0 to 1.1.1 |
| [@actions/io](https://github.com/actions/toolkit/tree/HEAD/packages/io ) | 1.1.2 to 1.1.3 |
| [@octokit/plugin-retry](https://github.com/octokit/plugin-retry.js ) | 5.0.2 to 6.0.0 |
| [@schemastore/package](https://github.com/ffflorian/schemastore-updater ) | 0.0.6 to 0.0.9 |
| [@types/uuid](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/uuid ) | 9.0.0 to 9.0.2 |
| [adm-zip](https://github.com/cthackers/adm-zip ) | 0.5.9 to 0.5.10 |
| [del](https://github.com/sindresorhus/del ) | 6.1.1 to 7.0.0 |
| [long](https://github.com/dcodeIO/long.js ) | 5.2.0 to 5.2.3 |
| [@ava/typescript](https://github.com/avajs/typescript ) | 4.0.0 to 4.1.0 |
| [@types/semver](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/semver ) | 7.3.13 to 7.5.0 |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) | 5.48.2 to 6.0.0 |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) | 5.56.0 to 6.0.0 |
| [ava](https://github.com/avajs/ava ) | 5.1.1 to 5.3.1 |
| [eslint](https://github.com/eslint/eslint ) | 8.32.0 to 8.44.0 |
| [eslint-import-resolver-typescript](https://github.com/import-js/eslint-import-resolver-typescript ) | 3.5.3 to 3.5.5 |
| [eslint-plugin-github](https://github.com/github/eslint-plugin-github ) | 4.6.0 to 4.8.0 |
| [micromatch](https://github.com/micromatch/micromatch ) | 4.0.4 to 4.0.5 |
| [nock](https://github.com/nock/nock ) | 13.1.1 to 13.3.1 |
| [removeNPMAbsolutePaths](https://github.com/juanjoDiaz/removeNPMAbsolutePaths ) | 3.0.0 to 3.0.1 |
| [sinon](https://github.com/sinonjs/sinon ) | 15.0.1 to 15.2.0 |
| [typescript](https://github.com/Microsoft/TypeScript ) | 5.0.2 to 5.1.6 |
Updates `@actions/artifact` from 1.1.0 to 1.1.1
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/artifact/RELEASES.md )
- [Commits](https://github.com/actions/toolkit/commits/@actions/tool-cache@1.1.1/packages/artifact )
Updates `@actions/io` from 1.1.2 to 1.1.3
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/io/RELEASES.md )
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/io )
Updates `@octokit/plugin-retry` from 5.0.2 to 6.0.0
- [Release notes](https://github.com/octokit/plugin-retry.js/releases )
- [Commits](https://github.com/octokit/plugin-retry.js/compare/v5.0.2...v6.0.0 )
Updates `@schemastore/package` from 0.0.6 to 0.0.9
- [Release notes](https://github.com/ffflorian/schemastore-updater/releases )
- [Commits](https://github.com/ffflorian/schemastore-updater/commits )
Updates `@types/uuid` from 9.0.0 to 9.0.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/uuid )
Updates `adm-zip` from 0.5.9 to 0.5.10
- [Release notes](https://github.com/cthackers/adm-zip/releases )
- [Changelog](https://github.com/cthackers/adm-zip/blob/master/history.md )
- [Commits](https://github.com/cthackers/adm-zip/commits/v0.5.10 )
Updates `del` from 6.1.1 to 7.0.0
- [Release notes](https://github.com/sindresorhus/del/releases )
- [Commits](https://github.com/sindresorhus/del/compare/v6.1.1...v7.0.0 )
Updates `long` from 5.2.0 to 5.2.3
- [Release notes](https://github.com/dcodeIO/long.js/releases )
- [Commits](https://github.com/dcodeIO/long.js/compare/v5.2.0...v5.2.3 )
Updates `@ava/typescript` from 4.0.0 to 4.1.0
- [Release notes](https://github.com/avajs/typescript/releases )
- [Commits](https://github.com/avajs/typescript/compare/v4.0.0...v4.1.0 )
Updates `@types/semver` from 7.3.13 to 7.5.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/semver )
Updates `@typescript-eslint/eslint-plugin` from 5.48.2 to 6.0.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/v6.0.0/packages/eslint-plugin )
Updates `@typescript-eslint/parser` from 5.56.0 to 6.0.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/v6.0.0/packages/parser )
Updates `ava` from 5.1.1 to 5.3.1
- [Release notes](https://github.com/avajs/ava/releases )
- [Commits](https://github.com/avajs/ava/compare/v5.1.1...v5.3.1 )
Updates `eslint` from 8.32.0 to 8.44.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/compare/v8.32.0...v8.44.0 )
Updates `eslint-import-resolver-typescript` from 3.5.3 to 3.5.5
- [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.5.3...v3.5.5 )
Updates `eslint-plugin-github` from 4.6.0 to 4.8.0
- [Release notes](https://github.com/github/eslint-plugin-github/releases )
- [Commits](https://github.com/github/eslint-plugin-github/compare/v4.6.0...v4.8.0 )
Updates `micromatch` from 4.0.4 to 4.0.5
- [Release notes](https://github.com/micromatch/micromatch/releases )
- [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md )
- [Commits](https://github.com/micromatch/micromatch/compare/4.0.4...4.0.5 )
Updates `nock` from 13.1.1 to 13.3.1
- [Release notes](https://github.com/nock/nock/releases )
- [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md )
- [Commits](https://github.com/nock/nock/compare/v13.1.1...v13.3.1 )
Updates `removeNPMAbsolutePaths` from 3.0.0 to 3.0.1
- [Release notes](https://github.com/juanjoDiaz/removeNPMAbsolutePaths/releases )
- [Commits](https://github.com/juanjoDiaz/removeNPMAbsolutePaths/compare/v3.0.0...v3.0.1 )
Updates `sinon` from 15.0.1 to 15.2.0
- [Release notes](https://github.com/sinonjs/sinon/releases )
- [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md )
- [Commits](https://github.com/sinonjs/sinon/compare/v15.0.1...v15.2.0 )
Updates `typescript` from 5.0.2 to 5.1.6
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.0.2...v5.1.6 )
---
updated-dependencies:
- dependency-name: "@actions/artifact"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: npm
- dependency-name: "@actions/io"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: npm
- dependency-name: "@octokit/plugin-retry"
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: npm
- dependency-name: "@schemastore/package"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: npm
- dependency-name: "@types/uuid"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: npm
- dependency-name: adm-zip
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: npm
- dependency-name: del
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: npm
- dependency-name: long
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: npm
- dependency-name: "@ava/typescript"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: npm
- dependency-name: "@types/semver"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: npm
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: npm
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: npm
- dependency-name: ava
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: npm
- dependency-name: eslint
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-patch
dependency-group: npm
- dependency-name: eslint-plugin-github
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: npm
- dependency-name: micromatch
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm
- dependency-name: nock
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: npm
- dependency-name: removeNPMAbsolutePaths
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm
- dependency-name: sinon
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 >
2023-07-13 09:06:22 +00:00
Henry Mercer
07224254ab
Merge pull request #1773 from github/henrymercer/dependabot-grouped-updates
...
Group together dependency updates
2023-07-13 10:01:14 +01:00
Rasmus Wriedt Larsen
7d35788421
Merge pull request #1772 from github/RasmusWL/fix-pipenv
...
python-setup: Fix pipenv (`--keep-outdated` deprecated)
2023-07-13 09:32:14 +02:00
Henry Mercer
36928bf506
Group together npm dependency updates
2023-07-12 18:15:29 +01:00
Rasmus Wriedt Larsen
d1a140b28e
python-setup: Fix pipenv (--keep-outdated deprecated)
...
Recently released pipenv removed support for `--keep-outdated` flag (see https://github.com/pypa/pipenv/blob/main/CHANGELOG.rst#pipenv-202379-2023-07-09 )
Local testing showed that installation was fine without this 👍
2023-07-12 17:09:00 +02:00
Henry Mercer
12aa0a6e01
Merge pull request #1771 from github/henrymercer/update-semver
...
Bump semver
2023-07-12 10:52:52 +01:00
Henry Mercer
4b7eb74ef5
Bump semver
2023-07-11 20:48:18 +01:00
Angela P Wen
863a05b28b
Nest alertCounts object in event_report.properties ( #1770 )
2023-07-11 09:20:29 -07:00
Henry Mercer
d6c8719550
Merge pull request #1769 from github/henrymercer/bump-caniuse
...
Update `caniuse-lite` dependency
2023-07-11 14:25:15 +01:00
Henry Mercer
859354c7e2
Merge pull request #1768 from github/henrymercer/no-languages-user-error
...
Telemetry: Mark configuration errors as user errors
2023-07-11 13:42:55 +01:00
Henry Mercer
0fc0483240
Update caniuse-lite dependency
2023-07-11 13:17:55 +01:00
Henry Mercer
e828ed68c6
Use Error for test errors
2023-07-11 13:08:50 +01:00
Henry Mercer
6639a31758
Mark configuration errors as user errors
2023-07-11 11:05:40 +01:00
Henry Mercer
95a5fda31a
Merge pull request #1765 from github/dependabot/npm_and_yarn/octokit/types-11.1.0
...
Bump @octokit/types from 10.0.0 to 11.1.0
2023-07-10 21:29:49 +01:00
github-actions[bot]
b3406fda8f
Update checked-in dependencies
2023-07-10 17:46:35 +00:00
dependabot[bot]
916cfef293
Bump @octokit/types from 10.0.0 to 11.1.0
...
Bumps [@octokit/types](https://github.com/octokit/types.ts ) from 10.0.0 to 11.1.0.
- [Release notes](https://github.com/octokit/types.ts/releases )
- [Commits](https://github.com/octokit/types.ts/compare/v10.0.0...v11.1.0 )
---
updated-dependencies:
- dependency-name: "@octokit/types"
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-07-10 17:42:54 +00:00
Henry Mercer
fed45865ba
Merge branch 'main' into henrymercer/bump-minimum-codeql-version
2023-07-10 13:21:51 +01:00
Nick Rolfe
6a07b2ad43
Merge pull request #1760 from github/nickrolfe/scaling-memory
...
Respect `scaling_reserved_ram` feature flag
2023-07-10 10:25:38 +01:00
dependabot[bot]
8f80d7761c
Bump tough-cookie and @azure/ms-rest-js ( #1763 )
...
* Bump tough-cookie and @azure/ms-rest-js
Bumps [tough-cookie](https://github.com/salesforce/tough-cookie ) and [@azure/ms-rest-js](https://github.com/Azure/ms-rest-js ). These dependencies needed to be updated together.
Updates `tough-cookie` from 4.0.0 to 4.1.3
- [Release notes](https://github.com/salesforce/tough-cookie/releases )
- [Changelog](https://github.com/salesforce/tough-cookie/blob/master/CHANGELOG.md )
- [Commits](https://github.com/salesforce/tough-cookie/compare/v4.0.0...v4.1.3 )
Updates `@azure/ms-rest-js` from 2.6.2 to 2.7.0
- [Changelog](https://github.com/Azure/ms-rest-js/blob/master/Changelog.md )
- [Commits](https://github.com/Azure/ms-rest-js/commits )
---
updated-dependencies:
- dependency-name: tough-cookie
dependency-type: indirect
- dependency-name: "@azure/ms-rest-js"
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
* Update checked-in dependencies
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-07-10 01:41:51 -07:00
github-actions[bot]
49f147856e
Add changelog note
2023-07-07 16:23:39 +00:00
github-actions[bot]
b8490d73e8
Update default bundle to codeql-bundle-v2.14.0
2023-07-07 16:23:27 +00:00
Nick Rolfe
ab9aa50acb
Add integration test for scaling_reserved_ram feature flag
2023-07-07 17:01:34 +01:00
Nick Rolfe
28e070c442
Add changenote for scaling_reserved_ram change
2023-07-07 16:46:48 +01:00
Nick Rolfe
f232722edf
Respect scaling_reserved_ram feature flag
...
The amount of RAM given to the CodeQL evaluator is the machine's total
memory size, minus a reserved amount. Currently, the reserved amount is
fixed at 1 GB (or 1.5 GB on Windows). When the scaling_reserved_ram
feature flag is enabled, we also add 2% of the total memory size to the
reserved amount. This allows for the fact that the kernel will consume
more RAM (e.g. for page tables) on machines with more physical RAM.
2023-07-07 16:46:47 +01:00
Henry Mercer
85c77f1dfc
Merge pull request #1761 from github/henrymercer/remove-fetching-releases-fallback
...
Simplify CodeQL setup now that the last two releases have semver bundles
2023-07-07 15:53:18 +01:00
Henry Mercer
dc0234b48c
Remove redundant checks
2023-07-07 15:32:20 +01:00
Henry Mercer
a41df3ae10
Add unit test for unsupported default version feature flags
2023-07-07 15:15:57 +01:00
Henry Mercer
50f2cc19ee
Remove now redundant variant property
...
Previously, this was useful for discriminating between different
`CodeQLDefaultVersion` instances. However now all instances return a
tag name.
2023-07-07 15:15:57 +01:00
Henry Mercer
bec18d1625
Remove fallback logic for mapping default CLI version to GitHub Release
...
The default version feature flags will now always point to a CLI version
with a semantically versioned bundle, so we can find the GitHub
Release directly from the CLI version.
2023-07-07 15:15:57 +01:00
Henry Mercer
395fdba990
Merge pull request #1757 from github/henrymercer/cli-deprecation-warning
...
Add a deprecation warning for CodeQL CLIs < 2.9.4
2023-07-07 14:00:45 +01:00
Henry Mercer
5499d30c79
Merge branch 'main' into henrymercer/cli-deprecation-warning
2023-07-07 13:31:06 +01:00
Henry Mercer
bc5c834c7b
Merge pull request #1758 from github/henrymercer/bundle-semantic-version-simplifications
...
Skip an API call when downloading a CodeQL version with a semver bundle
2023-07-07 13:22:56 +01:00
Henry Mercer
f6c51a38d7
Remove redundant set of env var
2023-07-07 13:06:53 +01:00
Henry Mercer
e1913859f3
Polish deprecation wording
2023-07-07 13:05:52 +01:00
Henry Mercer
177a5796c9
Tweak doc comment
2023-07-07 13:00:29 +01:00
Henry Mercer
6418c5d819
Skip an API call when downloading a CodeQL version with a semver bundle
...
Previously, we made an API call to look up the CLI version to release
mapping when the default CLI version was requested on Dotcom and that
CLI wasn't in the toolcache.
Now we compute the tag name directly for semver bundles.
2023-07-07 10:58:57 +01:00
github-actions[bot]
f60aebf286
Update supported GitHub Enterprise Server versions
2023-07-07 00:13:41 +00:00
Henry Mercer
05cb00cb77
Merge branch 'main' into henrymercer/cli-deprecation-warning
2023-07-06 18:00:18 +01:00
Dave Bartolomeo
84c057931e
Merge pull request #1755 from github/mergeback/v2.20.3-to-main-46ed16de
...
Mergeback v2.20.3 refs/heads/releases/v2 into main
2023-07-06 12:53:21 -04:00
Henry Mercer
674e180d89
Add changelog note
2023-07-06 17:37:36 +01:00
Mathias Vorreiter Pedersen
fb57c981cc
Merge pull request #1756 from github/fix-readme
...
Fix README link
2023-07-06 17:35:04 +01:00
github-actions[bot]
0bc3d1ffcf
Update checked-in dependencies
2023-07-06 16:29:43 +00:00
Henry Mercer
9b345a50dd
Only warn once about the CodeQL CLI being unsupported soon
2023-07-06 17:28:37 +01:00
Henry Mercer
3a960869ac
Simplify definitions of environment variables
2023-07-06 17:28:37 +01:00
Mathias Vorreiter Pedersen
59c6251800
Fix README link
2023-07-06 17:14:12 +01:00
Henry Mercer
485b5809e8
Add deprecation warning for CodeQL CLIs < 2.9.4
2023-07-06 16:51:58 +01:00
github-actions[bot]
e97b7675af
Update changelog and version after v2.20.3
2023-07-06 13:51:01 +00:00
Dave Bartolomeo
46ed16ded9
Merge pull request #1754 from github/update-v2.20.3-a2d725ddd
...
Merge main into releases/v2
2023-07-06 09:48:42 -04:00
github-actions[bot]
d0206e8c49
Update changelog for v2.20.3
2023-07-06 13:14:11 +00:00
Henry Mercer
a2d725ddd0
Merge pull request #1753 from github/henrymercer/new-analysis-summary
...
Add support for new analysis summaries
2023-07-06 11:46:16 +01:00
Henry Mercer
bbefc2b931
Merge branch 'main' into henrymercer/new-analysis-summary
2023-07-06 10:58:28 +01:00
Henry Mercer
8c2e08da10
Merge pull request #1752 from github/henrymercer/export-config-by-default
...
Remove feature flag for exporting the code scanning configuration
2023-07-06 10:57:31 +01:00
Henry Mercer
0c1d7efb0a
Add support for new analysis summaries
2023-07-05 18:56:55 +01:00
Henry Mercer
56beae86dd
Remove feature flag for exporting the code scanning configuration flag
2023-07-05 16:26:20 +01:00
Dave Bartolomeo
a42c0ca9fe
Merge pull request #1743 from github/update-bundle/codeql-bundle-v2.13.5
...
Update default bundle to 2.13.5
2023-07-05 11:12:27 -04:00
Angela P Wen
e960e482a4
Telemetry: send event report times as ISO strings ( #1751 )
2023-07-05 03:25:10 -07:00
Angela P Wen
bcb460dab8
Merge pull request #1747 from github/mergeback/v2.20.2-to-main-004c5de3
...
Mergeback v2.20.2 refs/heads/releases/v2 into main
2023-07-03 04:22:50 -07:00
github-actions[bot]
9f236e9f54
Update checked-in dependencies
2023-07-03 11:02:30 +00:00
github-actions[bot]
56f71445bc
Update changelog and version after v2.20.2
2023-07-03 11:00:39 +00:00
Angela P Wen
004c5de30b
Merge pull request #1746 from github/update-v2.20.2-7dfbc0e0d
...
Merge main into releases/v2
2023-07-03 03:58:33 -07:00
github-actions[bot]
cb0b0a398e
Update changelog for v2.20.2
2023-07-03 10:12:32 +00:00
dependabot[bot]
7dfbc0e0db
Bump semver from 7.3.8 to 7.5.2 ( #1745 )
...
* Bump semver from 7.3.8 to 7.5.2
Bumps [semver](https://github.com/npm/node-semver ) from 7.3.8 to 7.5.2.
- [Release notes](https://github.com/npm/node-semver/releases )
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md )
- [Commits](https://github.com/npm/node-semver/compare/v7.3.8...v7.5.2 )
---
updated-dependencies:
- dependency-name: semver
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
* Update checked-in dependencies
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-07-03 07:45:09 +00:00
github-actions[bot]
66431bf9fd
Add changelog note
2023-06-30 17:50:09 +00:00
github-actions[bot]
1c88766d17
Update default bundle to codeql-bundle-v2.13.5
2023-06-30 17:50:05 +00:00
Angela P Wen
46a6823b81
Send new per-query alert count event reports for QA telemetry ( #1741 )
2023-06-30 07:53:13 -07:00
Henry Mercer
cff3d9e3c9
Merge pull request #1737 from github/mergeback/v2.20.1-to-main-f6e388eb
...
Mergeback v2.20.1 refs/heads/releases/v2 into main
2023-06-21 14:47:13 +01:00
github-actions[bot]
75c683d9b5
Update checked-in dependencies
2023-06-21 10:59:30 +00:00
github-actions[bot]
f4eef0bfda
Update changelog and version after v2.20.1
2023-06-21 10:57:02 +00:00
Henry Mercer
f6e388ebf0
Merge pull request #1736 from github/update-v2.20.1-4385ad556
...
Merge main into releases/v2
2023-06-21 11:54:43 +01:00
github-actions[bot]
2874247228
Update changelog for v2.20.1
2023-06-21 09:25:30 +00:00
Angela P Wen
4385ad5563
Send job_run_uuid to status report telemetry ( #1685 )
2023-06-20 23:45:51 -07:00
dependabot[bot]
8ba77ef4d3
Bump @octokit/types from 9.0.0 to 10.0.0 ( #1734 )
...
* Bump @octokit/types from 9.0.0 to 10.0.0
Bumps [@octokit/types](https://github.com/octokit/types.ts ) from 9.0.0 to 10.0.0.
- [Release notes](https://github.com/octokit/types.ts/releases )
- [Commits](https://github.com/octokit/types.ts/compare/v9.0.0...v10.0.0 )
---
updated-dependencies:
- dependency-name: "@octokit/types"
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* Update checked-in dependencies
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Angela P Wen <angelapwen@github.com >
2023-06-20 15:21:51 +00:00
Angela P Wen
82dbde173c
Fix setup-swift composite action for versions 5.8, 5.8.1 ( #1735 )
2023-06-20 07:43:31 -07:00
Henry Mercer
c6dff3470e
Merge pull request #1721 from github/update-bundle/codeql-bundle-v2.13.4
...
Update default bundle to 2.13.4
2023-06-19 20:52:42 +01:00
Henry Mercer
3e0c87dc38
Merge branch 'main' into update-bundle/codeql-bundle-v2.13.4
2023-06-19 11:57:24 +01:00
Henry Mercer
de74ca6211
Merge pull request #1732 from github/henrymercer/tolerate-unexpected-processing-statuses
...
Tolerate unexpected processing statuses for unsuccessful execution SARIF uploads
2023-06-19 10:06:30 +01:00
Henry Mercer
d6201b58de
Improve logging messages
2023-06-16 11:18:41 +01:00
Michael B. Gale
0ac18158d1
Merge pull request #1684 from github/mbg/add-resolve-environment
2023-06-15 17:50:42 +01:00
Michael B. Gale
d4006d9bc9
Improve step name in integration test
2023-06-15 15:46:54 +01:00
Henry Mercer
ee2b24e9fb
Merge pull request #1733 from github/update-supported-enterprise-server-versions
...
Update supported GitHub Enterprise Server versions
2023-06-15 11:15:18 +01:00
Michael B. Gale
7e5bafcdb5
Use stable-v2.13.4 for integration test
2023-06-15 11:04:44 +01:00
Michael B. Gale
eb9703ee74
Reformat
2023-06-15 10:22:00 +01:00
Michael B. Gale
7a9f099940
Don't invoke CLI when command not supported
2023-06-15 10:15:03 +01:00
github-actions[bot]
b843f9522e
Update supported GitHub Enterprise Server versions
2023-06-15 00:12:06 +00:00
Michael B. Gale
899b5a286f
Continue after CLI errors
2023-06-14 16:02:54 +01:00
Henry Mercer
4d7934a07c
Tolerate unexpected processing statuses for red SARIF uploads
2023-06-14 14:20:27 +01:00
Michael B. Gale
f239f49a62
Rebuild integration test workflow
2023-06-13 20:51:45 +01:00
Michael B. Gale
c8785050e2
Improve changelog wording
2023-06-13 20:46:47 +01:00
Michael B. Gale
ba64fee9b1
Add CHANGELOG entry
2023-06-13 20:46:00 +01:00
Michael B. Gale
1c732358fa
Update working-directory description
2023-06-13 20:46:00 +01:00
Michael B. Gale
efe0e211bb
Update action description
2023-06-13 20:46:00 +01:00
Michael B. Gale
6419f994ff
Handle case where workingDir is undefined
2023-06-13 20:46:00 +01:00
Michael B. Gale
16f3f1a951
Remove validateWorkflow call
2023-06-13 20:45:59 +01:00
Michael B. Gale
8e75e1a14d
Apply suggestions from code review
...
Co-authored-by: Henry Mercer <henry.mercer@me.com >
2023-06-13 20:45:59 +01:00
Michael B. Gale
ef4bf4ae03
Use nightly-latest for test for now
2023-06-13 20:45:59 +01:00
Michael B. Gale
0b8c8128cf
Add integration test for resolve-environment
2023-06-13 20:45:59 +01:00
Michael B. Gale
64fa96a8b3
Report success
2023-06-13 20:45:59 +01:00
Michael B. Gale
829bba8836
Do not download CLI
2023-06-13 20:45:59 +01:00
Michael B. Gale
e08f131aab
Include CLI output in JSON error
2023-06-13 20:45:58 +01:00
Michael B. Gale
6f07b504a5
Propagate --working-dir argument
2023-06-13 20:45:58 +01:00
Michael B. Gale
fce65da29a
Remove BuildEnvironmentOS
2023-06-13 20:45:58 +01:00
Michael B. Gale
ddb13a1ac7
Rename actionName to ACTION_NAME
2023-06-13 20:45:58 +01:00
Michael B. Gale
aef016d9b5
Apply suggestions from code review
...
Co-authored-by: Henry Mercer <henry.mercer@me.com >
2023-06-13 20:45:58 +01:00
Michael B. Gale
8216c3a1b1
Install CodeQL as part of the action
2023-06-13 20:45:58 +01:00
Michael B. Gale
59a9e3a311
Fix formatting for runResolveBuildEnvironment
2023-06-13 20:45:57 +01:00
Michael B. Gale
527ea9408c
Add working-directory input
2023-06-13 20:45:57 +01:00
Michael B. Gale
4518431205
Fix: rename output
2023-06-13 20:45:57 +01:00
Michael B. Gale
0930314935
Add token and matrix inputs
2023-06-13 20:45:57 +01:00
Michael B. Gale
ee80b30f46
Add initial workflow code dependent on init
2023-06-13 20:45:57 +01:00
Michael B. Gale
4356c16c33
Add runResolveBuildEnvironment
2023-06-13 20:45:57 +01:00
Michael B. Gale
cc95e67380
Add resolve-environment to ActionName
2023-06-13 20:45:56 +01:00
Michael B. Gale
360d2b76b5
Update OS representation
2023-06-13 20:45:56 +01:00
Michael B. Gale
4322324628
Add resolveBuildEnvironment to CodeQL type
2023-06-13 20:45:56 +01:00
Michael B. Gale
dce63d8676
Add initial stub for resolve-environment action
2023-06-13 20:45:56 +01:00
dependabot[bot]
b8f204c619
Bump @octokit/plugin-retry from 4.0.4 to 5.0.2 ( #1726 )
...
* Bump @octokit/plugin-retry from 4.0.4 to 5.0.2
Bumps [@octokit/plugin-retry](https://github.com/octokit/plugin-retry.js ) from 4.0.4 to 5.0.2.
- [Release notes](https://github.com/octokit/plugin-retry.js/releases )
- [Commits](https://github.com/octokit/plugin-retry.js/compare/v4.0.4...v5.0.2 )
---
updated-dependencies:
- dependency-name: "@octokit/plugin-retry"
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* Update checked-in dependencies
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Angela P Wen <angelapwen@github.com >
2023-06-13 12:39:20 -07:00
Angela P Wen
5fa98fa5b2
Merge pull request #1731 from github/mergeback/v2.20.0-to-main-6c089f53
...
Mergeback v2.20.0 refs/heads/releases/v2 into main
2023-06-13 12:21:04 -07:00
github-actions[bot]
6bd6480037
Update checked-in dependencies
2023-06-13 18:27:20 +00:00
github-actions[bot]
e476d8b071
Update changelog and version after v2.20.0
2023-06-13 18:24:42 +00:00
Angela P Wen
6c089f53dd
Merge pull request #1730 from github/update-v2.20.0-d5b7b3823
...
Merge main into releases/v2
2023-06-13 11:22:32 -07:00
github-actions[bot]
484d2f8088
Update changelog for v2.20.0
2023-06-13 17:50:40 +00:00
Angela P Wen
d5b7b38233
Bump Action version to 2.20.0 ( #1729 )
2023-06-13 17:46:13 +00:00
Henry Mercer
64d6bfc2d6
Merge branch 'main' into update-bundle/codeql-bundle-v2.13.4
2023-06-13 14:10:34 +01:00
Henry Mercer
543e4689d0
Merge pull request #1725 from github/henrymercer/fix-flag-name
...
Fix the name of the disable Python dependency installation feature flag
2023-06-12 21:16:13 +01:00
Henry Mercer
c92053157f
Address review comments
...
Co-authored-by: Angela P Wen <angelapwen@github.com >
2023-06-12 19:31:25 +01:00
Henry Mercer
9f45792756
Update autogenerated notice to refer to specific ruamel.yaml version
2023-06-12 13:28:11 +01:00
Henry Mercer
98884904a2
Update checks formatting
2023-06-12 13:28:01 +01:00
Henry Mercer
5be8bd1c16
Pin version of ruamel.yaml to avoid checks breaking
2023-06-12 13:28:00 +01:00
Henry Mercer
eb5d323227
Bump minor version number
2023-06-12 12:02:38 +01:00
Henry Mercer
bce99ca79f
Fix the name of the disable Python dependency installation feature flag
2023-06-12 11:55:51 +01:00
Henry Mercer
e287d85c90
Merge pull request #1723 from github/update-supported-enterprise-server-versions
...
Update supported GitHub Enterprise Server versions
2023-06-12 11:45:24 +01:00
Henry Mercer
834c357222
Add changelog note
2023-06-12 11:36:47 +01:00
Henry Mercer
7bd23b58b5
Remove support for CodeQL CLI 2.9.3 and earlier
2023-06-12 11:34:01 +01:00
Henry Mercer
f1c4784a3f
Update checks
2023-06-12 11:26:55 +01:00
Henry Mercer
a590b4afa7
Bump minimum CodeQL version to 2.9.4
2023-06-12 11:22:22 +01:00
github-actions[bot]
cd5b1ee5cf
Update supported GitHub Enterprise Server versions
2023-06-10 00:11:27 +00:00
Henry Mercer
5dcc7c296d
Merge pull request #1719 from github/update-supported-enterprise-server-versions
...
Update supported GitHub Enterprise Server versions
2023-06-09 14:11:48 +01:00
github-actions[bot]
3437c495bd
Add changelog note
2023-06-09 12:27:30 +00:00
github-actions[bot]
c94b9997cc
Update default bundle to codeql-bundle-v2.13.4
2023-06-09 12:27:25 +00:00
github-actions[bot]
921d191150
Update supported GitHub Enterprise Server versions
2023-06-07 00:12:13 +00:00
Angela P Wen
cdcdbb5797
PR checks: stop setting experimental Swift var for new CLI versions ( #1718 )
...
Now that `latest` and `cached` are both 2.13.3, which is the version in which we GA'ed Swift, we should stop setting this experimental variable when we test these CLI versions so we can test the case where the variable is unset.
2023-06-06 08:49:09 -07:00
Henry Mercer
8b0f2cf9da
Merge pull request #1717 from github/henrymercer/fix-changelog
...
Fix changelog for 2.3.6
2023-06-05 19:44:53 +01:00
Henry Mercer
a35a881b65
Fix changelog for 2.3.6
2023-06-05 19:14:03 +01:00
Henry Mercer
d8667207b6
Merge pull request #1714 from github/mergeback/v2.3.6-to-main-83f0fe6c
...
Mergeback v2.3.6 refs/heads/releases/v2 into main
2023-06-05 19:12:50 +01:00
Henry Mercer
926a4898bc
Merge pull request #1712 from github/henrymercer/remove-unused-env-var
...
Remove unused `CODESCANNING_EVENT_NAME` environment variable
2023-06-01 18:28:45 +01:00
github-actions[bot]
5c63cc5b1c
Update checked-in dependencies
2023-06-01 15:34:00 +00:00
github-actions[bot]
30a3b9a904
Update changelog and version after v2.3.6
2023-06-01 15:27:36 +00:00
Alexander Eyers-Taylor
83f0fe6c49
Merge pull request #1713 from github/update-v2.3.6-96f284028
...
Merge main into releases/v2
2023-06-01 16:25:43 +01:00
github-actions[bot]
5c8f4be0e9
Update changelog for v2.3.6
2023-06-01 13:04:31 +00:00
Henry Mercer
96f2840282
Merge pull request #1711 from github/henrymercer/improve-supported-versions-update
...
Improve automation for updating supported versions of GHES
2023-05-31 18:26:51 +01:00
Henry Mercer
dfc31c9995
Convert actions-util docs to JSDoc
2023-05-31 17:49:42 +01:00
Henry Mercer
019a40b91a
Inline checks for producing a better error message for Dependabot PRs
2023-05-31 17:42:45 +01:00
Henry Mercer
ae005db7f8
Merge branch 'main' into henrymercer/remove-unused-env-var
2023-05-31 17:41:04 +01:00
Henry Mercer
89c4c9e65c
Merge pull request #1678 from github/henrymercer/default-setup-safeguarding
...
Flag up functionality that may not exist in default setup workflows
2023-05-31 17:33:30 +01:00
Henry Mercer
26f16a5e63
Rephrase the still supported calculation to make it clearer
2023-05-31 17:20:39 +01:00
Henry Mercer
955f8596ae
Fix sign error
2023-05-31 16:49:34 +01:00
Henry Mercer
e7cff66ce1
Fix push
2023-05-31 16:35:12 +01:00
Henry Mercer
bf419682de
Remove unused CODESCANNING_EVENT_NAME environment variable
2023-05-31 15:37:11 +01:00
Henry Mercer
afdba76326
Wait a week before dropping support for end of life GHES versions
2023-05-31 15:00:19 +01:00
Henry Mercer
07e43a2208
Open PR with gh CLI
2023-05-31 14:39:03 +01:00
Henry Mercer
9632771630
Address review comments
2023-05-31 14:23:43 +01:00
Alexander Eyers-Taylor
9d2dd7cfea
Merge pull request #1698 from github/update-bundle/codeql-bundle-20230524
...
Update default bundle to 2.13.3
2023-05-31 12:29:26 +01:00
Henry Mercer
d427c89ed7
Ignore internal Actions
2023-05-30 20:31:56 +01:00
Henry Mercer
125ff5530c
Fix deprecation warnings
2023-05-30 20:31:40 +01:00
Henry Mercer
86ead5e019
Only flag up the deepest properties
2023-05-30 19:50:56 +01:00
Henry Mercer
eb1c7a3887
Use getRefFromEnv() so ref is present on default setup
2023-05-30 19:39:53 +01:00
Henry Mercer
6bd8101752
Merge pull request #1709 from github/henrymercer/print-baseline-once
...
Only print lines of code information once
2023-05-26 21:03:22 +01:00
Henry Mercer
2408985f4e
Only print lines of code information once
...
CodeQL already prints it, so we don't need to print it again.
2023-05-26 20:34:30 +01:00
Henry Mercer
f8b1cb6997
Merge pull request #1695 from github/henrymercer/update-requests
...
PR checks: Update requests to 2.31.0
2023-05-26 11:10:44 +01:00
Andrew Eisenberg
2d031a36d6
Merge pull request #1707 from github/mergeback/v2.3.5-to-main-0225834c
...
Mergeback v2.3.5 refs/heads/releases/v2 into main
2023-05-25 12:50:21 -07:00
github-actions[bot]
1ba7713018
Update checked-in dependencies
2023-05-25 19:23:44 +00:00
github-actions[bot]
339e0d5afb
Update changelog and version after v2.3.5
2023-05-25 19:12:36 +00:00
Andrew Eisenberg
0225834cc5
Merge pull request #1706 from github/update-v2.3.5-d3314cca2
...
Merge main into releases/v2
2023-05-25 12:10:52 -07:00
Andrew Eisenberg
15f9b00614
Apply suggestions from code review
2023-05-25 11:42:54 -07:00
github-actions[bot]
ff82fd0736
Update changelog for v2.3.5
2023-05-25 18:22:27 +00:00
Andrew Eisenberg
d3314cca22
Merge pull request #1705 from github/aeisenberg/location-uri-schema-fix
2023-05-25 10:45:48 -07:00
Andrew Eisenberg
42add7b4d7
Update changelog
2023-05-25 10:21:47 -07:00
Andrew Eisenberg
9c5706e1a2
Avoid throwing validation error on invalid URIs
...
The recent update of jsonschema inadvertently caused extra validation of
`uri-reference` formatted properties. This change ensures that these
errors are converted to warnings.
Note that we cannot revert the change to jsonschema since the old
version does not handle `uniqueItems` correctly.
2023-05-25 10:18:12 -07:00
Henry Mercer
3912995667
Merge pull request #1704 from github/henrymercer/contributions-updates
...
Contributing documentation updates
2023-05-25 17:33:19 +01:00
Henry Mercer
8d7f61b8f2
Update npm version
2023-05-25 17:06:08 +01:00
Henry Mercer
50bc388cfc
Update Node version
2023-05-25 17:04:40 +01:00
Henry Mercer
4a409ace8f
Link to CONTRIBUTING doc from README
2023-05-25 17:03:48 +01:00
Henry Mercer
41499f5466
Merge pull request #1702 from github/henrymercer/update-github-actions-email
...
Fix GitHub Actions email
2023-05-25 16:19:18 +01:00
Henry Mercer
1023a086ae
Merge pull request #1694 from jsoref/fixes
...
Fix running tests on forks, and handle invalid URIs when fingerprinting
2023-05-25 15:41:27 +01:00
Josh Soref
cc5f2fb439
Gracefully handle decodeURIComponent failure
2023-05-25 09:15:55 -04:00
Josh Soref
789f65c9ee
Improving handling of uploadFailedSarifResult -> [Object object]
2023-05-25 09:15:55 -04:00
Josh Soref
a5879b7b6e
Tolerate forks of github/codeql-action
2023-05-25 09:14:30 -04:00
Henry Mercer
3da4cbfc79
Fix GitHub Actions email
2023-05-25 11:27:13 +01:00
Henry Mercer
5f061ca665
Merge pull request #1697 from github/fixInvalidNotifications-shortcut
...
Avoid parsing SARIF file when workaround for duplicate notification locations is disabled
2023-05-25 10:45:50 +01:00
Angela P Wen
11ea309db5
Merge pull request #1701 from github/mergeback/v2.3.4-to-main-f0e3dfb3
...
Mergeback v2.3.4 refs/heads/releases/v2 into main
2023-05-24 16:21:39 -07:00
github-actions[bot]
1319d54f85
Update checked-in dependencies
2023-05-24 22:19:26 +00:00
github-actions[bot]
59d27da76b
Update changelog and version after v2.3.4
2023-05-24 22:16:43 +00:00
Angela P Wen
f0e3dfb303
Merge pull request #1700 from github/update-v2.3.4-570734c55
...
Merge main into releases/v2
2023-05-24 15:14:53 -07:00
Josh Soref
dba4f66682
Grant security-events: write permissions
2023-05-24 18:14:01 -04:00
Josh Soref
8f9b20ba50
Clarify how to update workflows
2023-05-24 18:14:01 -04:00
Angela P Wen
0d65621757
Update CHANGELOG.md
2023-05-24 14:49:16 -07:00
github-actions[bot]
c3ae9dcd15
Update changelog for v2.3.4
2023-05-24 21:41:27 +00:00
Angela P Wen
570734c55c
Remove unnecessary conditional for Ruby autodetect ( #1699 )
...
We should check language autodetect for Ruby unconditionally. We can now move it into the step that checks all other languages.
2023-05-24 18:33:06 +00:00
Henry Mercer
65920dd33a
Unconditionally set up Swift in debug artifacts PR check
2023-05-24 18:28:18 +01:00
Henry Mercer
60f5c59630
Merge branch 'main' into update-bundle/codeql-bundle-20230524
2023-05-24 18:04:09 +01:00
Henry Mercer
0962265901
Merge branch 'main' into fixInvalidNotifications-shortcut
2023-05-24 18:00:28 +01:00
Henry Mercer
143b5fb429
Merge branch 'main' into henrymercer/update-requests
2023-05-24 18:00:08 +01:00
Angela P Wen
8c923c00a3
Fix Swift PR Checks on nightly-latest CLI ( #1696 )
2023-05-24 17:59:40 +01:00
github-actions[bot]
34e8e09ae4
Add changelog note
2023-05-24 16:01:57 +00:00
github-actions[bot]
4f41ff7fc8
Update default bundle to codeql-bundle-20230524
2023-05-24 16:01:53 +00:00
Stephan Brandauer
636b9eab1d
add rebuilt lib
2023-05-24 12:12:27 +00:00
Stephan Brandauer
153cab09da
jsdoc for fixInvalidNotificationsInFile
2023-05-24 12:09:28 +00:00
Stephan Brandauer
dddabd0d26
add rebuilt lib
2023-05-24 11:51:57 +00:00
Stephan Brandauer
3100e1e354
move check to calling function
...
DISABLE_DUPLICATE_LOCATION_FIX - this is to avoid needless crashes on
large sarif files
2023-05-24 11:46:19 +00:00
Henry Mercer
6e92b190d0
Bump requests to 2.31.0
2023-05-23 17:07:30 +01:00
Henry Mercer
292bb7c0b9
Parameterize check scripts over requests version
2023-05-23 17:07:30 +01:00
Henry Mercer
1245696032
Merge pull request #1687 from github/henrymercer/update-changelog-note
...
Push back semver CodeQL bundles
2023-05-22 17:11:03 +01:00
Henry Mercer
317cd34a7a
Push back semver CodeQL bundles
...
Push back the first bundle released using a semantic version number to 2.13.4 now that we're skipping 2.13.2.
2023-05-22 11:00:25 +01:00
Henry Mercer
6cfb483131
Merge pull request #1682 from github/henrymercer/semver-bundles
...
Extract semantic CLI version from URL when requesting specific tools
2023-05-18 11:32:45 +01:00
Henry Mercer
a5f4123fb0
Improve changelog note
2023-05-17 18:23:54 +01:00
Henry Mercer
50931b43dd
Add changelog note
2023-05-17 14:57:27 +01:00
Henry Mercer
f54f0731d1
Merge branch 'main' into henrymercer/semver-bundles
2023-05-17 14:45:33 +01:00
Henry Mercer
ca6b925548
Merge pull request #1681 from github/henrymercer/remove-redundant-flag
...
Remove redundant query help version flag
2023-05-16 19:50:47 +01:00
Henry Mercer
d439786b65
Merge branch 'main' into henrymercer/remove-redundant-flag
2023-05-16 19:21:22 +01:00
Henry Mercer
f5159143cd
Merge pull request #1680 from github/henrymercer/handle-swift-promotion
...
Use `resolve extractor` when finding autobuild scripts
2023-05-16 19:19:11 +01:00
Henry Mercer
a1be09ed8a
Remove redundant query help version flag
2023-05-16 18:20:13 +01:00
Henry Mercer
2bf10dc4b9
Extract semantic CLI version from URL when requesting specific tools
2023-05-16 14:47:32 +01:00
Henry Mercer
e422b64793
Use resolve extractor when finding autobuild scripts
2023-05-16 11:18:16 +01:00
Henry Mercer
eac5e24aee
Downgrade query severity to warning
2023-05-16 11:06:13 +01:00
Rasmus Wriedt Larsen
5489416722
Merge pull request #1676 from github/rasmuswl/python-disable-dependency-installation
...
Feature flag to disable python dependency installation
2023-05-16 10:40:47 +02:00
Rasmus Wriedt Larsen
dc0f6da426
Update CHANGELOG.md
...
Co-authored-by: Henry Mercer <henry.mercer@me.com >
2023-05-15 12:38:10 +02:00
Rasmus Wriedt Larsen
e1cca2565c
Generate JS
2023-05-15 12:05:50 +02:00
Rasmus Wriedt Larsen
cf58ef4480
Update wording for CODEQL_PYTHON warning
...
Co-authored-by: Henry Mercer <henry.mercer@me.com >
2023-05-15 12:05:03 +02:00
Henry Mercer
8065746a2a
Add query to find context variables that may not work with default setup
2023-05-12 19:35:08 +01:00
Henry Mercer
abb267d186
Add query to identify env vars that may not work with default setup
2023-05-12 18:46:31 +01:00
Rasmus Wriedt Larsen
fce87bbc67
Generate JS
2023-05-12 10:00:31 +02:00
Rasmus Wriedt Larsen
cc641561b7
Improve python warning message
...
The last dot in `=3.11.` is just slightly confusing, so added single
quotes around the environment variable assignments to make it 100% clear
2023-05-12 09:59:20 +02:00
Rasmus Wriedt Larsen
c237da1a2f
Fix linting errors
2023-05-12 09:58:30 +02:00
Rasmus Wriedt Larsen
cbc79bf64b
Merge branch 'main' into rasmuswl/python-disable-dependency-installation
2023-05-12 09:55:57 +02:00
Rasmus Wriedt Larsen
b8f39fe0f5
Use features properly in setupPythonExtractor
2023-05-12 09:55:22 +02:00
Henry Mercer
9953504776
Use new packaging mechanism for internal queries
2023-05-11 18:43:36 +01:00
Henry Mercer
130884e4e1
Merge pull request #1675 from shaikhul/remove-consts
...
Remove MismatchedBranches check from code scanning workflow validation
2023-05-11 15:45:33 +01:00
Shaikhul Islam
a0755a79b6
Update CHANGELOG.md
...
Co-authored-by: Henry Mercer <henry.mercer@me.com >
2023-05-11 10:22:57 -04:00
Shaikhul Islam
903cb278c5
recompile src
2023-05-11 14:16:34 +00:00
Shaikhul Islam
e5fdcd4a8f
Apply suggestions from code review
...
Co-authored-by: Henry Mercer <henry.mercer@me.com >
2023-05-11 09:29:25 -04:00
Rasmus Wriedt Larsen
eb8a70647a
Update CHANGELOG.md
2023-05-11 12:18:29 +02:00
Rasmus Wriedt Larsen
0ccdbf8cd5
Feature flag to disable python dependency installation
2023-05-11 12:14:04 +02:00
Shaikhul Islam
c26fc558ba
revert MissingPushHook checks changes
2023-05-10 20:37:56 +00:00
Shaikhul Islam
f8707c9939
update changelog
2023-05-10 15:01:33 +00:00
Shaikhul Islam
699855c048
fix linter issue
2023-05-09 15:05:36 +00:00
Shaikhul Islam
edb138ff88
remove consts MismatchedBranches and MissingPushHook
2023-05-09 14:39:49 +00:00
Andrew Eisenberg
95cfca769b
Merge pull request #1673 from github/dependabot/github_actions/peter-evans/create-pull-request-5.0.1
...
Bump peter-evans/create-pull-request from 5.0.0 to 5.0.1
2023-05-08 12:25:32 -07:00
dependabot[bot]
9c51a58355
Bump peter-evans/create-pull-request from 5.0.0 to 5.0.1
...
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request ) from 5.0.0 to 5.0.1.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases )
- [Commits](5b4a9f6a9e...284f54f989 )
---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-05-08 18:00:47 +00:00
Aditya Sharad
deb312c60b
Merge pull request #1672 from github/aeisenberg/sarif-again
...
Fix broken regex
2023-05-05 12:53:12 -07:00
Andrew Eisenberg
9824588133
Fix broken regex
...
`($i)` is not valid for javascript regexes.
2023-05-05 12:02:19 -07:00
Andrew Eisenberg
11fba50273
Merge pull request #1668 from github/aeisenberg/update-sarif-schema
2023-05-05 09:14:24 -07:00
Andrew Eisenberg
684c4b5c77
Update CHANGELOG.md
...
Co-authored-by: Aditya Sharad <6874315+adityasharad@users.noreply.github.com >
2023-05-05 08:41:11 -07:00
Dave Bartolomeo
1e1aca8165
Merge pull request #1670 from github/mergeback/v2.3.3-to-main-29b1f65c
...
Mergeback v2.3.3 refs/heads/releases/v2 into main
2023-05-04 15:27:32 -04:00
github-actions[bot]
898fba281b
Update checked-in dependencies
2023-05-04 19:02:16 +00:00
github-actions[bot]
913b8b11ad
Update changelog and version after v2.3.3
2023-05-04 18:53:44 +00:00
Dave Bartolomeo
29b1f65c5e
Merge pull request #1669 from github/update-v2.3.3-318bcc7f8
...
Merge main into releases/v2
2023-05-04 14:52:14 -04:00
github-actions[bot]
140500d80a
Update changelog for v2.3.3
2023-05-04 18:24:50 +00:00
Dave Bartolomeo
318bcc7f84
Merge pull request #1664 from github/update-bundle/codeql-bundle-20230428
...
Update default bundle to 2.13.1
2023-05-04 00:32:01 -04:00
Dave Bartolomeo
f72bf5dfb3
Fix workflow formatting
2023-05-03 21:43:47 -04:00
Dave Bartolomeo
33461954a5
Merge branch 'main' into update-bundle/codeql-bundle-20230428
2023-05-03 19:02:27 -04:00
Andrew Eisenberg
3df80238a3
Re-run sync.py with new ruamel.yaml
2023-05-02 15:19:05 -07:00
Andrew Eisenberg
ef88842204
Update jsonschema version
...
Fixes bug in `uniqueItems` property.
2023-05-02 14:26:17 -07:00
Andrew Eisenberg
ece3cbc8ec
Update changelog
2023-05-02 13:52:28 -07:00
Andrew Eisenberg
febbadf751
Update the sarif schema file
...
The version we were using is quite old. Copied the latest from
123e95847b/Schemata/sarif-schema-2.1.0.json
I do not think the sarif spec will be changing any more without
an explicit version update, so this is fine for now.
2023-05-02 13:46:24 -07:00
Andrew Eisenberg
8ca5570701
Merge pull request #1666 from github/aeisenberg/readme-update
...
Add link to changenote for custom config
2023-05-01 15:07:45 -07:00
Andrew Eisenberg
b1b3d00b62
Add link to changenote for custom config
...
Also, use a better link in the readme.
2023-05-01 11:06:31 -07:00
Andrew Eisenberg
d2f6dfd52d
Merge pull request #1665 from github/aeisenberg/config-param
...
Add new configuration Parameter
2023-05-01 10:26:31 -07:00
Andrew Eisenberg
cba5616040
Update CHANGELOG.md
2023-05-01 09:21:50 -07:00
github-actions[bot]
40c95932fe
Add changelog note
2023-05-01 03:46:54 +00:00
github-actions[bot]
234badad23
Update default bundle to codeql-bundle-20230428
2023-05-01 03:46:50 +00:00
Andrew Eisenberg
824d18c689
Merge remote-tracking branch 'upstream/main' into issue-1589-config-param
2023-04-28 11:34:52 -07:00
Angela P Wen
f31a31c052
Merge pull request #1663 from github/mergeback/v2.3.2-to-main-f3feb00a
...
Mergeback v2.3.2 refs/heads/releases/v2 into main
2023-04-27 14:00:39 -07:00
github-actions[bot]
e3395de200
Update checked-in dependencies
2023-04-27 18:52:55 +00:00
github-actions[bot]
1cccbfcedc
Update changelog and version after v2.3.2
2023-04-27 18:51:28 +00:00
Angela P Wen
f3feb00acb
Merge pull request #1662 from github/update-v2.3.2-8b12d99ee
...
Merge main into releases/v2
2023-04-27 11:49:50 -07:00
github-actions[bot]
1c9e206df3
Update changelog for v2.3.2
2023-04-27 18:18:58 +00:00
Angela P Wen
8b12d99ee5
Fix bug where run attempt was reported as run ID ( #1661 )
2023-04-27 18:05:34 +00:00
Angela P Wen
dcf71cf79b
Merge pull request #1660 from github/mergeback/v2.3.1-to-main-8662eabe
...
Mergeback v2.3.1 refs/heads/releases/v2 into main
2023-04-26 14:15:40 -07:00
github-actions[bot]
194450bdd6
Update checked-in dependencies
2023-04-26 20:48:31 +00:00
github-actions[bot]
e78ef455a8
Update changelog and version after v2.3.1
2023-04-26 20:44:18 +00:00
Angela P Wen
8662eabe0e
Merge pull request #1659 from github/update-v2.3.1-da583b07a
...
* Update changelog and version after v2.3.0
* Update checked-in dependencies
* Throw full error for CLI bundle download (#1657 )
* Add `workload_run_attempt` to analysis upload (#1658 )
* Refactor status report upload logic
Previously we had duplicated the logic to check `GITHUB_RUN_ID`. We now call the `getWorkflowRunID()` method for the status report upload method, and move the logic for the run attempt to `getWorkflowRunAttempt()`
* Add `workflow_run_attempt` to analysis payload
* Stop allowing `undefined` run IDs and attempts
Because we already throw an error if the ID or attempt aren't numbers, we don't have to allow `undefined` values into the payload.
* Update changelog for v2.3.1
---------
Co-authored-by: github-actions[bot] <github-actions@github.com >
Co-authored-by: Chuan-kai Lin <cklin@github.com >
Co-authored-by: Angela P Wen <angelapwen@github.com >
2023-04-26 13:42:37 -07:00
github-actions[bot]
1f2f707d99
Update changelog for v2.3.1
2023-04-26 20:16:15 +00:00
Angela P Wen
da583b07a7
Add workload_run_attempt to analysis upload ( #1658 )
...
* Refactor status report upload logic
Previously we had duplicated the logic to check `GITHUB_RUN_ID`. We now call the `getWorkflowRunID()` method for the status report upload method, and move the logic for the run attempt to `getWorkflowRunAttempt()`
* Add `workflow_run_attempt` to analysis payload
* Stop allowing `undefined` run IDs and attempts
Because we already throw an error if the ID or attempt aren't numbers, we don't have to allow `undefined` values into the payload.
2023-04-26 02:13:27 +00:00
Angela P Wen
a9648ea7c6
Throw full error for CLI bundle download ( #1657 )
2023-04-24 07:46:45 -07:00
Chuan-kai Lin
c5f3f016ae
Merge pull request #1656 from github/mergeback/v2.3.0-to-main-b2c19fb9
...
Mergeback v2.3.0 refs/heads/releases/v2 into main
2023-04-21 12:43:38 -07:00
github-actions[bot]
90f053271e
Update checked-in dependencies
2023-04-21 19:12:19 +00:00
github-actions[bot]
0f085f964c
Update changelog and version after v2.3.0
2023-04-21 19:09:10 +00:00
Chuan-kai Lin
b2c19fb9a2
Merge pull request #1655 from github/update-v2.3.0-a8affb063
...
Merge main into releases/v2
2023-04-21 12:07:18 -07:00
github-actions[bot]
b203f98343
Update changelog for v2.3.0
2023-04-21 18:24:50 +00:00
Chuan-kai Lin
a8affb0639
Merge pull request #1649 from github/cklin/codeql-cli-2.13.0
...
Update default CodeQL bundle version to 2.13.0
2023-04-20 07:39:38 -07:00
Henry Mercer
b8cc643a23
Merge branch 'main' into cklin/codeql-cli-2.13.0
2023-04-20 11:23:25 +01:00
Henry Mercer
7019a9c6fd
Merge pull request #1618 from github/henrymercer/remove-legacy-tracing
...
Remove legacy tracing
2023-04-20 11:22:32 +01:00
Henry Mercer
66f62df188
Merge branch 'main' into henrymercer/remove-legacy-tracing
2023-04-19 15:56:42 +01:00
Henry Mercer
afdf30f311
Merge pull request #1652 from github/henrymercer/fix-bundle-version
...
Fix the `bundleVersion` field set by the automated bundle update PR
2023-04-18 21:04:26 +01:00
Henry Mercer
55a2e70992
Autoformat index.ts
2023-04-18 18:59:36 +01:00
Henry Mercer
1c2f282107
Fix bundle version
...
It's the whole tag, we don't want to remove the `codeql-bundle-` prefix.
2023-04-18 18:59:09 +01:00
tgrall
47cec7ab01
add test with config file and input together
2023-04-18 06:01:33 +02:00
tgrall
7b876ae4f4
remove space from json string
2023-04-18 05:46:51 +02:00
tgrall
f398a65921
fix after review from @henrymercer
2023-04-18 05:43:21 +02:00
dependabot[bot]
9a866ed452
Bump swift-actions/setup-swift in /.github/actions/setup-swift ( #1650 )
...
Bumps [swift-actions/setup-swift](https://github.com/swift-actions/setup-swift ) from 1.22.0 to 1.23.0.
- [Release notes](https://github.com/swift-actions/setup-swift/releases )
- [Commits](da0e3e04b5...65540b95f5 )
---
updated-dependencies:
- dependency-name: swift-actions/setup-swift
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-17 19:16:10 +00:00
Chuan-kai Lin
7867d03591
Update default CodeQL bundle version to 2.13.0
2023-04-14 15:28:21 -07:00
Chuan-kai Lin
be2b53b5c7
Merge pull request #1648 from github/cklin/update-bundle-trigger
...
Fix pre-release trigger for update-bundle action
2023-04-14 15:11:42 -07:00
Chuan-kai Lin
ae24b75fca
Fix pre-release trigger for update-bundle action
...
This PR switches the update-bundle release trigger from `prereleased` to `published` because the former has been documented not to work.
From https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#release :
> Note: The prereleased type will not trigger for pre-releases published from draft releases, but the published type will trigger. If you want a workflow to run when stable and pre-releases publish, subscribe to published instead of released and prereleased.
2023-04-14 14:50:37 -07:00
Henry Mercer
dc046388f3
Merge pull request #1647 from github/mergeback/v2.2.12-to-main-7df0ce34
...
Mergeback v2.2.12 refs/heads/releases/v2 into main
2023-04-13 17:23:16 +01:00
github-actions[bot]
b4fa971e40
Update checked-in dependencies
2023-04-13 15:50:19 +00:00
github-actions[bot]
7879209bb2
Update changelog and version after v2.2.12
2023-04-13 14:03:50 +00:00
Henry Mercer
7df0ce3489
Merge pull request #1646 from github/update-v2.2.12-d944b3423
...
Merge main into releases/v2
2023-04-13 15:01:19 +01:00
github-actions[bot]
fbedecac34
Update changelog for v2.2.12
2023-04-13 11:35:13 +00:00
Henry Mercer
d944b3423d
Merge pull request #1619 from github/henrymercer/default-setup-workflow
...
Allow workflow to be passed via an environment variable for default setup
2023-04-13 10:17:54 +01:00
Henry Mercer
e3210d8ce3
Add changelog note
2023-04-12 19:18:17 +01:00
Henry Mercer
599f4927f2
Allow passing the workflow via an environment variable
2023-04-12 14:14:43 +01:00
Henry Mercer
ed6c4995fc
Merge pull request #1645 from github/henrymercer/remove-dependencies
...
Remove unused dependencies
2023-04-11 16:27:15 +01:00
Henry Mercer
c2b5d643fd
Require xml2js >=0.5.0 to address CVE-2023-0842
2023-04-11 13:33:36 +01:00
Henry Mercer
8a093aa1a5
Merge branch 'main' into henrymercer/remove-legacy-tracing
2023-04-11 12:25:45 +01:00
Henry Mercer
9c13316a15
Remove unused dependencies
2023-04-11 12:17:38 +01:00
Angela P Wen
98f7bbd610
Add workflow_run_attempt data to status report ( #1640 )
2023-04-10 20:02:23 +00:00
dependabot[bot]
d7b9dcdb85
Bump peter-evans/create-pull-request from 4.2.4 to 5.0.0 ( #1643 )
...
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request ) from 4.2.4 to 5.0.0.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases )
- [Commits](38e0b6e68b...5b4a9f6a9e )
---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-10 11:27:05 -07:00
tgrall
fc374f5e9a
remove the documentation about workflow parameters
2023-04-10 07:59:26 +02:00
tgrall
b4e6f81a72
resolve comments from @henrymercer
2023-04-10 07:56:09 +02:00
Tugdual Grall
0b75f471b1
Update CHANGELOG.md : during PR Review
...
Co-authored-by: Henry Mercer <henry.mercer@me.com >
2023-04-10 07:38:51 +02:00
Tugdual Grall
c9f360d9af
Update README.md : during PR Review
...
Co-authored-by: Henry Mercer <henry.mercer@me.com >
2023-04-10 07:38:31 +02:00
Tugdual Grall
d2950c11f0
Update README.md : during PR Review
...
Co-authored-by: Henry Mercer <henry.mercer@me.com >
2023-04-10 07:37:52 +02:00
Tugdual Grall
a9fb7d923c
Update init/action.yml : PR review
...
Co-authored-by: Henry Mercer <henry.mercer@me.com >
2023-04-10 07:37:20 +02:00
Tugdual Grall
696504dcab
Accept change in PR
...
Co-authored-by: Henry Mercer <henry.mercer@me.com >
2023-04-10 07:35:57 +02:00
Tugdual Grall
18f13455eb
Merge branch 'main' into issue-1589-config-param
2023-04-10 07:33:09 +02:00
Henry Mercer
988e1bc941
Merge pull request #1639 from github/mergeback/v2.2.11-to-main-d186a2a3
...
Mergeback v2.2.11 refs/heads/releases/v2 into main
2023-04-06 19:20:52 +01:00
github-actions[bot]
e12fed6a79
Update checked-in dependencies
2023-04-06 17:58:48 +00:00
github-actions[bot]
ca89579b06
Update changelog and version after v2.2.11
2023-04-06 17:31:29 +00:00
Henry Mercer
d186a2a36c
Merge pull request #1638 from github/update-v2.2.11-518b24fea
...
Merge main into releases/v2
2023-04-06 18:29:23 +01:00
github-actions[bot]
748f83eaab
Update changelog for v2.2.11
2023-04-06 17:08:10 +00:00
Henry Mercer
518b24fea4
Merge pull request #1637 from github/henrymercer/fix-init-exception-reporting
...
Report exceptions to telemetry in init Action
2023-04-06 17:57:29 +01:00
Henry Mercer
69371ffa95
Merge branch 'main' into henrymercer/fix-init-exception-reporting
2023-04-06 17:05:02 +01:00
Henry Mercer
e5c2f32a9f
Consistently wrap errors
2023-04-06 17:04:21 +01:00
Henry Mercer
c28edf06a1
Merge pull request #1636 from github/henrymercer/re-enable-duplicate-sarif-workaround
...
Re-enable duplicate SARIF notification location workaround
2023-04-06 16:45:06 +01:00
Henry Mercer
555b602b2f
Report exceptions to telemetry in init Action
2023-04-06 15:08:48 +01:00
Henry Mercer
7193623f40
Re-enable duplicate SARIF notification location workaround
2023-04-06 14:48:04 +01:00
Henry Mercer
2058418de9
Don't expect Swift baseline info on Windows
2023-04-05 20:41:23 +01:00
Henry Mercer
5da64f56c0
Set up Swift in unset environment workflow
2023-04-05 20:27:02 +01:00
Henry Mercer
322cea6439
Set up Swift in local bundle workflow
2023-04-05 19:31:20 +01:00
Henry Mercer
f7a67e4341
Merge branch 'main' into henrymercer/remove-legacy-tracing
2023-04-05 18:39:27 +01:00
Alexander Eyers-Taylor
f32426ba96
Merge pull request #1635 from github/mergeback/v2.2.10-to-main-8c8d71dd
...
Mergeback v2.2.10 refs/heads/releases/v2 into main
2023-04-05 18:13:33 +01:00
github-actions[bot]
173a94ca3f
Update checked-in dependencies
2023-04-05 16:53:56 +00:00
github-actions[bot]
8efbd5b301
Update changelog and version after v2.2.10
2023-04-05 16:15:52 +00:00
Alexander Eyers-Taylor
8c8d71dde4
Merge pull request #1634 from github/update-v2.2.10-66aeadb4c
...
Merge main into releases/v2
2023-04-05 17:13:56 +01:00
github-actions[bot]
d53297ef61
Update changelog for v2.2.10
2023-04-05 15:35:01 +00:00
Henry Mercer
66aeadb4c9
Merge pull request #1631 from github/henrymercer/duplicate-diagnostics-fixed-in-cli
...
Skip the SARIF notification object workaround for CLIs that have fixed this bug
2023-04-05 10:46:12 +01:00
Andrew Eisenberg
fa7cce4d4b
Merge pull request #1632 from github/aeisenberg/codeql-testing-org
...
Move to the codeql-testing org
2023-04-04 14:38:19 -07:00
Andrew Eisenberg
2754e10472
Move to the codeql-testing org
...
Refer to the packages in codeql-testing, not in dsp-testing.
2023-04-04 13:39:56 -07:00
Henry Mercer
3bba073180
Skip the SARIF notification object workaround for fixed CLIs
2023-04-04 18:19:05 +01:00
Alexander Eyers-Taylor
ae0109a777
Merge pull request #1629 from github/alexet/update-2.12.6-2
...
Update default CodeQL bundle version to 2.12.6
2023-04-04 16:32:13 +01:00
Alexander Eyers-Taylor
9c869ebf0d
Update default CodeQL bundle version to 2.12.6
2023-04-04 16:01:04 +01:00
Henry Mercer
f0a422fa27
Merge pull request #1630 from github/henrymercer/automate-bundle-upgrade
...
Automate the bundle upgrade
2023-04-03 20:07:03 +01:00
Henry Mercer
98173be3f0
Add a comment about lib/defaults.json
2023-04-03 19:39:22 +01:00
Henry Mercer
f6091a09eb
Use tee when setting env vars to improve debugging
2023-04-03 19:34:20 +01:00
Henry Mercer
a86046f817
Explain CLI version marker files
2023-04-03 19:32:03 +01:00
Henry Mercer
33f30874a7
Format .github/actions/update-bundle/index.ts
2023-04-03 19:30:07 +01:00
Henry Mercer
1c0a788663
Add workflow to automatically update the bundle
2023-04-03 19:10:01 +01:00
Henry Mercer
e85546ccca
Move internal Actions into .github/actions
...
This is a more standard location for these custom Actions.
2023-04-03 18:29:29 +01:00
tgrall
fe4a785361
rename new parameter from configuration to config
2023-04-01 07:13:01 +02:00
Henry Mercer
bb28e7e59e
Merge pull request #1626 from github/henrymercer/diagnostics-ghes
...
Enable diagnostics functionality on GHES
2023-03-30 10:22:39 +01:00
Henry Mercer
69aec345f1
Pass negative SARIF include diagnostics flag when feature is disabled
...
In preparation for enabling this flag by default in the CLI
2023-03-29 18:56:19 +01:00
Henry Mercer
29a4713933
Enable diagnostics functionality on GHES
2023-03-29 18:45:27 +01:00
Henry Mercer
d838bacfbe
Simplify matrix
2023-03-29 15:48:13 +01:00
Robin Neatherway
dc81ae3368
Merge pull request #1625 from github/rneatherway/rm-old-checks
...
Remove checks for triggering on specific paths
2023-03-29 13:28:57 +01:00
Henry Mercer
72d018e267
Improve serialization of Swift environment variable if expression
2023-03-29 13:15:59 +01:00
Henry Mercer
9975b733f4
Fix bundle version comments
2023-03-29 13:03:45 +01:00
Henry Mercer
6cd5121600
Merge branch 'main' into henrymercer/remove-legacy-tracing
2023-03-29 13:03:14 +01:00
Robin Neatherway
f6e4cff38a
Remove checks for triggering on specific paths
...
These are no longer necessary with the new approach to selecting
alerts to show on pull requests.
2023-03-29 11:02:16 +02:00
Henry Mercer
fff3a80b5b
Merge pull request #1620 from github/henrymercer/disable-flaky-check
...
Disable flaky Swift autobuild checks
2023-03-28 21:01:11 +01:00
Henry Mercer
ff39eb8d6a
Disable flaky Swift autobuild checks
2023-03-28 20:40:23 +01:00
Henry Mercer
6ef37003ca
Update CodeQL releases used in PR checks
2023-03-28 20:07:09 +01:00
Henry Mercer
d13d683355
Bump minor version number and add changelog note
2023-03-28 18:53:47 +01:00
Henry Mercer
d8fe76e161
Delete legacy tracing
2023-03-28 18:53:43 +01:00
Henry Mercer
4772c1d99f
Bump minimum version to 2.8.5
2023-03-28 17:24:45 +01:00
Andrew Eisenberg
f9c159f4fd
Merge pull request #1613 from github/aeisenberg/codeql-testing
...
Use new location for external queries
2023-03-27 17:35:01 -07:00
Andrew Eisenberg
0af0653ef4
Use new location for external queries
...
They have moved from `dsp-testing` to `codeql-testing`.
2023-03-27 16:11:45 -07:00
Henry Mercer
bc0ed6a6c3
Merge pull request #1610 from github/henrymercer/diagnostics-workaround-improvements
...
Follow-up improvements to the diagnostics workaround
2023-03-27 17:12:07 +01:00
Henry Mercer
b0e191ecbc
Merge pull request #1609 from github/mergeback/v2.2.9-to-main-04df1262
...
Mergeback v2.2.9 refs/heads/releases/v2 into main
2023-03-27 16:42:07 +01:00
Henry Mercer
57eca7cbb2
Use Array.isArray
2023-03-27 15:59:29 +01:00
Henry Mercer
1e7a38893c
Wrap reading and writing SARIF files
2023-03-27 15:44:47 +01:00
github-actions[bot]
2deae45400
Update checked-in dependencies
2023-03-27 14:03:17 +00:00
github-actions[bot]
32daed70e7
Update changelog and version after v2.2.9
2023-03-27 13:41:15 +00:00
Henry Mercer
04df1262e6
Merge pull request #1608 from github/update-v2.2.9-fb32c3fef
...
Merge main into releases/v2
2023-03-27 14:36:30 +01:00
Henry Mercer
f0988cbd79
Move changelog note to correct section
2023-03-27 11:57:26 +01:00
github-actions[bot]
fef20d6c35
Update changelog for v2.2.9
2023-03-27 10:53:14 +00:00
Henry Mercer
fb32c3fefd
Merge pull request #1605 from github/henrymercer/diagnostics-grouping-workaround
...
Work around duplicate locations bug in diagnostics export
2023-03-27 11:43:33 +01:00
Henry Mercer
329c022f48
Just check the number of locations
...
Only tests the property we are looking for and avoids problems with
different cross-platform behavior.
2023-03-24 21:50:26 +00:00
Henry Mercer
c8935d5a9d
Remove duplicate locations from failed run SARIF
2023-03-24 20:30:57 +00:00
Henry Mercer
ade432fd68
Remove duplicate locations from output of database interpret-results
2023-03-24 20:30:57 +00:00
Henry Mercer
6f852eeb38
Implement removing duplicate locations from a SARIF file
2023-03-24 20:30:57 +00:00
Henry Mercer
097ab4665f
Speed up checks a bit by just running the standard suite
2023-03-24 20:30:57 +00:00
Henry Mercer
befd804b8b
Extend diagnostics export integration test to capture location bug
2023-03-24 19:48:36 +00:00
Angela P Wen
a21bb7f968
Update upload input values and logic ( #1598 )
...
- The `upload` input to the `analyze` Action now accepts the following values:
- `always` is the default value, which uploads the SARIF file to Code Scanning for successful and failed runs.
- `failure-only` is recommended for customers post-processing the SARIF file before uploading it to Code Scanning. This option uploads debugging information to Code Scanning for failed runs to improve the debugging experience.
- `never` avoids uploading the SARIF file to Code Scanning even if the code scanning run fails. This is not recommended for external users since it complicates debugging.
- The legacy `true` and `false` options will be interpreted as `always` and `failure-only` respectively.
---------
Co-authored-by: Henry Mercer <henry.mercer@me.com >
2023-03-23 17:23:25 +00:00
Charis Kyriakou
0214d1d378
Merge pull request #1603 from github/charisk/default-branch-analayzing-override
...
Add override for code scanning analysis of default branch
2023-03-23 14:21:05 +00:00
Charis Kyriakou
94cc1dea00
Add override for code scanning analysis of default branch
2023-03-23 13:31:00 +00:00
Henry Mercer
04f256d7e2
Merge pull request #1602 from github/mergeback/v2.2.8-to-main-67a35a08
...
Mergeback v2.2.8 refs/heads/releases/v2 into main
2023-03-22 19:48:28 +00:00
github-actions[bot]
0b08c9f2ff
Update checked-in dependencies
2023-03-22 19:14:19 +00:00
github-actions[bot]
1196b1ac0c
Update changelog and version after v2.2.8
2023-03-22 19:04:40 +00:00
Henry Mercer
67a35a0858
Merge pull request #1601 from github/update-v2.2.8-066b6343e
...
Merge main into releases/v2
2023-03-22 19:02:35 +00:00
github-actions[bot]
57571ab0cd
Update changelog for v2.2.8
2023-03-22 18:32:36 +00:00
Henry Mercer
066b6343ef
Merge pull request #1599 from github/update-supported-enterprise-server-versions
...
Update supported GitHub Enterprise Server versions.
2023-03-22 18:26:37 +00:00
Robin Neatherway
aefd9896b1
Merge pull request #1597 from github/rneatherway/ghe-dotcom
...
Account for versioning of ghe.com
2023-03-22 17:21:10 +00:00
Robin Neatherway
3ca2260643
Account for versioning of ghe.com
2023-03-22 16:47:23 +00:00
GitHub
5f20b2c372
Update supported GitHub Enterprise Server versions.
2023-03-22 00:10:22 +00:00
Angela P Wen
760583e70d
Bump setup-go from v3 to v4 ( #1595 )
...
* Bump actions/setup-go from 3 to 4
Bumps [actions/setup-go](https://github.com/actions/setup-go ) from 3 to 4.
- [Release notes](https://github.com/actions/setup-go/releases )
- [Commits](https://github.com/actions/setup-go/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* Update autogenerated workflows
* Bump setup-go from v3 to v4
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-21 10:22:27 -07:00
Henry Mercer
0ef7eda548
Merge pull request #1585 from github/henrymercer/bundle-2.12.5
...
Update default bundle version to 2.12.5
2023-03-21 14:59:16 +00:00
Henry Mercer
86128131fa
Merge branch 'main' into henrymercer/bundle-2.12.5
2023-03-21 12:18:07 +00:00
Henry Mercer
ebbe965b43
Merge pull request #1588 from github/update-supported-enterprise-server-versions
...
Update supported GitHub Enterprise Server versions.
2023-03-21 00:04:32 +00:00
Angela P Wen
3cbd063679
Upload per-database diagnostic SARIFs on green and red runs ( #1556 )
...
Co-authored-by: Henry Mercer <henry.mercer@me.com >
2023-03-20 21:09:04 +00:00
dependabot[bot]
b4fba292aa
Bump typescript from 4.9.4 to 5.0.2 ( #1592 )
...
* Bump typescript from 4.9.4 to 5.0.2
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 4.9.4 to 5.0.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.9.4...v5.0.2 )
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* Update checked-in dependencies
* Bump @typescript-eslint/parser for TS 5 compat
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions@github.com >
Co-authored-by: Henry Mercer <henrymercer@github.com >
2023-03-20 13:32:50 -07:00
dependabot[bot]
b55762b0a6
Bump actions/setup-go from 3 to 4 ( #1593 )
...
* Bump actions/setup-go from 3 to 4
Bumps [actions/setup-go](https://github.com/actions/setup-go ) from 3 to 4.
- [Release notes](https://github.com/actions/setup-go/releases )
- [Commits](https://github.com/actions/setup-go/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* Update autogenerated workflows
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Angela P Wen <angelapwen@github.com >
2023-03-20 13:31:56 -07:00
dependabot[bot]
91fb7b5c11
Bump peter-evans/create-pull-request from 4.2.3 to 4.2.4 ( #1594 )
...
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request ) from 4.2.3 to 4.2.4.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases )
- [Commits](2b011faafd...38e0b6e68b )
---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-20 11:57:08 -07:00
Tugdual Grall
34231cfd52
fix CI failure - check js
2023-03-18 16:51:49 +00:00
Tugdual Grall
f1fb80a041
Update README.md
2023-03-18 16:17:44 +01:00
Tugdual Grall
f81f52702f
Update README.md - typo
2023-03-18 16:17:16 +01:00
Tugdual Grall
2f141340f0
fix linter issues
2023-03-18 15:14:34 +00:00
Tugdual Grall
94786b354b
update changelog
2023-03-18 13:48:45 +00:00
Tugdual Grall
ee44252240
- Add new configuration Parameter
...
- Write test to check it is read from configuration
- Update documentation
2023-03-18 13:40:54 +00:00
GitHub
978bc50f9b
Update supported GitHub Enterprise Server versions.
2023-03-18 00:11:16 +00:00
Henry Mercer
fb75ebd750
Merge pull request #1586 from github/henrymercer/enterprise-releases-ignore-classic-version
...
Ignore classic GHES version when updating supported versions
2023-03-17 18:03:36 +00:00
Henry Mercer
a2527628e8
Add a workflow_dispatch trigger
2023-03-17 13:54:10 +00:00
Henry Mercer
16b3d998b4
Ignore classic GHES version when updating supported versions
2023-03-17 13:53:24 +00:00
Henry Mercer
98a90dcce7
Update default bundle version to 2.12.5
2023-03-17 13:42:17 +00:00
Henry Mercer
d23060145b
Merge pull request #1582 from github/mergeback/v2.2.7-to-main-168b99b3
...
Mergeback v2.2.7 refs/heads/releases/v2 into main
2023-03-15 12:15:14 +00:00
github-actions[bot]
bd8fec7f9f
Update checked-in dependencies
2023-03-15 11:51:19 +00:00
github-actions[bot]
6a8522e57e
Update changelog and version after v2.2.7
2023-03-15 11:44:17 +00:00