Henry Mercer
65853b9b29
Add e2e test for rolling back build mode
2024-02-12 23:31:59 +00:00
Henry Mercer
fc9f9e5ef9
Merge pull request #2120 from github/henrymercer/no-autobuild-action-necessary-with-build-mode
...
Allow omitting the autobuild Action when build mode specified
2024-02-08 16:23:54 +00:00
Henry Mercer
f3ced614cb
Add PR checks for other build modes
2024-02-08 15:40:46 +00:00
Josh Soref
932a7d5a59
Remove stray trailing spaces ( #2122 )
2024-02-08 09:48:13 +00:00
Henry Mercer
0ab8e2a32a
Test omitting autobuild Action when build mode specified
2024-02-07 13:19:29 +00:00
Henry Mercer
e1fa6ddb4a
Disable debug mode in checkout path tests
...
This avoids uploading debug artifacts, which takes a while.
2024-02-02 19:16:53 +00:00
Henry Mercer
1d4866b058
Only run custom checkout_path tests against a single CodeQL version
...
These tests do not depend on the CodeQL version.
2024-02-02 19:16:01 +00:00
Henry Mercer
463930c71f
Add PR check for none build mode
2024-01-31 14:55:12 +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
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
35b10b5ff7
Merge branch 'main' into henrymercer/drop-codeql-v2.11.5
2024-01-02 18:03:32 +00:00
Henry Mercer
fb410e7156
Update PR check source
2024-01-02 12:18:35 +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
nickfyson
0e9a210226
update workflows to run on all release branches
2023-12-06 15:57:43 +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
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
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
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
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
959337a156
C++: fix autobuild pr-checks for macOS
2023-10-24 11:10:13 +02: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
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
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
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
f243294ab7
Extend PR check to test resolve-environment works with language alias
2023-10-05 15:57:53 +01:00
Michael B. Gale
4154eb799b
Fix: workflow name and description
2023-10-05 13:29:18 +01:00
Michael B. Gale
faf7528b44
Add integration test for Go workaround diagnostic
2023-10-05 13:11:37 +01:00
Michael B. Gale
c8dd2bc90f
Add integration test for workaround
2023-10-05 10:46:10 +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
d718153f0a
Use Go 1.21 for Go tracing checks
2023-10-04 17:23:51 +01:00
Henry Mercer
37a2d1fe3c
Remove ML-powered queries PR checks
2023-10-02 17:29:54 +01:00
Henry Mercer
467bfa1cff
Update CodeQL versions tested in PR checks
2023-09-27 16:21:16 +01:00
Henry Mercer
3ffd6c071a
Update PR check description
2023-09-15 11:12:41 +01:00
Henry Mercer
897ddf2662
Add PR check
2023-09-14 16:11:20 +01: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
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
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
49e0fc2ba1
PR checks: Rename cached to default
2023-08-02 18:02:10 +01:00
Henry Mercer
679aac1b20
Use platform specific bundles in PR checks
2023-07-28 12:06:57 +01:00
Henry Mercer
2e8581811e
Remove redundant environment variable from PR check
2023-07-17 15:42:21 +01:00
Henry Mercer
fed45865ba
Merge branch 'main' into henrymercer/bump-minimum-codeql-version
2023-07-10 13:21:51 +01:00
Nick Rolfe
ab9aa50acb
Add integration test for scaling_reserved_ram feature flag
2023-07-07 17:01:34 +01:00