Skip to content

Commit 9c3aedb

Browse files
committed
Update PR check testing matrix
1 parent b986640 commit 9c3aedb

7 files changed

Lines changed: 26 additions & 26 deletions

File tree

.github/workflows/__go-tracing-autobuilder.yml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__go-tracing-custom-build-steps.yml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__go-tracing-legacy-workflow.yml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__multi-language-autodetect.yml

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__rust.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pr-checks/checks/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: "Rust analysis"
22
description: "Tests creation of a Rust database"
33
versions:
44
# experimental rust support introduced, requires action to set `CODEQL_ENABLE_EXPERIMENTAL_FEATURES`
5-
- stable-v2.19.3
5+
- stable-v2.19.4
66
# first public preview version
77
- stable-v2.22.1
88
- linked

pr-checks/sync.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,17 +97,17 @@ type LanguageSetups = Partial<Record<BuiltInLanguage, LanguageSetup>>;
9797
// The default set of CodeQL Bundle versions to use for the PR checks.
9898
const defaultTestVersions = [
9999
// The oldest supported CodeQL version. If bumping, update `CODEQL_MINIMUM_VERSION` in `codeql.ts`
100-
"stable-v2.17.6",
101-
// The last CodeQL release in the 2.18 series.
102-
"stable-v2.18.4",
103-
// The last CodeQL release in the 2.19 series.
104100
"stable-v2.19.4",
105101
// The last CodeQL release in the 2.20 series.
106102
"stable-v2.20.7",
107103
// The last CodeQL release in the 2.21 series.
108104
"stable-v2.21.4",
109105
// The last CodeQL release in the 2.22 series.
110106
"stable-v2.22.4",
107+
// The last CodeQL release in the 2.23 series.
108+
"stable-v2.23.9",
109+
// The last CodeQL release in the 2.24 series.
110+
"stable-v2.24.3",
111111
// The default version of CodeQL for Dotcom, as determined by feature flags.
112112
"default",
113113
// The version of CodeQL shipped with the Action in `defaults.json`. During the release process

0 commit comments

Comments
 (0)