Henry Mercer
249d690124
Update caniuse-lite
2024-07-01 14:42:00 +02:00
Henry Mercer
bfdafbcc1e
Bump ESLint parser to version that supports TypeScript 5.5.2
2024-07-01 14:38:53 +02:00
Henry Mercer
9679491cab
Avoid reloading features when uploading SARIF
2024-07-01 14:34:11 +02:00
Henry Mercer
6c2a71ced3
Remove redundant layer from upload files functions
2024-07-01 14:31:44 +02:00
Marco Gario
ddd849e831
fix lint
2024-07-01 12:14:01 +00:00
Marco Gario
dbfc2b6359
Merge branch 'main' into marcogario/require_workflows_path
2024-07-01 11:05:13 +02:00
Marco Gario
0ff1bdba7f
Update src/api-client.ts
...
Co-authored-by: Andrew Eisenberg <aeisenberg@github.com >
2024-07-01 11:01:12 +02:00
Arthur Baars
79e9a50e51
Merge pull request #2358 from github/mergeback/v3.25.11-to-main-b611370b
...
Mergeback v3.25.11 refs/heads/releases/v3 into main
2024-06-28 17:50:12 +02:00
github-actions[bot]
80ab1ac076
Update checked-in dependencies
2024-06-28 14:47:15 +00:00
github-actions[bot]
7bb9277650
Update changelog and version after v3.25.11
2024-06-28 14:45:16 +00:00
Arthur Baars
b611370bb5
Merge pull request #2357 from github/update-v3.25.11-de945755c
...
Merge main into releases/v3
v3.25.11
2024-06-28 16:43:56 +02:00
github-actions[bot]
3e6431f3ac
Update changelog for v3.25.11
2024-06-28 14:09:54 +00:00
Arthur Baars
de945755c9
Merge pull request #2352 from github/update-bundle/codeql-bundle-v2.17.6
...
Update default bundle to 2.17.6
2024-06-27 19:20:57 +02:00
Marco Gario
37b6ead477
Better handling for required workflows
...
Return the workflow path from the run rather than trying to fetch the workflow
information when the workflow information is missing or refers to a required workflow.
2024-06-27 16:24:26 +00:00
Henry Mercer
bef80a1974
Add changelog note
2024-06-26 19:46:09 +01:00
Henry Mercer
8a9ecdff2e
Remove tests that require us to have at least one feature with a toolsVersion
...
If no features have a `toolsVersion` property, we'll never hit those code paths, so it isn't that important to test them.
Having a synthetic feature is an option but might create user confusion.
2024-06-26 19:46:03 +01:00
Henry Mercer
a52b209ec8
Enable direct tracing the autobuild build mode by default
2024-06-26 19:38:13 +01:00
github-actions[bot]
a32d3058b8
Add changelog note
2024-06-25 13:53:54 +00:00
github-actions[bot]
9ccc99508a
Update default bundle to codeql-bundle-v2.17.6
2024-06-25 13:53:49 +00:00
Angela P Wen
9b7c22c3b3
Merge pull request #2351 from github/dependabot/npm_and_yarn/npm-6791eaa26c
...
Bump the npm group with 2 updates
codeql-bundle-v2.17.6
2024-06-25 11:41:32 +02:00
github-actions[bot]
9cf3243b0b
Rebuild
2024-06-25 09:21:42 +00:00
github-actions[bot]
1895b29ac8
Update checked-in dependencies
2024-06-24 18:08:23 +00:00
dependabot[bot]
9dcfde966d
Bump the npm group with 2 updates
...
Bumps the npm group with 2 updates: [@types/uuid](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/uuid ) and [typescript](https://github.com/Microsoft/TypeScript ).
Updates `@types/uuid` from 9.0.8 to 10.0.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/uuid )
Updates `typescript` from 5.4.5 to 5.5.2
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.4.5...v5.5.2 )
---
updated-dependencies:
- dependency-name: "@types/uuid"
dependency-type: direct:production
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 >
2024-06-24 18:07:07 +00:00
Angela P Wen
8723b5be41
Merge pull request #2350 from github/angelapwen/add-exclude-pr-check-param
...
PR check generator: add `excludeOsAndVersionCombination`
2024-06-24 18:49:19 +02:00
Angela P Wen
5d576606ec
Switch param order for clarity
2024-06-24 17:02:29 +02:00
Angela P Wen
7c35b4f6b5
Rename for clarity per PR review
2024-06-24 16:33:10 +02:00
Angela P Wen
462c756cab
Switch debug-artifacts job back to ubuntu
...
Now that CLI v2.17.4+ are available, we can switch this job back to `ubuntu`. As a result, we can also bring back testing on the older CLI versions (which did not work on MacOS).
CLI v.2.16.6 has a known failure on Linux so we exclude it from this workflow.
This change is orthogonal to the PR check generator change as the check doesn't use the generator.
2024-06-24 14:44:39 +02:00
Angela P Wen
495201e69c
PR check generator: add excludeOsAndVersionCombination
2024-06-24 13:33:24 +02:00
Andrew Eisenberg
3ce5d00107
Merge pull request #2349 from github/aeisenberg/no-fail-upload-artifacts
2024-06-22 11:14:00 -07:00
Andrew Eisenberg
e572852bf3
Update changelog
2024-06-21 11:49:52 -07:00
Andrew Eisenberg
950748204e
Avoid failing when debug artifacts can't be uploaded
...
Failing to upload debug artifacts should not fail the action since
it is possible that the action has already succeeded by the time this
failure occurs.
2024-06-20 12:05:45 -07:00
Henry Mercer
ce5603b80a
Merge pull request #2344 from github/sashabu/cpp-trap-cache
...
Remove C++ TRAP caching feature flag in favour of CLI v2.17.5 check.
2024-06-18 13:02:26 +01:00
Angela P Wen
c8f2e2ddaa
Merge pull request #2345 from github/dependabot/npm_and_yarn/npm-5c2f2cbc05
...
Bump the npm group with 2 updates
2024-06-18 14:07:21 +04:00
Henry Mercer
0141077280
Merge branch 'main' into sashabu/cpp-trap-cache
2024-06-18 11:01:14 +01:00
Henry Mercer
2674782bad
Merge pull request #2342 from github/henrymercer/swift-autobuild-check-with-build-mode
...
Add build mode to Swift autobuild PR check
2024-06-18 11:00:57 +01:00
Angela P Wen
b8a226936d
Merge branch 'main' into dependabot/npm_and_yarn/npm-5c2f2cbc05
2024-06-18 13:46:05 +04:00
Henry Mercer
691e81dcdf
Merge branch 'main' into henrymercer/swift-autobuild-check-with-build-mode
2024-06-18 10:26:31 +01:00
Henry Mercer
0d598e718d
Merge pull request #2346 from github/aeisenberg/fix-workflow
...
Fix workflow
2024-06-18 10:26:18 +01:00
Henry Mercer
208abc5a9a
Merge branch 'main' into henrymercer/swift-autobuild-check-with-build-mode
2024-06-18 10:10:31 +01:00
Henry Mercer
5b39968121
Merge pull request #2343 from github/henrymercer/remove-macos-11
...
Remove macOS 11 check and add macOS 14
2024-06-18 10:10:15 +01:00
Andrew Eisenberg
f45434f7f2
Merge branch 'aeisenberg/fix-workflow' into dependabot/npm_and_yarn/npm-5c2f2cbc05
2024-06-17 14:07:11 -07:00
Andrew Eisenberg
b7574c1c6a
Fix workflow
2024-06-17 14:02:59 -07:00
Andrew Eisenberg
35619fbef6
Merge pull request #1939 from github/aeisenberg/enable-kotlin-tests
...
Re-enable kotlin tests
2024-06-17 13:48:06 -07:00
github-actions[bot]
b530827173
Update checked-in dependencies
2024-06-17 18:36:02 +00:00
dependabot[bot]
e8821c51a5
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 7.13.0 to 7.13.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/v7.13.1/packages/eslint-plugin )
Updates `@typescript-eslint/parser` from 7.13.0 to 7.13.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/v7.13.1/packages/parser )
---
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
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-06-17 18:34:57 +00:00
Alexandre Boulgakov
c82e2452bb
Remove C++ TRAP caching feature flag in favour of CLI v2.17.5 check.
2024-06-17 17:42:58 +01:00
Henry Mercer
ec1c05a15f
Specify a single category
...
We run the same queries across all the OSes so we only need a single category
2024-06-17 16:02:05 +01:00
Henry Mercer
de327e8f55
Remove macOS 11 check and add macOS 14
...
The macOS 11 runner image is deprecated on Dotcom.
2024-06-17 15:45:17 +01:00
Henry Mercer
6f86b5da5d
Bump timeout
2024-06-17 13:02:17 +01:00
Henry Mercer
eb17dc2c6f
Add build mode to Swift autobuild check
2024-06-17 12:50:33 +01:00