From 4fe79e17e19906be47e1d6c092b9e7a601a40047 Mon Sep 17 00:00:00 2001 From: julianz- <6255571+julianz-@users.noreply.github.com> Date: Tue, 23 Jun 2026 13:52:37 -0700 Subject: [PATCH] Backport tox-dev/workflow bump to maint/11.0.x Updates the tox-dev/workflow to pick up the codecov/codecov-action bump required after Codecov migrated to a new GPG key following the acquisition by Harness. --- .github/workflows/ci-cd.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 7da40233c4..97cce821b1 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -560,7 +560,7 @@ jobs: - build-changelog - pre-setup # transitive, for accessing settings - uses: tox-dev/workflow/.github/workflows/reusable-tox.yml@208490c75f7f6b81e2698cc959f24d264c462d57 # yamllint disable-line rule:line-length + uses: tox-dev/workflow/.github/workflows/reusable-tox.yml@1bb961580e20073f66ccb9024f248357f8c8fecb # yamllint disable-line rule:line-length with: cache-key-for-dependency-files: >- ${{ needs.pre-setup.outputs.cache-key-for-dep-files }} @@ -606,7 +606,7 @@ jobs: - false fail-fast: false - uses: tox-dev/workflow/.github/workflows/reusable-tox.yml@208490c75f7f6b81e2698cc959f24d264c462d57 # yamllint disable-line rule:line-length + uses: tox-dev/workflow/.github/workflows/reusable-tox.yml@1bb961580e20073f66ccb9024f248357f8c8fecb # yamllint disable-line rule:line-length with: built-wheel-names: >- ${{ @@ -738,7 +738,7 @@ jobs: - runner-vm-os: macos-13 python-version: pypy-3.11 - uses: tox-dev/workflow/.github/workflows/reusable-tox.yml@208490c75f7f6b81e2698cc959f24d264c462d57 # yamllint disable-line rule:line-length + uses: tox-dev/workflow/.github/workflows/reusable-tox.yml@1bb961580e20073f66ccb9024f248357f8c8fecb # yamllint disable-line rule:line-length with: built-wheel-names: >- ${{ needs.pre-setup.outputs.wheel-artifact-name }}