diff --git a/.github/workflows/__all-platform-bundle.yml b/.github/workflows/__all-platform-bundle.yml index 1e2d3719f..cf8c70ea3 100644 --- a/.github/workflows/__all-platform-bundle.yml +++ b/.github/workflows/__all-platform-bundle.yml @@ -38,12 +38,7 @@ jobs: steps: - name: Setup Python on MacOS uses: actions/setup-python@v5 - if: >- - runner.os == 'macOS' && ( - - matrix.version == 'stable-v2.13.5' || - - matrix.version == 'stable-v2.14.6') + if: runner.os == 'macOS' && matrix.version == 'stable-v2.14.6' with: python-version: '3.11' - name: Check out repository diff --git a/.github/workflows/__analyze-ref-input.yml b/.github/workflows/__analyze-ref-input.yml index 4f7af7d60..831081b22 100644 --- a/.github/workflows/__analyze-ref-input.yml +++ b/.github/workflows/__analyze-ref-input.yml @@ -42,12 +42,7 @@ jobs: steps: - name: Setup Python on MacOS uses: actions/setup-python@v5 - if: >- - runner.os == 'macOS' && ( - - matrix.version == 'stable-v2.13.5' || - - matrix.version == 'stable-v2.14.6') + if: runner.os == 'macOS' && matrix.version == 'stable-v2.14.6' with: python-version: '3.11' - name: Check out repository diff --git a/.github/workflows/__autobuild-action.yml b/.github/workflows/__autobuild-action.yml index ae7fc260d..e1faca858 100644 --- a/.github/workflows/__autobuild-action.yml +++ b/.github/workflows/__autobuild-action.yml @@ -42,12 +42,7 @@ jobs: steps: - name: Setup Python on MacOS uses: actions/setup-python@v5 - if: >- - runner.os == 'macOS' && ( - - matrix.version == 'stable-v2.13.5' || - - matrix.version == 'stable-v2.14.6') + if: runner.os == 'macOS' && matrix.version == 'stable-v2.14.6' with: python-version: '3.11' - name: Check out repository diff --git a/.github/workflows/__autobuild-direct-tracing-with-working-dir.yml b/.github/workflows/__autobuild-direct-tracing-with-working-dir.yml index 33c1d5ef5..39a39741a 100644 --- a/.github/workflows/__autobuild-direct-tracing-with-working-dir.yml +++ b/.github/workflows/__autobuild-direct-tracing-with-working-dir.yml @@ -44,12 +44,7 @@ jobs: steps: - name: Setup Python on MacOS uses: actions/setup-python@v5 - if: >- - runner.os == 'macOS' && ( - - matrix.version == 'stable-v2.13.5' || - - matrix.version == 'stable-v2.14.6') + if: runner.os == 'macOS' && matrix.version == 'stable-v2.14.6' with: python-version: '3.11' - name: Check out repository diff --git a/.github/workflows/__autobuild-direct-tracing.yml b/.github/workflows/__autobuild-direct-tracing.yml index 1bac9baae..87f682dfc 100644 --- a/.github/workflows/__autobuild-direct-tracing.yml +++ b/.github/workflows/__autobuild-direct-tracing.yml @@ -44,12 +44,7 @@ jobs: steps: - name: Setup Python on MacOS uses: actions/setup-python@v5 - if: >- - runner.os == 'macOS' && ( - - matrix.version == 'stable-v2.13.5' || - - matrix.version == 'stable-v2.14.6') + if: runner.os == 'macOS' && matrix.version == 'stable-v2.14.6' with: python-version: '3.11' - name: Check out repository diff --git a/.github/workflows/__build-mode-autobuild.yml b/.github/workflows/__build-mode-autobuild.yml index a1ca31982..757e97a2c 100644 --- a/.github/workflows/__build-mode-autobuild.yml +++ b/.github/workflows/__build-mode-autobuild.yml @@ -38,12 +38,7 @@ jobs: steps: - name: Setup Python on MacOS uses: actions/setup-python@v5 - if: >- - runner.os == 'macOS' && ( - - matrix.version == 'stable-v2.13.5' || - - matrix.version == 'stable-v2.14.6') + if: runner.os == 'macOS' && matrix.version == 'stable-v2.14.6' with: python-version: '3.11' - name: Check out repository diff --git a/.github/workflows/__build-mode-manual.yml b/.github/workflows/__build-mode-manual.yml index 759f60145..3e6f653a4 100644 --- a/.github/workflows/__build-mode-manual.yml +++ b/.github/workflows/__build-mode-manual.yml @@ -38,12 +38,7 @@ jobs: steps: - name: Setup Python on MacOS uses: actions/setup-python@v5 - if: >- - runner.os == 'macOS' && ( - - matrix.version == 'stable-v2.13.5' || - - matrix.version == 'stable-v2.14.6') + if: runner.os == 'macOS' && matrix.version == 'stable-v2.14.6' with: python-version: '3.11' - name: Check out repository diff --git a/.github/workflows/__build-mode-none.yml b/.github/workflows/__build-mode-none.yml index 91bb6c862..f3f22b326 100644 --- a/.github/workflows/__build-mode-none.yml +++ b/.github/workflows/__build-mode-none.yml @@ -40,12 +40,7 @@ jobs: steps: - name: Setup Python on MacOS uses: actions/setup-python@v5 - if: >- - runner.os == 'macOS' && ( - - matrix.version == 'stable-v2.13.5' || - - matrix.version == 'stable-v2.14.6') + if: runner.os == 'macOS' && matrix.version == 'stable-v2.14.6' with: python-version: '3.11' - name: Check out repository diff --git a/.github/workflows/__build-mode-rollback.yml b/.github/workflows/__build-mode-rollback.yml index 55cf12ac2..a1a15c46e 100644 --- a/.github/workflows/__build-mode-rollback.yml +++ b/.github/workflows/__build-mode-rollback.yml @@ -38,12 +38,7 @@ jobs: steps: - name: Setup Python on MacOS uses: actions/setup-python@v5 - if: >- - runner.os == 'macOS' && ( - - matrix.version == 'stable-v2.13.5' || - - matrix.version == 'stable-v2.14.6') + if: runner.os == 'macOS' && matrix.version == 'stable-v2.14.6' with: python-version: '3.11' - name: Check out repository diff --git a/.github/workflows/__cleanup-db-cluster-dir.yml b/.github/workflows/__cleanup-db-cluster-dir.yml index 109fe19a8..5f5471d3e 100644 --- a/.github/workflows/__cleanup-db-cluster-dir.yml +++ b/.github/workflows/__cleanup-db-cluster-dir.yml @@ -38,12 +38,7 @@ jobs: steps: - name: Setup Python on MacOS uses: actions/setup-python@v5 - if: >- - runner.os == 'macOS' && ( - - matrix.version == 'stable-v2.13.5' || - - matrix.version == 'stable-v2.14.6') + if: runner.os == 'macOS' && matrix.version == 'stable-v2.14.6' with: python-version: '3.11' - name: Check out repository diff --git a/.github/workflows/__config-export.yml b/.github/workflows/__config-export.yml index 24ee994fc..fae866faf 100644 --- a/.github/workflows/__config-export.yml +++ b/.github/workflows/__config-export.yml @@ -48,12 +48,7 @@ jobs: steps: - name: Setup Python on MacOS uses: actions/setup-python@v5 - if: >- - runner.os == 'macOS' && ( - - matrix.version == 'stable-v2.13.5' || - - matrix.version == 'stable-v2.14.6') + if: runner.os == 'macOS' && matrix.version == 'stable-v2.14.6' with: python-version: '3.11' - name: Check out repository diff --git a/.github/workflows/__config-input.yml b/.github/workflows/__config-input.yml index e3b3028e6..b38ff3b2d 100644 --- a/.github/workflows/__config-input.yml +++ b/.github/workflows/__config-input.yml @@ -38,12 +38,7 @@ jobs: steps: - name: Setup Python on MacOS uses: actions/setup-python@v5 - if: >- - runner.os == 'macOS' && ( - - matrix.version == 'stable-v2.13.5' || - - matrix.version == 'stable-v2.14.6') + if: runner.os == 'macOS' && matrix.version == 'stable-v2.14.6' with: python-version: '3.11' - name: Check out repository diff --git a/.github/workflows/__cpp-deptrace-disabled.yml b/.github/workflows/__cpp-deptrace-disabled.yml index 10276c289..2dc5bd4d4 100644 --- a/.github/workflows/__cpp-deptrace-disabled.yml +++ b/.github/workflows/__cpp-deptrace-disabled.yml @@ -42,12 +42,7 @@ jobs: steps: - name: Setup Python on MacOS uses: actions/setup-python@v5 - if: >- - runner.os == 'macOS' && ( - - matrix.version == 'stable-v2.13.5' || - - matrix.version == 'stable-v2.14.6') + if: runner.os == 'macOS' && matrix.version == 'stable-v2.14.6' with: python-version: '3.11' - name: Check out repository diff --git a/.github/workflows/__cpp-deptrace-enabled-on-macos.yml b/.github/workflows/__cpp-deptrace-enabled-on-macos.yml index 435b3334b..fe7e1b565 100644 --- a/.github/workflows/__cpp-deptrace-enabled-on-macos.yml +++ b/.github/workflows/__cpp-deptrace-enabled-on-macos.yml @@ -38,12 +38,7 @@ jobs: steps: - name: Setup Python on MacOS uses: actions/setup-python@v5 - if: >- - runner.os == 'macOS' && ( - - matrix.version == 'stable-v2.13.5' || - - matrix.version == 'stable-v2.14.6') + if: runner.os == 'macOS' && matrix.version == 'stable-v2.14.6' with: python-version: '3.11' - name: Check out repository diff --git a/.github/workflows/__cpp-deptrace-enabled.yml b/.github/workflows/__cpp-deptrace-enabled.yml index 45fb384a0..72b63c17f 100644 --- a/.github/workflows/__cpp-deptrace-enabled.yml +++ b/.github/workflows/__cpp-deptrace-enabled.yml @@ -42,12 +42,7 @@ jobs: steps: - name: Setup Python on MacOS uses: actions/setup-python@v5 - if: >- - runner.os == 'macOS' && ( - - matrix.version == 'stable-v2.13.5' || - - matrix.version == 'stable-v2.14.6') + if: runner.os == 'macOS' && matrix.version == 'stable-v2.14.6' with: python-version: '3.11' - name: Check out repository diff --git a/.github/workflows/__diagnostics-export.yml b/.github/workflows/__diagnostics-export.yml index 28bbca42e..a8981f624 100644 --- a/.github/workflows/__diagnostics-export.yml +++ b/.github/workflows/__diagnostics-export.yml @@ -48,12 +48,7 @@ jobs: steps: - name: Setup Python on MacOS uses: actions/setup-python@v5 - if: >- - runner.os == 'macOS' && ( - - matrix.version == 'stable-v2.13.5' || - - matrix.version == 'stable-v2.14.6') + if: runner.os == 'macOS' && matrix.version == 'stable-v2.14.6' with: python-version: '3.11' - name: Check out repository diff --git a/.github/workflows/__export-file-baseline-information.yml b/.github/workflows/__export-file-baseline-information.yml index 1c98d8a56..d6635becc 100644 --- a/.github/workflows/__export-file-baseline-information.yml +++ b/.github/workflows/__export-file-baseline-information.yml @@ -42,12 +42,7 @@ jobs: steps: - name: Setup Python on MacOS uses: actions/setup-python@v5 - if: >- - runner.os == 'macOS' && ( - - matrix.version == 'stable-v2.13.5' || - - matrix.version == 'stable-v2.14.6') + if: runner.os == 'macOS' && matrix.version == 'stable-v2.14.6' with: python-version: '3.11' - name: Check out repository diff --git a/.github/workflows/__extractor-ram-threads.yml b/.github/workflows/__extractor-ram-threads.yml index a06950bbc..9245f8f6b 100644 --- a/.github/workflows/__extractor-ram-threads.yml +++ b/.github/workflows/__extractor-ram-threads.yml @@ -38,12 +38,7 @@ jobs: steps: - name: Setup Python on MacOS uses: actions/setup-python@v5 - if: >- - runner.os == 'macOS' && ( - - matrix.version == 'stable-v2.13.5' || - - matrix.version == 'stable-v2.14.6') + if: runner.os == 'macOS' && matrix.version == 'stable-v2.14.6' with: python-version: '3.11' - name: Check out repository diff --git a/.github/workflows/__go-custom-queries.yml b/.github/workflows/__go-custom-queries.yml index b52f120e4..01a0bc914 100644 --- a/.github/workflows/__go-custom-queries.yml +++ b/.github/workflows/__go-custom-queries.yml @@ -40,12 +40,7 @@ jobs: steps: - name: Setup Python on MacOS uses: actions/setup-python@v5 - if: >- - runner.os == 'macOS' && ( - - matrix.version == 'stable-v2.13.5' || - - matrix.version == 'stable-v2.14.6') + if: runner.os == 'macOS' && matrix.version == 'stable-v2.14.6' with: python-version: '3.11' - name: Check out repository diff --git a/.github/workflows/__go-indirect-tracing-workaround-diagnostic.yml b/.github/workflows/__go-indirect-tracing-workaround-diagnostic.yml index 0723ef4cc..f2222c8cd 100644 --- a/.github/workflows/__go-indirect-tracing-workaround-diagnostic.yml +++ b/.github/workflows/__go-indirect-tracing-workaround-diagnostic.yml @@ -38,12 +38,7 @@ jobs: steps: - name: Setup Python on MacOS uses: actions/setup-python@v5 - if: >- - runner.os == 'macOS' && ( - - matrix.version == 'stable-v2.13.5' || - - matrix.version == 'stable-v2.14.6') + if: runner.os == 'macOS' && matrix.version == 'stable-v2.14.6' with: python-version: '3.11' - name: Check out repository diff --git a/.github/workflows/__go-indirect-tracing-workaround-no-file-program.yml b/.github/workflows/__go-indirect-tracing-workaround-no-file-program.yml index 5d93dab39..1731890fc 100644 --- a/.github/workflows/__go-indirect-tracing-workaround-no-file-program.yml +++ b/.github/workflows/__go-indirect-tracing-workaround-no-file-program.yml @@ -38,12 +38,7 @@ jobs: steps: - name: Setup Python on MacOS uses: actions/setup-python@v5 - if: >- - runner.os == 'macOS' && ( - - matrix.version == 'stable-v2.13.5' || - - matrix.version == 'stable-v2.14.6') + if: runner.os == 'macOS' && matrix.version == 'stable-v2.14.6' with: python-version: '3.11' - name: Check out repository diff --git a/.github/workflows/__go-indirect-tracing-workaround.yml b/.github/workflows/__go-indirect-tracing-workaround.yml index 17ffc11c7..60730af25 100644 --- a/.github/workflows/__go-indirect-tracing-workaround.yml +++ b/.github/workflows/__go-indirect-tracing-workaround.yml @@ -38,12 +38,7 @@ jobs: steps: - name: Setup Python on MacOS uses: actions/setup-python@v5 - if: >- - runner.os == 'macOS' && ( - - matrix.version == 'stable-v2.13.5' || - - matrix.version == 'stable-v2.14.6') + if: runner.os == 'macOS' && matrix.version == 'stable-v2.14.6' with: python-version: '3.11' - name: Check out repository diff --git a/.github/workflows/__go-tracing-autobuilder.yml b/.github/workflows/__go-tracing-autobuilder.yml index b2aefecea..91d1b5db1 100644 --- a/.github/workflows/__go-tracing-autobuilder.yml +++ b/.github/workflows/__go-tracing-autobuilder.yml @@ -27,10 +27,6 @@ jobs: fail-fast: false matrix: include: - - os: ubuntu-latest - version: stable-v2.13.5 - - os: macos-12 - version: stable-v2.13.5 - os: ubuntu-latest version: stable-v2.14.6 - os: macos-12 @@ -47,6 +43,10 @@ jobs: version: stable-v2.17.6 - os: macos-latest version: stable-v2.17.6 + - os: ubuntu-latest + version: stable-v2.18.4 + - os: macos-latest + version: stable-v2.18.4 - os: ubuntu-latest version: default - os: macos-latest @@ -68,12 +68,7 @@ jobs: steps: - name: Setup Python on MacOS uses: actions/setup-python@v5 - if: >- - runner.os == 'macOS' && ( - - matrix.version == 'stable-v2.13.5' || - - matrix.version == 'stable-v2.14.6') + if: runner.os == 'macOS' && matrix.version == 'stable-v2.14.6' with: python-version: '3.11' - name: Check out repository diff --git a/.github/workflows/__go-tracing-custom-build-steps.yml b/.github/workflows/__go-tracing-custom-build-steps.yml index 40d6f9a2b..fff3e7eec 100644 --- a/.github/workflows/__go-tracing-custom-build-steps.yml +++ b/.github/workflows/__go-tracing-custom-build-steps.yml @@ -27,10 +27,6 @@ jobs: fail-fast: false matrix: include: - - os: ubuntu-latest - version: stable-v2.13.5 - - os: macos-12 - version: stable-v2.13.5 - os: ubuntu-latest version: stable-v2.14.6 - os: macos-12 @@ -47,6 +43,10 @@ jobs: version: stable-v2.17.6 - os: macos-latest version: stable-v2.17.6 + - os: ubuntu-latest + version: stable-v2.18.4 + - os: macos-latest + version: stable-v2.18.4 - os: ubuntu-latest version: default - os: macos-latest @@ -68,12 +68,7 @@ jobs: steps: - name: Setup Python on MacOS uses: actions/setup-python@v5 - if: >- - runner.os == 'macOS' && ( - - matrix.version == 'stable-v2.13.5' || - - matrix.version == 'stable-v2.14.6') + if: runner.os == 'macOS' && matrix.version == 'stable-v2.14.6' with: python-version: '3.11' - name: Check out repository diff --git a/.github/workflows/__go-tracing-legacy-workflow.yml b/.github/workflows/__go-tracing-legacy-workflow.yml index a4ac58bf8..6d35809de 100644 --- a/.github/workflows/__go-tracing-legacy-workflow.yml +++ b/.github/workflows/__go-tracing-legacy-workflow.yml @@ -27,10 +27,6 @@ jobs: fail-fast: false matrix: include: - - os: ubuntu-latest - version: stable-v2.13.5 - - os: macos-12 - version: stable-v2.13.5 - os: ubuntu-latest version: stable-v2.14.6 - os: macos-12 @@ -47,6 +43,10 @@ jobs: version: stable-v2.17.6 - os: macos-latest version: stable-v2.17.6 + - os: ubuntu-latest + version: stable-v2.18.4 + - os: macos-latest + version: stable-v2.18.4 - os: ubuntu-latest version: default - os: macos-latest @@ -68,12 +68,7 @@ jobs: steps: - name: Setup Python on MacOS uses: actions/setup-python@v5 - if: >- - runner.os == 'macOS' && ( - - matrix.version == 'stable-v2.13.5' || - - matrix.version == 'stable-v2.14.6') + if: runner.os == 'macOS' && matrix.version == 'stable-v2.14.6' with: python-version: '3.11' - name: Check out repository diff --git a/.github/workflows/__init-with-registries.yml b/.github/workflows/__init-with-registries.yml index 0670f5f75..2a4bdf78b 100644 --- a/.github/workflows/__init-with-registries.yml +++ b/.github/workflows/__init-with-registries.yml @@ -55,12 +55,7 @@ jobs: steps: - name: Setup Python on MacOS uses: actions/setup-python@v5 - if: >- - runner.os == 'macOS' && ( - - matrix.version == 'stable-v2.13.5' || - - matrix.version == 'stable-v2.14.6') + if: runner.os == 'macOS' && matrix.version == 'stable-v2.14.6' with: python-version: '3.11' - name: Check out repository diff --git a/.github/workflows/__javascript-source-root.yml b/.github/workflows/__javascript-source-root.yml index 48a9b4c26..45d316a1a 100644 --- a/.github/workflows/__javascript-source-root.yml +++ b/.github/workflows/__javascript-source-root.yml @@ -42,12 +42,7 @@ jobs: steps: - name: Setup Python on MacOS uses: actions/setup-python@v5 - if: >- - runner.os == 'macOS' && ( - - matrix.version == 'stable-v2.13.5' || - - matrix.version == 'stable-v2.14.6') + if: runner.os == 'macOS' && matrix.version == 'stable-v2.14.6' with: python-version: '3.11' - name: Check out repository diff --git a/.github/workflows/__job-run-uuid-sarif.yml b/.github/workflows/__job-run-uuid-sarif.yml index d60f80025..2c7f2da22 100644 --- a/.github/workflows/__job-run-uuid-sarif.yml +++ b/.github/workflows/__job-run-uuid-sarif.yml @@ -38,12 +38,7 @@ jobs: steps: - name: Setup Python on MacOS uses: actions/setup-python@v5 - if: >- - runner.os == 'macOS' && ( - - matrix.version == 'stable-v2.13.5' || - - matrix.version == 'stable-v2.14.6') + if: runner.os == 'macOS' && matrix.version == 'stable-v2.14.6' with: python-version: '3.11' - name: Check out repository diff --git a/.github/workflows/__language-aliases.yml b/.github/workflows/__language-aliases.yml index 7163f7ed6..febf4e0f4 100644 --- a/.github/workflows/__language-aliases.yml +++ b/.github/workflows/__language-aliases.yml @@ -38,12 +38,7 @@ jobs: steps: - name: Setup Python on MacOS uses: actions/setup-python@v5 - if: >- - runner.os == 'macOS' && ( - - matrix.version == 'stable-v2.13.5' || - - matrix.version == 'stable-v2.14.6') + if: runner.os == 'macOS' && matrix.version == 'stable-v2.14.6' with: python-version: '3.11' - name: Check out repository diff --git a/.github/workflows/__multi-language-autodetect.yml b/.github/workflows/__multi-language-autodetect.yml index bb4152536..11370f5c8 100644 --- a/.github/workflows/__multi-language-autodetect.yml +++ b/.github/workflows/__multi-language-autodetect.yml @@ -27,10 +27,6 @@ jobs: fail-fast: false matrix: include: - - os: macos-12 - version: stable-v2.13.5 - - os: ubuntu-latest - version: stable-v2.13.5 - os: macos-12 version: stable-v2.14.6 - os: ubuntu-latest @@ -47,6 +43,10 @@ jobs: version: stable-v2.17.6 - os: ubuntu-latest version: stable-v2.17.6 + - os: macos-latest + version: stable-v2.18.4 + - os: ubuntu-latest + version: stable-v2.18.4 - os: macos-latest version: default - os: ubuntu-latest @@ -68,12 +68,7 @@ jobs: steps: - name: Setup Python on MacOS uses: actions/setup-python@v5 - if: >- - runner.os == 'macOS' && ( - - matrix.version == 'stable-v2.13.5' || - - matrix.version == 'stable-v2.14.6') + if: runner.os == 'macOS' && matrix.version == 'stable-v2.14.6' with: python-version: '3.11' - name: Check out repository diff --git a/.github/workflows/__packaging-codescanning-config-inputs-js.yml b/.github/workflows/__packaging-codescanning-config-inputs-js.yml index 107b25c99..b961f56e8 100644 --- a/.github/workflows/__packaging-codescanning-config-inputs-js.yml +++ b/.github/workflows/__packaging-codescanning-config-inputs-js.yml @@ -54,12 +54,7 @@ jobs: steps: - name: Setup Python on MacOS uses: actions/setup-python@v5 - if: >- - runner.os == 'macOS' && ( - - matrix.version == 'stable-v2.13.5' || - - matrix.version == 'stable-v2.14.6') + if: runner.os == 'macOS' && matrix.version == 'stable-v2.14.6' with: python-version: '3.11' - name: Check out repository diff --git a/.github/workflows/__packaging-config-inputs-js.yml b/.github/workflows/__packaging-config-inputs-js.yml index 686fa839e..769a169f8 100644 --- a/.github/workflows/__packaging-config-inputs-js.yml +++ b/.github/workflows/__packaging-config-inputs-js.yml @@ -54,12 +54,7 @@ jobs: steps: - name: Setup Python on MacOS uses: actions/setup-python@v5 - if: >- - runner.os == 'macOS' && ( - - matrix.version == 'stable-v2.13.5' || - - matrix.version == 'stable-v2.14.6') + if: runner.os == 'macOS' && matrix.version == 'stable-v2.14.6' with: python-version: '3.11' - name: Check out repository diff --git a/.github/workflows/__packaging-config-js.yml b/.github/workflows/__packaging-config-js.yml index 5fe993949..4cfcb4ca1 100644 --- a/.github/workflows/__packaging-config-js.yml +++ b/.github/workflows/__packaging-config-js.yml @@ -54,12 +54,7 @@ jobs: steps: - name: Setup Python on MacOS uses: actions/setup-python@v5 - if: >- - runner.os == 'macOS' && ( - - matrix.version == 'stable-v2.13.5' || - - matrix.version == 'stable-v2.14.6') + if: runner.os == 'macOS' && matrix.version == 'stable-v2.14.6' with: python-version: '3.11' - name: Check out repository diff --git a/.github/workflows/__packaging-inputs-js.yml b/.github/workflows/__packaging-inputs-js.yml index 467a2c46e..0944989bb 100644 --- a/.github/workflows/__packaging-inputs-js.yml +++ b/.github/workflows/__packaging-inputs-js.yml @@ -54,12 +54,7 @@ jobs: steps: - name: Setup Python on MacOS uses: actions/setup-python@v5 - if: >- - runner.os == 'macOS' && ( - - matrix.version == 'stable-v2.13.5' || - - matrix.version == 'stable-v2.14.6') + if: runner.os == 'macOS' && matrix.version == 'stable-v2.14.6' with: python-version: '3.11' - name: Check out repository diff --git a/.github/workflows/__remote-config.yml b/.github/workflows/__remote-config.yml index 3493b99ed..2d7f3207a 100644 --- a/.github/workflows/__remote-config.yml +++ b/.github/workflows/__remote-config.yml @@ -40,12 +40,7 @@ jobs: steps: - name: Setup Python on MacOS uses: actions/setup-python@v5 - if: >- - runner.os == 'macOS' && ( - - matrix.version == 'stable-v2.13.5' || - - matrix.version == 'stable-v2.14.6') + if: runner.os == 'macOS' && matrix.version == 'stable-v2.14.6' with: python-version: '3.11' - name: Check out repository diff --git a/.github/workflows/__resolve-environment-action.yml b/.github/workflows/__resolve-environment-action.yml index 15871267d..e5896948c 100644 --- a/.github/workflows/__resolve-environment-action.yml +++ b/.github/workflows/__resolve-environment-action.yml @@ -27,12 +27,6 @@ jobs: fail-fast: false matrix: include: - - os: ubuntu-latest - version: stable-v2.13.5 - - os: macos-12 - version: stable-v2.13.5 - - os: windows-latest - version: stable-v2.13.5 - os: ubuntu-latest version: default - os: macos-latest @@ -60,12 +54,7 @@ jobs: steps: - name: Setup Python on MacOS uses: actions/setup-python@v5 - if: >- - runner.os == 'macOS' && ( - - matrix.version == 'stable-v2.13.5' || - - matrix.version == 'stable-v2.14.6') + if: runner.os == 'macOS' && matrix.version == 'stable-v2.14.6' with: python-version: '3.11' - name: Check out repository @@ -79,8 +68,7 @@ jobs: setup-kotlin: 'true' - uses: ./../action/init with: - languages: ${{ matrix.version == 'stable-v2.13.5' && 'go' || 'go,javascript-typescript' - }} + languages: go,javascript-typescript tools: ${{ steps.prepare-test.outputs.tools-url }} - name: Resolve environment for Go @@ -94,14 +82,13 @@ jobs: run: exit 1 - name: Resolve environment for JavaScript/TypeScript - if: matrix.version != 'stable-v2.13.5' uses: ./../action/resolve-environment id: resolve-environment-js with: language: javascript-typescript - name: Fail if JavaScript/TypeScript configuration present - if: matrix.version != 'stable-v2.13.5' && + if: fromJSON(steps.resolve-environment-js.outputs.environment).configuration.javascript run: exit 1 env: diff --git a/.github/workflows/__rubocop-multi-language.yml b/.github/workflows/__rubocop-multi-language.yml index b49ce73b6..9e8602362 100644 --- a/.github/workflows/__rubocop-multi-language.yml +++ b/.github/workflows/__rubocop-multi-language.yml @@ -38,12 +38,7 @@ jobs: steps: - name: Setup Python on MacOS uses: actions/setup-python@v5 - if: >- - runner.os == 'macOS' && ( - - matrix.version == 'stable-v2.13.5' || - - matrix.version == 'stable-v2.14.6') + if: runner.os == 'macOS' && matrix.version == 'stable-v2.14.6' with: python-version: '3.11' - name: Check out repository diff --git a/.github/workflows/__ruby.yml b/.github/workflows/__ruby.yml index a34df8f6a..2473d4ed1 100644 --- a/.github/workflows/__ruby.yml +++ b/.github/workflows/__ruby.yml @@ -48,12 +48,7 @@ jobs: steps: - name: Setup Python on MacOS uses: actions/setup-python@v5 - if: >- - runner.os == 'macOS' && ( - - matrix.version == 'stable-v2.13.5' || - - matrix.version == 'stable-v2.14.6') + if: runner.os == 'macOS' && matrix.version == 'stable-v2.14.6' with: python-version: '3.11' - name: Check out repository diff --git a/.github/workflows/__split-workflow.yml b/.github/workflows/__split-workflow.yml index d8cec754c..12d03c3d8 100644 --- a/.github/workflows/__split-workflow.yml +++ b/.github/workflows/__split-workflow.yml @@ -48,12 +48,7 @@ jobs: steps: - name: Setup Python on MacOS uses: actions/setup-python@v5 - if: >- - runner.os == 'macOS' && ( - - matrix.version == 'stable-v2.13.5' || - - matrix.version == 'stable-v2.14.6') + if: runner.os == 'macOS' && matrix.version == 'stable-v2.14.6' with: python-version: '3.11' - name: Check out repository diff --git a/.github/workflows/__submit-sarif-failure.yml b/.github/workflows/__submit-sarif-failure.yml index 0b65db83b..33ed3cdae 100644 --- a/.github/workflows/__submit-sarif-failure.yml +++ b/.github/workflows/__submit-sarif-failure.yml @@ -42,12 +42,7 @@ jobs: steps: - name: Setup Python on MacOS uses: actions/setup-python@v5 - if: >- - runner.os == 'macOS' && ( - - matrix.version == 'stable-v2.13.5' || - - matrix.version == 'stable-v2.14.6') + if: runner.os == 'macOS' && matrix.version == 'stable-v2.14.6' with: python-version: '3.11' - name: Check out repository diff --git a/.github/workflows/__swift-autobuild.yml b/.github/workflows/__swift-autobuild.yml index 2afd08f82..a29940ae3 100644 --- a/.github/workflows/__swift-autobuild.yml +++ b/.github/workflows/__swift-autobuild.yml @@ -38,12 +38,7 @@ jobs: steps: - name: Setup Python on MacOS uses: actions/setup-python@v5 - if: >- - runner.os == 'macOS' && ( - - matrix.version == 'stable-v2.13.5' || - - matrix.version == 'stable-v2.14.6') + if: runner.os == 'macOS' && matrix.version == 'stable-v2.14.6' with: python-version: '3.11' - name: Check out repository diff --git a/.github/workflows/__swift-custom-build.yml b/.github/workflows/__swift-custom-build.yml index 9cd41ea8f..997c581c7 100644 --- a/.github/workflows/__swift-custom-build.yml +++ b/.github/workflows/__swift-custom-build.yml @@ -42,12 +42,7 @@ jobs: steps: - name: Setup Python on MacOS uses: actions/setup-python@v5 - if: >- - runner.os == 'macOS' && ( - - matrix.version == 'stable-v2.13.5' || - - matrix.version == 'stable-v2.14.6') + if: runner.os == 'macOS' && matrix.version == 'stable-v2.14.6' with: python-version: '3.11' - name: Check out repository diff --git a/.github/workflows/__test-autobuild-working-dir.yml b/.github/workflows/__test-autobuild-working-dir.yml index 2006e2b2b..137ca450a 100644 --- a/.github/workflows/__test-autobuild-working-dir.yml +++ b/.github/workflows/__test-autobuild-working-dir.yml @@ -38,12 +38,7 @@ jobs: steps: - name: Setup Python on MacOS uses: actions/setup-python@v5 - if: >- - runner.os == 'macOS' && ( - - matrix.version == 'stable-v2.13.5' || - - matrix.version == 'stable-v2.14.6') + if: runner.os == 'macOS' && matrix.version == 'stable-v2.14.6' with: python-version: '3.11' - name: Check out repository diff --git a/.github/workflows/__test-local-codeql.yml b/.github/workflows/__test-local-codeql.yml index 8f108c507..ee8623a5f 100644 --- a/.github/workflows/__test-local-codeql.yml +++ b/.github/workflows/__test-local-codeql.yml @@ -38,12 +38,7 @@ jobs: steps: - name: Setup Python on MacOS uses: actions/setup-python@v5 - if: >- - runner.os == 'macOS' && ( - - matrix.version == 'stable-v2.13.5' || - - matrix.version == 'stable-v2.14.6') + if: runner.os == 'macOS' && matrix.version == 'stable-v2.14.6' with: python-version: '3.11' - name: Check out repository diff --git a/.github/workflows/__test-proxy.yml b/.github/workflows/__test-proxy.yml index 214f12b2e..9ba8d4222 100644 --- a/.github/workflows/__test-proxy.yml +++ b/.github/workflows/__test-proxy.yml @@ -38,12 +38,7 @@ jobs: steps: - name: Setup Python on MacOS uses: actions/setup-python@v5 - if: >- - runner.os == 'macOS' && ( - - matrix.version == 'stable-v2.13.5' || - - matrix.version == 'stable-v2.14.6') + if: runner.os == 'macOS' && matrix.version == 'stable-v2.14.6' with: python-version: '3.11' - name: Check out repository diff --git a/.github/workflows/__unset-environment.yml b/.github/workflows/__unset-environment.yml index 6f316cba9..b5d3d6869 100644 --- a/.github/workflows/__unset-environment.yml +++ b/.github/workflows/__unset-environment.yml @@ -40,12 +40,7 @@ jobs: steps: - name: Setup Python on MacOS uses: actions/setup-python@v5 - if: >- - runner.os == 'macOS' && ( - - matrix.version == 'stable-v2.13.5' || - - matrix.version == 'stable-v2.14.6') + if: runner.os == 'macOS' && matrix.version == 'stable-v2.14.6' with: python-version: '3.11' - name: Check out repository diff --git a/.github/workflows/__upload-ref-sha-input.yml b/.github/workflows/__upload-ref-sha-input.yml index d3c6cf742..3effa2d7f 100644 --- a/.github/workflows/__upload-ref-sha-input.yml +++ b/.github/workflows/__upload-ref-sha-input.yml @@ -42,12 +42,7 @@ jobs: steps: - name: Setup Python on MacOS uses: actions/setup-python@v5 - if: >- - runner.os == 'macOS' && ( - - matrix.version == 'stable-v2.13.5' || - - matrix.version == 'stable-v2.14.6') + if: runner.os == 'macOS' && matrix.version == 'stable-v2.14.6' with: python-version: '3.11' - name: Check out repository diff --git a/.github/workflows/__with-checkout-path.yml b/.github/workflows/__with-checkout-path.yml index 3e3a70fa6..f2699df48 100644 --- a/.github/workflows/__with-checkout-path.yml +++ b/.github/workflows/__with-checkout-path.yml @@ -42,12 +42,7 @@ jobs: steps: - name: Setup Python on MacOS uses: actions/setup-python@v5 - if: >- - runner.os == 'macOS' && ( - - matrix.version == 'stable-v2.13.5' || - - matrix.version == 'stable-v2.14.6') + if: runner.os == 'macOS' && matrix.version == 'stable-v2.14.6' with: python-version: '3.11' - name: Check out repository diff --git a/.github/workflows/__zstd-bundle-fallback.yml b/.github/workflows/__zstd-bundle-fallback.yml index d2ea62b52..188d80699 100644 --- a/.github/workflows/__zstd-bundle-fallback.yml +++ b/.github/workflows/__zstd-bundle-fallback.yml @@ -40,12 +40,7 @@ jobs: steps: - name: Setup Python on MacOS uses: actions/setup-python@v5 - if: >- - runner.os == 'macOS' && ( - - matrix.version == 'stable-v2.13.5' || - - matrix.version == 'stable-v2.14.6') + if: runner.os == 'macOS' && matrix.version == 'stable-v2.14.6' with: python-version: '3.11' - name: Check out repository diff --git a/.github/workflows/__zstd-bundle-streaming.yml b/.github/workflows/__zstd-bundle-streaming.yml index 9d6130347..8e3d8adea 100644 --- a/.github/workflows/__zstd-bundle-streaming.yml +++ b/.github/workflows/__zstd-bundle-streaming.yml @@ -40,12 +40,7 @@ jobs: steps: - name: Setup Python on MacOS uses: actions/setup-python@v5 - if: >- - runner.os == 'macOS' && ( - - matrix.version == 'stable-v2.13.5' || - - matrix.version == 'stable-v2.14.6') + if: runner.os == 'macOS' && matrix.version == 'stable-v2.14.6' with: python-version: '3.11' - name: Check out repository diff --git a/.github/workflows/__zstd-bundle.yml b/.github/workflows/__zstd-bundle.yml index 7438a6aa3..757aeadb1 100644 --- a/.github/workflows/__zstd-bundle.yml +++ b/.github/workflows/__zstd-bundle.yml @@ -42,12 +42,7 @@ jobs: steps: - name: Setup Python on MacOS uses: actions/setup-python@v5 - if: >- - runner.os == 'macOS' && ( - - matrix.version == 'stable-v2.13.5' || - - matrix.version == 'stable-v2.14.6') + if: runner.os == 'macOS' && matrix.version == 'stable-v2.14.6' with: python-version: '3.11' - name: Check out repository diff --git a/pr-checks/checks/resolve-environment-action.yml b/pr-checks/checks/resolve-environment-action.yml index df6f88a3c..9722b7228 100644 --- a/pr-checks/checks/resolve-environment-action.yml +++ b/pr-checks/checks/resolve-environment-action.yml @@ -1,10 +1,10 @@ name: "Resolve environment" description: "Tests that the resolve-environment action works for Go and JavaScript/TypeScript" -versions: ["stable-v2.13.5", "default", "linked", "nightly-latest"] +versions: ["default", "linked", "nightly-latest"] steps: - uses: ./../action/init with: - languages: ${{ matrix.version == 'stable-v2.13.5' && 'go' || 'go,javascript-typescript' }} + languages: go,javascript-typescript tools: ${{ steps.prepare-test.outputs.tools-url }} - name: Resolve environment for Go @@ -18,12 +18,11 @@ steps: run: exit 1 - name: Resolve environment for JavaScript/TypeScript - if: matrix.version != 'stable-v2.13.5' uses: ./../action/resolve-environment id: resolve-environment-js with: language: javascript-typescript - name: Fail if JavaScript/TypeScript configuration present - if: matrix.version != 'stable-v2.13.5' && fromJSON(steps.resolve-environment-js.outputs.environment).configuration.javascript + if: fromJSON(steps.resolve-environment-js.outputs.environment).configuration.javascript run: exit 1 diff --git a/pr-checks/sync.py b/pr-checks/sync.py index 7887d3723..289126813 100755 --- a/pr-checks/sync.py +++ b/pr-checks/sync.py @@ -8,8 +8,6 @@ import textwrap # The default set of CodeQL Bundle versions to use for the PR checks. defaultTestVersions = [ # The oldest supported CodeQL version. If bumping, update `CODEQL_MINIMUM_VERSION` in `codeql.ts` - "stable-v2.13.5", - # The last CodeQL release in the 2.14 series. "stable-v2.14.6", # The last CodeQL release in the 2.15 series. "stable-v2.15.5", @@ -17,6 +15,8 @@ defaultTestVersions = [ "stable-v2.16.6", # The last CodeQL release in the 2.17 series. "stable-v2.17.6", + # The last CodeQL release in the 2.18 series. + "stable-v2.18.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 @@ -81,7 +81,7 @@ for file in (this_dir / 'checks').glob('*.yml'): # Prior to CLI v2.15.1, ARM runners were not supported by the build tracer. # "macos-latest" is now an ARM runner, so we run tests on the old CLIs on Intel runners instead. - if version in ["stable-v2.13.5", "stable-v2.14.6"] and runnerImage == "macos-latest": + if version in ["stable-v2.14.6"] and runnerImage == "macos-latest": matrix.append({ 'os': "macos-12", 'version': version @@ -100,13 +100,7 @@ for file in (this_dir / 'checks').glob('*.yml'): { 'name': 'Setup Python on MacOS', 'uses': 'actions/setup-python@v5', - # Ensure that this is serialized as a folded (`>`) string to preserve the readability - # of the generated workflow. - 'if': FoldedScalarString(textwrap.dedent(''' - runner.os == 'macOS' && ( - matrix.version == 'stable-v2.13.5' || - matrix.version == 'stable-v2.14.6') - ''').strip()), + 'if': "runner.os == 'macOS' && matrix.version == 'stable-v2.14.6'", 'with': { 'python-version': '3.11' }