Skip to content

Commit 7419bc6

Browse files
committed
Update CodeQL versions in generated workflows
1 parent c7f3c79 commit 7419bc6

7 files changed

+21
-19
lines changed

.github/workflows/__cpp-deptrace-enabled-on-macos.yml

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

.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: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pr-checks/checks/cpp-deptrace-enabled-on-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: "C/C++: autoinstalling dependencies is skipped (macOS)"
22
description: "Checks that running C/C++ autobuild with autoinstalling dependencies explicitly enabled is a no-op on macOS"
33
operatingSystems: ["macos"]
4-
versions: ["nightly-latest"] # This is not released yet, will come with 2.15.2
4+
versions: ["linked", "nightly-latest"]
55
env:
66
DOTNET_GENERATE_ASPNET_CERTIFICATE: "false"
77
steps:

pr-checks/sync.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
# The default set of CodeQL Bundle versions to use for the PR checks.
1010
defaultTestVersions = [
1111
# The oldest supported CodeQL version. If bumping, update `CODEQL_MINIMUM_VERSION` in `codeql.ts`
12-
"stable-v2.15.5",
13-
# The last CodeQL release in the 2.16 series.
1412
"stable-v2.16.6",
1513
# The last CodeQL release in the 2.17 series.
1614
"stable-v2.17.6",
1715
# The last CodeQL release in the 2.18 series.
1816
"stable-v2.18.4",
1917
# The last CodeQL release in the 2.19 series.
2018
"stable-v2.19.4",
19+
# The last CodeQL release in the 2.20 series.
20+
"stable-v2.20.7",
2121
# The default version of CodeQL for Dotcom, as determined by feature flags.
2222
"default",
2323
# The version of CodeQL shipped with the Action in `defaults.json`. During the release process

0 commit comments

Comments
 (0)