diff --git a/.github/workflows/__analyze-ref-input.yml b/.github/workflows/__analyze-ref-input.yml index e54ba7421f..40d99f40d3 100644 --- a/.github/workflows/__analyze-ref-input.yml +++ b/.github/workflows/__analyze-ref-input.yml @@ -27,6 +27,8 @@ jobs: - stable-20210308 - stable-20210319 - stable-20210809 + - stable-20211005 + - stable-20220120 - cached - latest - nightly-latest diff --git a/.github/workflows/__debug-artifacts.yml b/.github/workflows/__debug-artifacts.yml index 063b7cc0ac..797ad456d3 100644 --- a/.github/workflows/__debug-artifacts.yml +++ b/.github/workflows/__debug-artifacts.yml @@ -27,6 +27,8 @@ jobs: - stable-20210308 - stable-20210319 - stable-20210809 + - stable-20211005 + - stable-20220120 - cached - latest - nightly-latest diff --git a/.github/workflows/__go-custom-queries.yml b/.github/workflows/__go-custom-queries.yml index f84249b23d..811b4f19d0 100644 --- a/.github/workflows/__go-custom-queries.yml +++ b/.github/workflows/__go-custom-queries.yml @@ -27,6 +27,8 @@ jobs: - stable-20210308 - stable-20210319 - stable-20210809 + - stable-20211005 + - stable-20220120 - cached - latest - nightly-latest diff --git a/.github/workflows/__go-custom-tracing-autobuild.yml b/.github/workflows/__go-custom-tracing-autobuild.yml index 427cbe5bf1..60e3ba731d 100644 --- a/.github/workflows/__go-custom-tracing-autobuild.yml +++ b/.github/workflows/__go-custom-tracing-autobuild.yml @@ -27,6 +27,8 @@ jobs: - stable-20210308 - stable-20210319 - stable-20210809 + - stable-20211005 + - stable-20220120 - cached - latest - nightly-latest diff --git a/.github/workflows/__go-custom-tracing.yml b/.github/workflows/__go-custom-tracing.yml index 6f6b57fe41..8e85618944 100644 --- a/.github/workflows/__go-custom-tracing.yml +++ b/.github/workflows/__go-custom-tracing.yml @@ -27,6 +27,8 @@ jobs: - stable-20210308 - stable-20210319 - stable-20210809 + - stable-20211005 + - stable-20220120 - cached - latest - nightly-latest diff --git a/.github/workflows/__multi-language-autodetect.yml b/.github/workflows/__multi-language-autodetect.yml index be7295123b..cc6d4db479 100644 --- a/.github/workflows/__multi-language-autodetect.yml +++ b/.github/workflows/__multi-language-autodetect.yml @@ -27,6 +27,8 @@ jobs: - stable-20210308 - stable-20210319 - stable-20210809 + - stable-20211005 + - stable-20220120 - cached - latest - nightly-latest diff --git a/.github/workflows/__remote-config.yml b/.github/workflows/__remote-config.yml index 8b972b000c..822a75bdf9 100644 --- a/.github/workflows/__remote-config.yml +++ b/.github/workflows/__remote-config.yml @@ -27,6 +27,8 @@ jobs: - stable-20210308 - stable-20210319 - stable-20210809 + - stable-20211005 + - stable-20220120 - cached - latest - nightly-latest diff --git a/.github/workflows/__rubocop-multi-language.yml b/.github/workflows/__rubocop-multi-language.yml index 8d36e4c226..0305d2b370 100644 --- a/.github/workflows/__rubocop-multi-language.yml +++ b/.github/workflows/__rubocop-multi-language.yml @@ -27,6 +27,8 @@ jobs: - stable-20210308 - stable-20210319 - stable-20210809 + - stable-20211005 + - stable-20220120 - cached - latest - nightly-latest diff --git a/.github/workflows/__unset-environment.yml b/.github/workflows/__unset-environment.yml index 0eaaf57217..7b81865f7f 100644 --- a/.github/workflows/__unset-environment.yml +++ b/.github/workflows/__unset-environment.yml @@ -27,6 +27,8 @@ jobs: - stable-20210308 - stable-20210319 - stable-20210809 + - stable-20211005 + - stable-20220120 - cached - latest - nightly-latest diff --git a/.github/workflows/__upload-ref-sha-input.yml b/.github/workflows/__upload-ref-sha-input.yml index 6cbdc1b6de..d30829f18d 100644 --- a/.github/workflows/__upload-ref-sha-input.yml +++ b/.github/workflows/__upload-ref-sha-input.yml @@ -27,6 +27,8 @@ jobs: - stable-20210308 - stable-20210319 - stable-20210809 + - stable-20211005 + - stable-20220120 - cached - latest - nightly-latest diff --git a/pr-checks/sync.py b/pr-checks/sync.py index 20e8ee5255..cb41c12740 100644 --- a/pr-checks/sync.py +++ b/pr-checks/sync.py @@ -8,6 +8,10 @@ "stable-20210319", # The last CodeQL release in the 2.5 series: 2.5.9. "stable-20210809", + # The last CodeQL release in the 2.6 series: 2.6.3. + "stable-20211005", + # The last CodeQL release in the 2.7 series: 2.7.6. + "stable-20220120", # The version of CodeQL currently in the toolcache. Typically either the latest release or the one before. "cached", # The latest release of CodeQL.