diff --git a/.github/workflows/__go-tracing-autobuilder.yml b/.github/workflows/__go-tracing-autobuilder.yml index 52cdec1837..3159b86e4c 100644 --- a/.github/workflows/__go-tracing-autobuilder.yml +++ b/.github/workflows/__go-tracing-autobuilder.yml @@ -63,6 +63,10 @@ jobs: version: stable-v2.21.4 - os: macos-latest version: stable-v2.21.4 + - os: ubuntu-latest + version: stable-v2.22.4 + - os: macos-latest + version: stable-v2.22.4 - os: ubuntu-latest version: default - os: macos-latest diff --git a/.github/workflows/__go-tracing-custom-build-steps.yml b/.github/workflows/__go-tracing-custom-build-steps.yml index f62984ee17..1e7253fe0d 100644 --- a/.github/workflows/__go-tracing-custom-build-steps.yml +++ b/.github/workflows/__go-tracing-custom-build-steps.yml @@ -63,6 +63,10 @@ jobs: version: stable-v2.21.4 - os: macos-latest version: stable-v2.21.4 + - os: ubuntu-latest + version: stable-v2.22.4 + - os: macos-latest + version: stable-v2.22.4 - os: ubuntu-latest version: default - os: macos-latest diff --git a/.github/workflows/__go-tracing-legacy-workflow.yml b/.github/workflows/__go-tracing-legacy-workflow.yml index 23926a2470..463e2c680b 100644 --- a/.github/workflows/__go-tracing-legacy-workflow.yml +++ b/.github/workflows/__go-tracing-legacy-workflow.yml @@ -63,6 +63,10 @@ jobs: version: stable-v2.21.4 - os: macos-latest version: stable-v2.21.4 + - os: ubuntu-latest + version: stable-v2.22.4 + - os: macos-latest + version: stable-v2.22.4 - os: ubuntu-latest version: default - os: macos-latest diff --git a/.github/workflows/__multi-language-autodetect.yml b/.github/workflows/__multi-language-autodetect.yml index b134b1e33b..9fe00c6095 100644 --- a/.github/workflows/__multi-language-autodetect.yml +++ b/.github/workflows/__multi-language-autodetect.yml @@ -63,6 +63,10 @@ jobs: version: stable-v2.21.4 - os: ubuntu-latest version: stable-v2.21.4 + - os: macos-latest + version: stable-v2.22.4 + - os: ubuntu-latest + version: stable-v2.22.4 - os: macos-latest version: default - os: ubuntu-latest diff --git a/pr-checks/sync.py b/pr-checks/sync.py index 8a03822d99..9ca49fefa5 100755 --- a/pr-checks/sync.py +++ b/pr-checks/sync.py @@ -1,9 +1,8 @@ #!/usr/bin/env python import ruamel.yaml -from ruamel.yaml.scalarstring import FoldedScalarString, SingleQuotedScalarString +from ruamel.yaml.scalarstring import SingleQuotedScalarString import pathlib -import textwrap import os # The default set of CodeQL Bundle versions to use for the PR checks. @@ -18,6 +17,8 @@ "stable-v2.20.7", # The last CodeQL release in the 2.21 series. "stable-v2.21.4", + # The last CodeQL release in the 2.22 series. + "stable-v2.22.4", # The default version of CodeQL for Dotcom, as determined by feature flags. "default", # The version of CodeQL shipped with the Action in `defaults.json`. During the release process