Skip to content

Commit 8279538

Browse files
authored
Merge pull request #3114 from github/henrymercer/pr-checks-codeql-2.22
Run PR checks over CodeQL v2.22 release series
2 parents 77c3d25 + 86f23c3 commit 8279538

File tree

5 files changed

+19
-2
lines changed

5 files changed

+19
-2
lines changed

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

Lines changed: 4 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-custom-build-steps.yml

Lines changed: 4 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-legacy-workflow.yml

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

pr-checks/sync.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
#!/usr/bin/env python
22

33
import ruamel.yaml
4-
from ruamel.yaml.scalarstring import FoldedScalarString, SingleQuotedScalarString
4+
from ruamel.yaml.scalarstring import SingleQuotedScalarString
55
import pathlib
6-
import textwrap
76
import os
87

98
# The default set of CodeQL Bundle versions to use for the PR checks.
@@ -18,6 +17,8 @@
1817
"stable-v2.20.7",
1918
# The last CodeQL release in the 2.21 series.
2019
"stable-v2.21.4",
20+
# The last CodeQL release in the 2.22 series.
21+
"stable-v2.22.4",
2122
# The default version of CodeQL for Dotcom, as determined by feature flags.
2223
"default",
2324
# The version of CodeQL shipped with the Action in `defaults.json`. During the release process

0 commit comments

Comments
 (0)