diff --git a/.github/workflows/__all-platform-bundle.yml b/.github/workflows/__all-platform-bundle.yml index bdeec0d73..15bb53a74 100644 --- a/.github/workflows/__all-platform-bundle.yml +++ b/.github/workflows/__all-platform-bundle.yml @@ -39,8 +39,6 @@ jobs: if: >- matrix.os == 'macos-latest' && ( - matrix.version == 'stable-20220908' || - matrix.version == 'stable-20221211' || matrix.version == 'stable-20230418' || @@ -59,11 +57,7 @@ jobs: version: ${{ matrix.version }} use-all-platform-bundle: 'true' - name: Set environment variable for Swift enablement - if: >- - runner.os != 'Windows' && ( - matrix.version == '20220908' || - matrix.version == '20221211' - ) + if: runner.os != 'Windows' && matrix.version == '20221211' shell: bash run: echo "CODEQL_ENABLE_EXPERIMENTAL_FEATURES_SWIFT=true" >> $GITHUB_ENV - id: init diff --git a/.github/workflows/__analyze-ref-input.yml b/.github/workflows/__analyze-ref-input.yml index b6a8e7345..c48f6cf39 100644 --- a/.github/workflows/__analyze-ref-input.yml +++ b/.github/workflows/__analyze-ref-input.yml @@ -43,8 +43,6 @@ jobs: if: >- matrix.os == 'macos-latest' && ( - matrix.version == 'stable-20220908' || - matrix.version == 'stable-20221211' || matrix.version == 'stable-20230418' || @@ -63,11 +61,7 @@ jobs: version: ${{ matrix.version }} use-all-platform-bundle: 'false' - name: Set environment variable for Swift enablement - if: >- - runner.os != 'Windows' && ( - matrix.version == '20220908' || - matrix.version == '20221211' - ) + if: runner.os != 'Windows' && matrix.version == '20221211' shell: bash run: echo "CODEQL_ENABLE_EXPERIMENTAL_FEATURES_SWIFT=true" >> $GITHUB_ENV - uses: ./../action/init diff --git a/.github/workflows/__autobuild-action.yml b/.github/workflows/__autobuild-action.yml index 505fe9cb6..be0dd861c 100644 --- a/.github/workflows/__autobuild-action.yml +++ b/.github/workflows/__autobuild-action.yml @@ -43,8 +43,6 @@ jobs: if: >- matrix.os == 'macos-latest' && ( - matrix.version == 'stable-20220908' || - matrix.version == 'stable-20221211' || matrix.version == 'stable-20230418' || @@ -63,11 +61,7 @@ jobs: version: ${{ matrix.version }} use-all-platform-bundle: 'false' - name: Set environment variable for Swift enablement - if: >- - runner.os != 'Windows' && ( - matrix.version == '20220908' || - matrix.version == '20221211' - ) + if: runner.os != 'Windows' && matrix.version == '20221211' shell: bash run: echo "CODEQL_ENABLE_EXPERIMENTAL_FEATURES_SWIFT=true" >> $GITHUB_ENV - uses: ./../action/init diff --git a/.github/workflows/__config-export.yml b/.github/workflows/__config-export.yml index 7d2ce0a35..5549c1f01 100644 --- a/.github/workflows/__config-export.yml +++ b/.github/workflows/__config-export.yml @@ -49,8 +49,6 @@ jobs: if: >- matrix.os == 'macos-latest' && ( - matrix.version == 'stable-20220908' || - matrix.version == 'stable-20221211' || matrix.version == 'stable-20230418' || @@ -69,11 +67,7 @@ jobs: version: ${{ matrix.version }} use-all-platform-bundle: 'false' - name: Set environment variable for Swift enablement - if: >- - runner.os != 'Windows' && ( - matrix.version == '20220908' || - matrix.version == '20221211' - ) + if: runner.os != 'Windows' && matrix.version == '20221211' shell: bash run: echo "CODEQL_ENABLE_EXPERIMENTAL_FEATURES_SWIFT=true" >> $GITHUB_ENV - uses: ./../action/init diff --git a/.github/workflows/__cpp-deptrace-disabled.yml b/.github/workflows/__cpp-deptrace-disabled.yml index 926d5937d..d4a20f6a8 100644 --- a/.github/workflows/__cpp-deptrace-disabled.yml +++ b/.github/workflows/__cpp-deptrace-disabled.yml @@ -43,8 +43,6 @@ jobs: if: >- matrix.os == 'macos-latest' && ( - matrix.version == 'stable-20220908' || - matrix.version == 'stable-20221211' || matrix.version == 'stable-20230418' || @@ -63,11 +61,7 @@ jobs: version: ${{ matrix.version }} use-all-platform-bundle: 'false' - name: Set environment variable for Swift enablement - if: >- - runner.os != 'Windows' && ( - matrix.version == '20220908' || - matrix.version == '20221211' - ) + if: runner.os != 'Windows' && matrix.version == '20221211' shell: bash run: echo "CODEQL_ENABLE_EXPERIMENTAL_FEATURES_SWIFT=true" >> $GITHUB_ENV - name: Test setup diff --git a/.github/workflows/__cpp-deptrace-enabled-on-macos.yml b/.github/workflows/__cpp-deptrace-enabled-on-macos.yml index d7b44159e..0cdb92853 100644 --- a/.github/workflows/__cpp-deptrace-enabled-on-macos.yml +++ b/.github/workflows/__cpp-deptrace-enabled-on-macos.yml @@ -39,8 +39,6 @@ jobs: if: >- matrix.os == 'macos-latest' && ( - matrix.version == 'stable-20220908' || - matrix.version == 'stable-20221211' || matrix.version == 'stable-20230418' || @@ -59,11 +57,7 @@ jobs: version: ${{ matrix.version }} use-all-platform-bundle: 'false' - name: Set environment variable for Swift enablement - if: >- - runner.os != 'Windows' && ( - matrix.version == '20220908' || - matrix.version == '20221211' - ) + if: runner.os != 'Windows' && matrix.version == '20221211' shell: bash run: echo "CODEQL_ENABLE_EXPERIMENTAL_FEATURES_SWIFT=true" >> $GITHUB_ENV - name: Test setup diff --git a/.github/workflows/__cpp-deptrace-enabled.yml b/.github/workflows/__cpp-deptrace-enabled.yml index 4eb4a3b8c..ad9dbf0dd 100644 --- a/.github/workflows/__cpp-deptrace-enabled.yml +++ b/.github/workflows/__cpp-deptrace-enabled.yml @@ -43,8 +43,6 @@ jobs: if: >- matrix.os == 'macos-latest' && ( - matrix.version == 'stable-20220908' || - matrix.version == 'stable-20221211' || matrix.version == 'stable-20230418' || @@ -63,11 +61,7 @@ jobs: version: ${{ matrix.version }} use-all-platform-bundle: 'false' - name: Set environment variable for Swift enablement - if: >- - runner.os != 'Windows' && ( - matrix.version == '20220908' || - matrix.version == '20221211' - ) + if: runner.os != 'Windows' && matrix.version == '20221211' shell: bash run: echo "CODEQL_ENABLE_EXPERIMENTAL_FEATURES_SWIFT=true" >> $GITHUB_ENV - name: Test setup diff --git a/.github/workflows/__diagnostics-export.yml b/.github/workflows/__diagnostics-export.yml index d1c179255..13bc352a2 100644 --- a/.github/workflows/__diagnostics-export.yml +++ b/.github/workflows/__diagnostics-export.yml @@ -55,8 +55,6 @@ jobs: if: >- matrix.os == 'macos-latest' && ( - matrix.version == 'stable-20220908' || - matrix.version == 'stable-20221211' || matrix.version == 'stable-20230418' || @@ -75,11 +73,7 @@ jobs: version: ${{ matrix.version }} use-all-platform-bundle: 'false' - name: Set environment variable for Swift enablement - if: >- - runner.os != 'Windows' && ( - matrix.version == '20220908' || - matrix.version == '20221211' - ) + if: runner.os != 'Windows' && matrix.version == '20221211' shell: bash run: echo "CODEQL_ENABLE_EXPERIMENTAL_FEATURES_SWIFT=true" >> $GITHUB_ENV - uses: ./../action/init diff --git a/.github/workflows/__export-file-baseline-information.yml b/.github/workflows/__export-file-baseline-information.yml index 441832e74..d7f341782 100644 --- a/.github/workflows/__export-file-baseline-information.yml +++ b/.github/workflows/__export-file-baseline-information.yml @@ -43,8 +43,6 @@ jobs: if: >- matrix.os == 'macos-latest' && ( - matrix.version == 'stable-20220908' || - matrix.version == 'stable-20221211' || matrix.version == 'stable-20230418' || @@ -63,11 +61,7 @@ jobs: version: ${{ matrix.version }} use-all-platform-bundle: 'false' - name: Set environment variable for Swift enablement - if: >- - runner.os != 'Windows' && ( - matrix.version == '20220908' || - matrix.version == '20221211' - ) + if: runner.os != 'Windows' && matrix.version == '20221211' shell: bash run: echo "CODEQL_ENABLE_EXPERIMENTAL_FEATURES_SWIFT=true" >> $GITHUB_ENV - uses: ./../action/init diff --git a/.github/workflows/__extractor-ram-threads.yml b/.github/workflows/__extractor-ram-threads.yml index 002d54b8f..0b6a3152a 100644 --- a/.github/workflows/__extractor-ram-threads.yml +++ b/.github/workflows/__extractor-ram-threads.yml @@ -39,8 +39,6 @@ jobs: if: >- matrix.os == 'macos-latest' && ( - matrix.version == 'stable-20220908' || - matrix.version == 'stable-20221211' || matrix.version == 'stable-20230418' || @@ -59,11 +57,7 @@ jobs: version: ${{ matrix.version }} use-all-platform-bundle: 'false' - name: Set environment variable for Swift enablement - if: >- - runner.os != 'Windows' && ( - matrix.version == '20220908' || - matrix.version == '20221211' - ) + if: runner.os != 'Windows' && matrix.version == '20221211' shell: bash run: echo "CODEQL_ENABLE_EXPERIMENTAL_FEATURES_SWIFT=true" >> $GITHUB_ENV - uses: ./../action/init diff --git a/.github/workflows/__go-custom-queries.yml b/.github/workflows/__go-custom-queries.yml index 1c675864c..20417e795 100644 --- a/.github/workflows/__go-custom-queries.yml +++ b/.github/workflows/__go-custom-queries.yml @@ -25,12 +25,6 @@ jobs: strategy: matrix: include: - - os: ubuntu-latest - version: stable-20220908 - - os: macos-latest - version: stable-20220908 - - os: windows-latest - version: stable-20220908 - os: ubuntu-latest version: stable-20221211 - os: macos-latest @@ -85,8 +79,6 @@ jobs: if: >- matrix.os == 'macos-latest' && ( - matrix.version == 'stable-20220908' || - matrix.version == 'stable-20221211' || matrix.version == 'stable-20230418' || @@ -105,11 +97,7 @@ jobs: version: ${{ matrix.version }} use-all-platform-bundle: 'false' - name: Set environment variable for Swift enablement - if: >- - runner.os != 'Windows' && ( - matrix.version == '20220908' || - matrix.version == '20221211' - ) + if: runner.os != 'Windows' && matrix.version == '20221211' shell: bash run: echo "CODEQL_ENABLE_EXPERIMENTAL_FEATURES_SWIFT=true" >> $GITHUB_ENV - uses: ./../action/init diff --git a/.github/workflows/__go-indirect-tracing-workaround-diagnostic.yml b/.github/workflows/__go-indirect-tracing-workaround-diagnostic.yml index ff27ee9ec..4eba6cbcc 100644 --- a/.github/workflows/__go-indirect-tracing-workaround-diagnostic.yml +++ b/.github/workflows/__go-indirect-tracing-workaround-diagnostic.yml @@ -39,8 +39,6 @@ jobs: if: >- matrix.os == 'macos-latest' && ( - matrix.version == 'stable-20220908' || - matrix.version == 'stable-20221211' || matrix.version == 'stable-20230418' || @@ -59,11 +57,7 @@ jobs: version: ${{ matrix.version }} use-all-platform-bundle: 'false' - name: Set environment variable for Swift enablement - if: >- - runner.os != 'Windows' && ( - matrix.version == '20220908' || - matrix.version == '20221211' - ) + if: runner.os != 'Windows' && matrix.version == '20221211' shell: bash run: echo "CODEQL_ENABLE_EXPERIMENTAL_FEATURES_SWIFT=true" >> $GITHUB_ENV - uses: actions/setup-go@v4 diff --git a/.github/workflows/__go-indirect-tracing-workaround.yml b/.github/workflows/__go-indirect-tracing-workaround.yml index 0fed7975e..e601542ab 100644 --- a/.github/workflows/__go-indirect-tracing-workaround.yml +++ b/.github/workflows/__go-indirect-tracing-workaround.yml @@ -39,8 +39,6 @@ jobs: if: >- matrix.os == 'macos-latest' && ( - matrix.version == 'stable-20220908' || - matrix.version == 'stable-20221211' || matrix.version == 'stable-20230418' || @@ -59,11 +57,7 @@ jobs: version: ${{ matrix.version }} use-all-platform-bundle: 'false' - name: Set environment variable for Swift enablement - if: >- - runner.os != 'Windows' && ( - matrix.version == '20220908' || - matrix.version == '20221211' - ) + if: runner.os != 'Windows' && matrix.version == '20221211' shell: bash run: echo "CODEQL_ENABLE_EXPERIMENTAL_FEATURES_SWIFT=true" >> $GITHUB_ENV - uses: actions/setup-go@v4 diff --git a/.github/workflows/__go-tracing-autobuilder.yml b/.github/workflows/__go-tracing-autobuilder.yml index 1637f9fff..ecee019a8 100644 --- a/.github/workflows/__go-tracing-autobuilder.yml +++ b/.github/workflows/__go-tracing-autobuilder.yml @@ -25,10 +25,6 @@ jobs: strategy: matrix: include: - - os: ubuntu-latest - version: stable-20220908 - - os: macos-latest - version: stable-20220908 - os: ubuntu-latest version: stable-20221211 - os: macos-latest @@ -69,8 +65,6 @@ jobs: if: >- matrix.os == 'macos-latest' && ( - matrix.version == 'stable-20220908' || - matrix.version == 'stable-20221211' || matrix.version == 'stable-20230418' || @@ -89,11 +83,7 @@ jobs: version: ${{ matrix.version }} use-all-platform-bundle: 'false' - name: Set environment variable for Swift enablement - if: >- - runner.os != 'Windows' && ( - matrix.version == '20220908' || - matrix.version == '20221211' - ) + if: runner.os != 'Windows' && matrix.version == '20221211' shell: bash run: echo "CODEQL_ENABLE_EXPERIMENTAL_FEATURES_SWIFT=true" >> $GITHUB_ENV - uses: actions/setup-go@v4 diff --git a/.github/workflows/__go-tracing-custom-build-steps.yml b/.github/workflows/__go-tracing-custom-build-steps.yml index 1e8a1793c..9ed053ae7 100644 --- a/.github/workflows/__go-tracing-custom-build-steps.yml +++ b/.github/workflows/__go-tracing-custom-build-steps.yml @@ -25,10 +25,6 @@ jobs: strategy: matrix: include: - - os: ubuntu-latest - version: stable-20220908 - - os: macos-latest - version: stable-20220908 - os: ubuntu-latest version: stable-20221211 - os: macos-latest @@ -69,8 +65,6 @@ jobs: if: >- matrix.os == 'macos-latest' && ( - matrix.version == 'stable-20220908' || - matrix.version == 'stable-20221211' || matrix.version == 'stable-20230418' || @@ -89,11 +83,7 @@ jobs: version: ${{ matrix.version }} use-all-platform-bundle: 'false' - name: Set environment variable for Swift enablement - if: >- - runner.os != 'Windows' && ( - matrix.version == '20220908' || - matrix.version == '20221211' - ) + if: runner.os != 'Windows' && matrix.version == '20221211' shell: bash run: echo "CODEQL_ENABLE_EXPERIMENTAL_FEATURES_SWIFT=true" >> $GITHUB_ENV - uses: actions/setup-go@v4 diff --git a/.github/workflows/__go-tracing-legacy-workflow.yml b/.github/workflows/__go-tracing-legacy-workflow.yml index c492f73f4..488441302 100644 --- a/.github/workflows/__go-tracing-legacy-workflow.yml +++ b/.github/workflows/__go-tracing-legacy-workflow.yml @@ -25,10 +25,6 @@ jobs: strategy: matrix: include: - - os: ubuntu-latest - version: stable-20220908 - - os: macos-latest - version: stable-20220908 - os: ubuntu-latest version: stable-20221211 - os: macos-latest @@ -69,8 +65,6 @@ jobs: if: >- matrix.os == 'macos-latest' && ( - matrix.version == 'stable-20220908' || - matrix.version == 'stable-20221211' || matrix.version == 'stable-20230418' || @@ -89,11 +83,7 @@ jobs: version: ${{ matrix.version }} use-all-platform-bundle: 'false' - name: Set environment variable for Swift enablement - if: >- - runner.os != 'Windows' && ( - matrix.version == '20220908' || - matrix.version == '20221211' - ) + if: runner.os != 'Windows' && matrix.version == '20221211' shell: bash run: echo "CODEQL_ENABLE_EXPERIMENTAL_FEATURES_SWIFT=true" >> $GITHUB_ENV - uses: actions/setup-go@v4 diff --git a/.github/workflows/__init-with-registries.yml b/.github/workflows/__init-with-registries.yml index 519903727..af4a03832 100644 --- a/.github/workflows/__init-with-registries.yml +++ b/.github/workflows/__init-with-registries.yml @@ -56,8 +56,6 @@ jobs: if: >- matrix.os == 'macos-latest' && ( - matrix.version == 'stable-20220908' || - matrix.version == 'stable-20221211' || matrix.version == 'stable-20230418' || @@ -76,11 +74,7 @@ jobs: version: ${{ matrix.version }} use-all-platform-bundle: 'false' - name: Set environment variable for Swift enablement - if: >- - runner.os != 'Windows' && ( - matrix.version == '20220908' || - matrix.version == '20221211' - ) + if: runner.os != 'Windows' && matrix.version == '20221211' shell: bash run: echo "CODEQL_ENABLE_EXPERIMENTAL_FEATURES_SWIFT=true" >> $GITHUB_ENV - name: Init with registries diff --git a/.github/workflows/__javascript-source-root.yml b/.github/workflows/__javascript-source-root.yml index d97ea8fa5..1cfbf8cfc 100644 --- a/.github/workflows/__javascript-source-root.yml +++ b/.github/workflows/__javascript-source-root.yml @@ -43,8 +43,6 @@ jobs: if: >- matrix.os == 'macos-latest' && ( - matrix.version == 'stable-20220908' || - matrix.version == 'stable-20221211' || matrix.version == 'stable-20230418' || @@ -63,11 +61,7 @@ jobs: version: ${{ matrix.version }} use-all-platform-bundle: 'false' - name: Set environment variable for Swift enablement - if: >- - runner.os != 'Windows' && ( - matrix.version == '20220908' || - matrix.version == '20221211' - ) + if: runner.os != 'Windows' && matrix.version == '20221211' shell: bash run: echo "CODEQL_ENABLE_EXPERIMENTAL_FEATURES_SWIFT=true" >> $GITHUB_ENV - name: Move codeql-action diff --git a/.github/workflows/__language-aliases.yml b/.github/workflows/__language-aliases.yml index ad09ba50f..b61f75b20 100644 --- a/.github/workflows/__language-aliases.yml +++ b/.github/workflows/__language-aliases.yml @@ -39,8 +39,6 @@ jobs: if: >- matrix.os == 'macos-latest' && ( - matrix.version == 'stable-20220908' || - matrix.version == 'stable-20221211' || matrix.version == 'stable-20230418' || @@ -59,11 +57,7 @@ jobs: version: ${{ matrix.version }} use-all-platform-bundle: 'false' - name: Set environment variable for Swift enablement - if: >- - runner.os != 'Windows' && ( - matrix.version == '20220908' || - matrix.version == '20221211' - ) + if: runner.os != 'Windows' && matrix.version == '20221211' shell: bash run: echo "CODEQL_ENABLE_EXPERIMENTAL_FEATURES_SWIFT=true" >> $GITHUB_ENV - uses: ./../action/init diff --git a/.github/workflows/__multi-language-autodetect.yml b/.github/workflows/__multi-language-autodetect.yml index 3f0abc055..de85c4b33 100644 --- a/.github/workflows/__multi-language-autodetect.yml +++ b/.github/workflows/__multi-language-autodetect.yml @@ -25,10 +25,6 @@ jobs: strategy: matrix: include: - - os: ubuntu-latest - version: stable-20220908 - - os: macos-latest - version: stable-20220908 - os: ubuntu-latest version: stable-20221211 - os: macos-latest @@ -69,8 +65,6 @@ jobs: if: >- matrix.os == 'macos-latest' && ( - matrix.version == 'stable-20220908' || - matrix.version == 'stable-20221211' || matrix.version == 'stable-20230418' || @@ -89,11 +83,7 @@ jobs: version: ${{ matrix.version }} use-all-platform-bundle: 'false' - name: Set environment variable for Swift enablement - if: >- - runner.os != 'Windows' && ( - matrix.version == '20220908' || - matrix.version == '20221211' - ) + if: runner.os != 'Windows' && matrix.version == '20221211' shell: bash run: echo "CODEQL_ENABLE_EXPERIMENTAL_FEATURES_SWIFT=true" >> $GITHUB_ENV - uses: ./../action/init diff --git a/.github/workflows/__packaging-codescanning-config-inputs-js.yml b/.github/workflows/__packaging-codescanning-config-inputs-js.yml index 5f6df119e..7ff3bfda3 100644 --- a/.github/workflows/__packaging-codescanning-config-inputs-js.yml +++ b/.github/workflows/__packaging-codescanning-config-inputs-js.yml @@ -55,8 +55,6 @@ jobs: if: >- matrix.os == 'macos-latest' && ( - matrix.version == 'stable-20220908' || - matrix.version == 'stable-20221211' || matrix.version == 'stable-20230418' || @@ -75,11 +73,7 @@ jobs: version: ${{ matrix.version }} use-all-platform-bundle: 'false' - name: Set environment variable for Swift enablement - if: >- - runner.os != 'Windows' && ( - matrix.version == '20220908' || - matrix.version == '20221211' - ) + if: runner.os != 'Windows' && matrix.version == '20221211' shell: bash run: echo "CODEQL_ENABLE_EXPERIMENTAL_FEATURES_SWIFT=true" >> $GITHUB_ENV - uses: ./../action/init diff --git a/.github/workflows/__packaging-config-inputs-js.yml b/.github/workflows/__packaging-config-inputs-js.yml index 301ed9364..0056aa368 100644 --- a/.github/workflows/__packaging-config-inputs-js.yml +++ b/.github/workflows/__packaging-config-inputs-js.yml @@ -55,8 +55,6 @@ jobs: if: >- matrix.os == 'macos-latest' && ( - matrix.version == 'stable-20220908' || - matrix.version == 'stable-20221211' || matrix.version == 'stable-20230418' || @@ -75,11 +73,7 @@ jobs: version: ${{ matrix.version }} use-all-platform-bundle: 'false' - name: Set environment variable for Swift enablement - if: >- - runner.os != 'Windows' && ( - matrix.version == '20220908' || - matrix.version == '20221211' - ) + if: runner.os != 'Windows' && matrix.version == '20221211' shell: bash run: echo "CODEQL_ENABLE_EXPERIMENTAL_FEATURES_SWIFT=true" >> $GITHUB_ENV - uses: ./../action/init diff --git a/.github/workflows/__packaging-config-js.yml b/.github/workflows/__packaging-config-js.yml index 1ad522c4c..5b1318485 100644 --- a/.github/workflows/__packaging-config-js.yml +++ b/.github/workflows/__packaging-config-js.yml @@ -55,8 +55,6 @@ jobs: if: >- matrix.os == 'macos-latest' && ( - matrix.version == 'stable-20220908' || - matrix.version == 'stable-20221211' || matrix.version == 'stable-20230418' || @@ -75,11 +73,7 @@ jobs: version: ${{ matrix.version }} use-all-platform-bundle: 'false' - name: Set environment variable for Swift enablement - if: >- - runner.os != 'Windows' && ( - matrix.version == '20220908' || - matrix.version == '20221211' - ) + if: runner.os != 'Windows' && matrix.version == '20221211' shell: bash run: echo "CODEQL_ENABLE_EXPERIMENTAL_FEATURES_SWIFT=true" >> $GITHUB_ENV - uses: ./../action/init diff --git a/.github/workflows/__packaging-inputs-js.yml b/.github/workflows/__packaging-inputs-js.yml index 70107fbcc..6f99d925f 100644 --- a/.github/workflows/__packaging-inputs-js.yml +++ b/.github/workflows/__packaging-inputs-js.yml @@ -55,8 +55,6 @@ jobs: if: >- matrix.os == 'macos-latest' && ( - matrix.version == 'stable-20220908' || - matrix.version == 'stable-20221211' || matrix.version == 'stable-20230418' || @@ -75,11 +73,7 @@ jobs: version: ${{ matrix.version }} use-all-platform-bundle: 'false' - name: Set environment variable for Swift enablement - if: >- - runner.os != 'Windows' && ( - matrix.version == '20220908' || - matrix.version == '20221211' - ) + if: runner.os != 'Windows' && matrix.version == '20221211' shell: bash run: echo "CODEQL_ENABLE_EXPERIMENTAL_FEATURES_SWIFT=true" >> $GITHUB_ENV - uses: ./../action/init diff --git a/.github/workflows/__remote-config.yml b/.github/workflows/__remote-config.yml index 2fe580d64..931a0e3f6 100644 --- a/.github/workflows/__remote-config.yml +++ b/.github/workflows/__remote-config.yml @@ -25,12 +25,6 @@ jobs: strategy: matrix: include: - - os: ubuntu-latest - version: stable-20220908 - - os: macos-latest - version: stable-20220908 - - os: windows-latest - version: stable-20220908 - os: ubuntu-latest version: stable-20221211 - os: macos-latest @@ -85,8 +79,6 @@ jobs: if: >- matrix.os == 'macos-latest' && ( - matrix.version == 'stable-20220908' || - matrix.version == 'stable-20221211' || matrix.version == 'stable-20230418' || @@ -105,11 +97,7 @@ jobs: version: ${{ matrix.version }} use-all-platform-bundle: 'false' - name: Set environment variable for Swift enablement - if: >- - runner.os != 'Windows' && ( - matrix.version == '20220908' || - matrix.version == '20221211' - ) + if: runner.os != 'Windows' && matrix.version == '20221211' shell: bash run: echo "CODEQL_ENABLE_EXPERIMENTAL_FEATURES_SWIFT=true" >> $GITHUB_ENV - uses: ./../action/init diff --git a/.github/workflows/__resolve-environment-action.yml b/.github/workflows/__resolve-environment-action.yml index cd09e77e7..da9b63c10 100644 --- a/.github/workflows/__resolve-environment-action.yml +++ b/.github/workflows/__resolve-environment-action.yml @@ -61,8 +61,6 @@ jobs: if: >- matrix.os == 'macos-latest' && ( - matrix.version == 'stable-20220908' || - matrix.version == 'stable-20221211' || matrix.version == 'stable-20230418' || @@ -81,11 +79,7 @@ jobs: version: ${{ matrix.version }} use-all-platform-bundle: 'false' - name: Set environment variable for Swift enablement - if: >- - runner.os != 'Windows' && ( - matrix.version == '20220908' || - matrix.version == '20221211' - ) + if: runner.os != 'Windows' && matrix.version == '20221211' shell: bash run: echo "CODEQL_ENABLE_EXPERIMENTAL_FEATURES_SWIFT=true" >> $GITHUB_ENV - uses: ./../action/init diff --git a/.github/workflows/__rubocop-multi-language.yml b/.github/workflows/__rubocop-multi-language.yml index 5212739e7..bf31dd20b 100644 --- a/.github/workflows/__rubocop-multi-language.yml +++ b/.github/workflows/__rubocop-multi-language.yml @@ -39,8 +39,6 @@ jobs: if: >- matrix.os == 'macos-latest' && ( - matrix.version == 'stable-20220908' || - matrix.version == 'stable-20221211' || matrix.version == 'stable-20230418' || @@ -59,11 +57,7 @@ jobs: version: ${{ matrix.version }} use-all-platform-bundle: 'false' - name: Set environment variable for Swift enablement - if: >- - runner.os != 'Windows' && ( - matrix.version == '20220908' || - matrix.version == '20221211' - ) + if: runner.os != 'Windows' && matrix.version == '20221211' shell: bash run: echo "CODEQL_ENABLE_EXPERIMENTAL_FEATURES_SWIFT=true" >> $GITHUB_ENV - name: Set up Ruby diff --git a/.github/workflows/__ruby.yml b/.github/workflows/__ruby.yml index 494ea3c97..4ad68138e 100644 --- a/.github/workflows/__ruby.yml +++ b/.github/workflows/__ruby.yml @@ -49,8 +49,6 @@ jobs: if: >- matrix.os == 'macos-latest' && ( - matrix.version == 'stable-20220908' || - matrix.version == 'stable-20221211' || matrix.version == 'stable-20230418' || @@ -69,11 +67,7 @@ jobs: version: ${{ matrix.version }} use-all-platform-bundle: 'false' - name: Set environment variable for Swift enablement - if: >- - runner.os != 'Windows' && ( - matrix.version == '20220908' || - matrix.version == '20221211' - ) + if: runner.os != 'Windows' && matrix.version == '20221211' shell: bash run: echo "CODEQL_ENABLE_EXPERIMENTAL_FEATURES_SWIFT=true" >> $GITHUB_ENV - uses: ./../action/init diff --git a/.github/workflows/__scaling-reserved-ram.yml b/.github/workflows/__scaling-reserved-ram.yml index a05bf4fe4..57c446bca 100644 --- a/.github/workflows/__scaling-reserved-ram.yml +++ b/.github/workflows/__scaling-reserved-ram.yml @@ -25,10 +25,6 @@ jobs: strategy: matrix: include: - - os: ubuntu-latest - version: stable-20220908 - - os: macos-latest - version: stable-20220908 - os: ubuntu-latest version: stable-20221211 - os: macos-latest @@ -69,8 +65,6 @@ jobs: if: >- matrix.os == 'macos-latest' && ( - matrix.version == 'stable-20220908' || - matrix.version == 'stable-20221211' || matrix.version == 'stable-20230418' || @@ -89,11 +83,7 @@ jobs: version: ${{ matrix.version }} use-all-platform-bundle: 'false' - name: Set environment variable for Swift enablement - if: >- - runner.os != 'Windows' && ( - matrix.version == '20220908' || - matrix.version == '20221211' - ) + if: runner.os != 'Windows' && matrix.version == '20221211' shell: bash run: echo "CODEQL_ENABLE_EXPERIMENTAL_FEATURES_SWIFT=true" >> $GITHUB_ENV - uses: ./../action/init diff --git a/.github/workflows/__split-workflow.yml b/.github/workflows/__split-workflow.yml index 2a1de694c..deebab285 100644 --- a/.github/workflows/__split-workflow.yml +++ b/.github/workflows/__split-workflow.yml @@ -49,8 +49,6 @@ jobs: if: >- matrix.os == 'macos-latest' && ( - matrix.version == 'stable-20220908' || - matrix.version == 'stable-20221211' || matrix.version == 'stable-20230418' || @@ -69,11 +67,7 @@ jobs: version: ${{ matrix.version }} use-all-platform-bundle: 'false' - name: Set environment variable for Swift enablement - if: >- - runner.os != 'Windows' && ( - matrix.version == '20220908' || - matrix.version == '20221211' - ) + if: runner.os != 'Windows' && matrix.version == '20221211' shell: bash run: echo "CODEQL_ENABLE_EXPERIMENTAL_FEATURES_SWIFT=true" >> $GITHUB_ENV - uses: ./../action/init diff --git a/.github/workflows/__submit-sarif-failure.yml b/.github/workflows/__submit-sarif-failure.yml index 6e0547ce5..ab608b005 100644 --- a/.github/workflows/__submit-sarif-failure.yml +++ b/.github/workflows/__submit-sarif-failure.yml @@ -43,8 +43,6 @@ jobs: if: >- matrix.os == 'macos-latest' && ( - matrix.version == 'stable-20220908' || - matrix.version == 'stable-20221211' || matrix.version == 'stable-20230418' || @@ -63,11 +61,7 @@ jobs: version: ${{ matrix.version }} use-all-platform-bundle: 'false' - name: Set environment variable for Swift enablement - if: >- - runner.os != 'Windows' && ( - matrix.version == '20220908' || - matrix.version == '20221211' - ) + if: runner.os != 'Windows' && matrix.version == '20221211' shell: bash run: echo "CODEQL_ENABLE_EXPERIMENTAL_FEATURES_SWIFT=true" >> $GITHUB_ENV - uses: actions/checkout@v4 diff --git a/.github/workflows/__swift-custom-build.yml b/.github/workflows/__swift-custom-build.yml index f7e46a896..b7421a1a4 100644 --- a/.github/workflows/__swift-custom-build.yml +++ b/.github/workflows/__swift-custom-build.yml @@ -49,8 +49,6 @@ jobs: if: >- matrix.os == 'macos-latest' && ( - matrix.version == 'stable-20220908' || - matrix.version == 'stable-20221211' || matrix.version == 'stable-20230418' || @@ -69,11 +67,7 @@ jobs: version: ${{ matrix.version }} use-all-platform-bundle: 'false' - name: Set environment variable for Swift enablement - if: >- - runner.os != 'Windows' && ( - matrix.version == '20220908' || - matrix.version == '20221211' - ) + if: runner.os != 'Windows' && matrix.version == '20221211' shell: bash run: echo "CODEQL_ENABLE_EXPERIMENTAL_FEATURES_SWIFT=true" >> $GITHUB_ENV - uses: ./../action/init diff --git a/.github/workflows/__test-autobuild-working-dir.yml b/.github/workflows/__test-autobuild-working-dir.yml index bb3313795..bca17a246 100644 --- a/.github/workflows/__test-autobuild-working-dir.yml +++ b/.github/workflows/__test-autobuild-working-dir.yml @@ -39,8 +39,6 @@ jobs: if: >- matrix.os == 'macos-latest' && ( - matrix.version == 'stable-20220908' || - matrix.version == 'stable-20221211' || matrix.version == 'stable-20230418' || @@ -59,11 +57,7 @@ jobs: version: ${{ matrix.version }} use-all-platform-bundle: 'false' - name: Set environment variable for Swift enablement - if: >- - runner.os != 'Windows' && ( - matrix.version == '20220908' || - matrix.version == '20221211' - ) + if: runner.os != 'Windows' && matrix.version == '20221211' shell: bash run: echo "CODEQL_ENABLE_EXPERIMENTAL_FEATURES_SWIFT=true" >> $GITHUB_ENV - name: Test setup diff --git a/.github/workflows/__test-local-codeql.yml b/.github/workflows/__test-local-codeql.yml index dbe401e8c..d07ee9032 100644 --- a/.github/workflows/__test-local-codeql.yml +++ b/.github/workflows/__test-local-codeql.yml @@ -39,8 +39,6 @@ jobs: if: >- matrix.os == 'macos-latest' && ( - matrix.version == 'stable-20220908' || - matrix.version == 'stable-20221211' || matrix.version == 'stable-20230418' || @@ -59,11 +57,7 @@ jobs: version: ${{ matrix.version }} use-all-platform-bundle: 'false' - name: Set environment variable for Swift enablement - if: >- - runner.os != 'Windows' && ( - matrix.version == '20220908' || - matrix.version == '20221211' - ) + if: runner.os != 'Windows' && matrix.version == '20221211' shell: bash run: echo "CODEQL_ENABLE_EXPERIMENTAL_FEATURES_SWIFT=true" >> $GITHUB_ENV - name: Fetch a CodeQL bundle diff --git a/.github/workflows/__test-proxy.yml b/.github/workflows/__test-proxy.yml index aefaaf630..6a6e4f225 100644 --- a/.github/workflows/__test-proxy.yml +++ b/.github/workflows/__test-proxy.yml @@ -39,8 +39,6 @@ jobs: if: >- matrix.os == 'macos-latest' && ( - matrix.version == 'stable-20220908' || - matrix.version == 'stable-20221211' || matrix.version == 'stable-20230418' || @@ -59,11 +57,7 @@ jobs: version: ${{ matrix.version }} use-all-platform-bundle: 'false' - name: Set environment variable for Swift enablement - if: >- - runner.os != 'Windows' && ( - matrix.version == '20220908' || - matrix.version == '20221211' - ) + if: runner.os != 'Windows' && matrix.version == '20221211' shell: bash run: echo "CODEQL_ENABLE_EXPERIMENTAL_FEATURES_SWIFT=true" >> $GITHUB_ENV - uses: ./../action/init diff --git a/.github/workflows/__unset-environment.yml b/.github/workflows/__unset-environment.yml index fa0583f4a..2c3d4a70a 100644 --- a/.github/workflows/__unset-environment.yml +++ b/.github/workflows/__unset-environment.yml @@ -25,8 +25,6 @@ jobs: strategy: matrix: include: - - os: ubuntu-latest - version: stable-20220908 - os: ubuntu-latest version: stable-20221211 - os: ubuntu-latest @@ -53,8 +51,6 @@ jobs: if: >- matrix.os == 'macos-latest' && ( - matrix.version == 'stable-20220908' || - matrix.version == 'stable-20221211' || matrix.version == 'stable-20230418' || @@ -73,11 +69,7 @@ jobs: version: ${{ matrix.version }} use-all-platform-bundle: 'false' - name: Set environment variable for Swift enablement - if: >- - runner.os != 'Windows' && ( - matrix.version == '20220908' || - matrix.version == '20221211' - ) + if: runner.os != 'Windows' && matrix.version == '20221211' shell: bash run: echo "CODEQL_ENABLE_EXPERIMENTAL_FEATURES_SWIFT=true" >> $GITHUB_ENV - uses: ./../action/init diff --git a/.github/workflows/__upload-ref-sha-input.yml b/.github/workflows/__upload-ref-sha-input.yml index a0823442c..8b3ffa4c0 100644 --- a/.github/workflows/__upload-ref-sha-input.yml +++ b/.github/workflows/__upload-ref-sha-input.yml @@ -43,8 +43,6 @@ jobs: if: >- matrix.os == 'macos-latest' && ( - matrix.version == 'stable-20220908' || - matrix.version == 'stable-20221211' || matrix.version == 'stable-20230418' || @@ -63,11 +61,7 @@ jobs: version: ${{ matrix.version }} use-all-platform-bundle: 'false' - name: Set environment variable for Swift enablement - if: >- - runner.os != 'Windows' && ( - matrix.version == '20220908' || - matrix.version == '20221211' - ) + if: runner.os != 'Windows' && matrix.version == '20221211' shell: bash run: echo "CODEQL_ENABLE_EXPERIMENTAL_FEATURES_SWIFT=true" >> $GITHUB_ENV - uses: ./../action/init diff --git a/.github/workflows/__with-checkout-path.yml b/.github/workflows/__with-checkout-path.yml index cf225e6e7..3c3fbdd13 100644 --- a/.github/workflows/__with-checkout-path.yml +++ b/.github/workflows/__with-checkout-path.yml @@ -25,12 +25,6 @@ jobs: strategy: matrix: include: - - os: ubuntu-latest - version: stable-20220908 - - os: macos-latest - version: stable-20220908 - - os: windows-latest - version: stable-20220908 - os: ubuntu-latest version: stable-20221211 - os: macos-latest @@ -85,8 +79,6 @@ jobs: if: >- matrix.os == 'macos-latest' && ( - matrix.version == 'stable-20220908' || - matrix.version == 'stable-20221211' || matrix.version == 'stable-20230418' || @@ -105,11 +97,7 @@ jobs: version: ${{ matrix.version }} use-all-platform-bundle: 'false' - name: Set environment variable for Swift enablement - if: >- - runner.os != 'Windows' && ( - matrix.version == '20220908' || - matrix.version == '20221211' - ) + if: runner.os != 'Windows' && matrix.version == '20221211' shell: bash run: echo "CODEQL_ENABLE_EXPERIMENTAL_FEATURES_SWIFT=true" >> $GITHUB_ENV - name: Delete original checkout diff --git a/.github/workflows/debug-artifacts-failure.yml b/.github/workflows/debug-artifacts-failure.yml index c15d92c00..cf5913aa4 100644 --- a/.github/workflows/debug-artifacts-failure.yml +++ b/.github/workflows/debug-artifacts-failure.yml @@ -42,17 +42,6 @@ jobs: - uses: actions/setup-go@v4 with: go-version: ^1.13.1 - - name: Setup Python on MacOS - uses: actions/setup-python@v4 - if: | - matrix.os == 'macos-latest' && ( - matrix.version == 'stable-20220908' || - matrix.version == 'stable-20221211' || - matrix.version == 'stable-20230418' || - matrix.version == 'stable-v2.13.5' || - matrix.version == 'stable-v2.14.6') - with: - python-version: '3.11' - uses: ./../action/init with: tools: ${{ steps.prepare-test.outputs.tools-url }} diff --git a/.github/workflows/debug-artifacts.yml b/.github/workflows/debug-artifacts.yml index 5ce95784c..247cf5456 100644 --- a/.github/workflows/debug-artifacts.yml +++ b/.github/workflows/debug-artifacts.yml @@ -25,7 +25,6 @@ jobs: - ubuntu-latest - macos-latest version: - - stable-20220908 - stable-20221211 - stable-20230418 - stable-v2.13.5 @@ -53,7 +52,6 @@ jobs: uses: actions/setup-python@v4 if: | matrix.os == 'macos-latest' && ( - matrix.version == 'stable-20220908' || matrix.version == 'stable-20221211' || matrix.version == 'stable-20230418' || matrix.version == 'stable-v2.13.5' || @@ -86,7 +84,7 @@ jobs: - name: Check expected artifacts exist shell: bash run: | - VERSIONS="stable-20220908 stable-20221211 stable-20230418 stable-v2.13.5 stable-v2.14.6 default latest nightly-latest" + VERSIONS="stable-20221211 stable-20230418 stable-v2.13.5 stable-v2.14.6 default latest nightly-latest" LANGUAGES="cpp csharp go java javascript python" for version in $VERSIONS; do for os in ubuntu-latest macos-latest; do diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index 508f3292a..70ae145e5 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -69,18 +69,6 @@ jobs: timeout-minutes: 45 steps: - - name: Setup Python on MacOS - uses: actions/setup-python@v4 - if: | - matrix.os == 'macos-latest' && ( - matrix.version == 'stable-20220908' || - matrix.version == 'stable-20221211' || - matrix.version == 'stable-20230418' || - matrix.version == 'stable-v2.13.5' || - matrix.version == 'stable-v2.14.6') - with: - python-version: '3.11' - - uses: actions/checkout@v4 - name: npm test run: | diff --git a/.github/workflows/python-deps.yml b/.github/workflows/python-deps.yml index 540194a02..c26eaf17e 100644 --- a/.github/workflows/python-deps.yml +++ b/.github/workflows/python-deps.yml @@ -36,18 +36,6 @@ jobs: PYTHON_VERSION: ${{ matrix.python_version }} steps: - - name: Setup Python on MacOS - uses: actions/setup-python@v4 - if: | - matrix.os == 'macos-latest' && ( - matrix.version == 'stable-20220908' || - matrix.version == 'stable-20221211' || - matrix.version == 'stable-20230418' || - matrix.version == 'stable-v2.13.5' || - matrix.version == 'stable-v2.14.6') - with: - python-version: '3.11' - # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v4 diff --git a/pr-checks/sync.py b/pr-checks/sync.py index 3b9f69202..172f7107a 100755 --- a/pr-checks/sync.py +++ b/pr-checks/sync.py @@ -7,9 +7,7 @@ # The default set of CodeQL Bundle versions to use for the PR checks. defaultTestVersions = [ - # The oldest supported CodeQL version: 2.10.5. If bumping, update `CODEQL_MINIMUM_VERSION` in `codeql.ts` - "stable-20220908", - # The last CodeQL release in the 2.11 series: 2.11.6. + # The oldest supported CodeQL version: 2.11.6. If bumping, update `CODEQL_MINIMUM_VERSION` in `codeql.ts` "stable-20221211", # The last CodeQL release in the 2.12 series: 2.12.7. "stable-20230418", @@ -81,7 +79,6 @@ def writeHeader(checkStream): # of the generated workflow. 'if': FoldedScalarString(textwrap.dedent(''' matrix.os == 'macos-latest' && ( - matrix.version == 'stable-20220908' || matrix.version == 'stable-20221211' || matrix.version == 'stable-20230418' || matrix.version == 'stable-v2.13.5' || @@ -107,14 +104,7 @@ def writeHeader(checkStream): # We don't support Swift on Windows or prior versions of the CLI. { 'name': 'Set environment variable for Swift enablement', - # Ensure that this is serialized as a folded (`>`) string to preserve the readability - # of the generated workflow. - 'if': FoldedScalarString(textwrap.dedent(''' - runner.os != 'Windows' && ( - matrix.version == '20220908' || - matrix.version == '20221211' - ) - ''').strip()), + 'if': "runner.os != 'Windows' && matrix.version == '20221211'", 'shell': 'bash', 'run': 'echo "CODEQL_ENABLE_EXPERIMENTAL_FEATURES_SWIFT=true" >> $GITHUB_ENV' },