From 7d073e3495f802f2915a3d3ba15dc4bf9f6a9d4f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 26 Jan 2025 08:47:01 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=F0=9F=91=A8=E2=80=8D?= =?UTF-8?q?=F0=9F=92=BB=20Update=20cda-tum/mqt-workflows=20action=20to=20v?= =?UTF-8?q?1.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/cd.yml | 2 +- .github/workflows/ci.yml | 12 ++++++------ .github/workflows/update-mqt-core.yml | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 44cb7b72..51856808 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -17,7 +17,7 @@ jobs: # whether the workflow is triggered from a PR, a push to main, or a release, respectively. python-packaging: name: 🐍 Packaging - uses: cda-tum/mqt-workflows/.github/workflows/reusable-python-packaging.yml@v1.5 + uses: cda-tum/mqt-workflows/.github/workflows/reusable-python-packaging.yml@v1.7 with: # Do not include local version information on pushes to main to facilitate TestPyPI uploads. no-local-version: ${{ github.ref == 'refs/heads/main' && github.event_name == 'push' }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d19aacde..623c2e12 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,37 +14,37 @@ concurrency: jobs: change-detection: name: 🔍 Change - uses: cda-tum/mqt-workflows/.github/workflows/reusable-change-detection.yml@v1.5 + uses: cda-tum/mqt-workflows/.github/workflows/reusable-change-detection.yml@v1.7 cpp-tests: name: 🇨‌ Test needs: change-detection if: fromJSON(needs.change-detection.outputs.run-cpp-tests) - uses: cda-tum/mqt-workflows/.github/workflows/reusable-cpp-ci.yml@v1.5 + uses: cda-tum/mqt-workflows/.github/workflows/reusable-cpp-ci.yml@v1.7 cpp-linter: name: 🇨‌ Lint needs: change-detection if: fromJSON(needs.change-detection.outputs.run-cpp-linter) - uses: cda-tum/mqt-workflows/.github/workflows/reusable-cpp-linter.yml@v1.5 + uses: cda-tum/mqt-workflows/.github/workflows/reusable-cpp-linter.yml@v1.7 python-tests: name: 🐍 Test needs: change-detection if: fromJSON(needs.change-detection.outputs.run-python-tests) - uses: cda-tum/mqt-workflows/.github/workflows/reusable-python-ci.yml@v1.5 + uses: cda-tum/mqt-workflows/.github/workflows/reusable-python-ci.yml@v1.7 code-ql: name: 📝 CodeQL needs: change-detection if: fromJSON(needs.change-detection.outputs.run-code-ql) - uses: cda-tum/mqt-workflows/.github/workflows/reusable-code-ql.yml@v1.5 + uses: cda-tum/mqt-workflows/.github/workflows/reusable-code-ql.yml@v1.7 cd: name: 🚀 CD needs: change-detection if: fromJSON(needs.change-detection.outputs.run-cd) - uses: cda-tum/mqt-workflows/.github/workflows/reusable-python-packaging.yml@v1.5 + uses: cda-tum/mqt-workflows/.github/workflows/reusable-python-packaging.yml@v1.7 required-checks-pass: # This job does nothing and is only used for branch protection name: 🚦 Check diff --git a/.github/workflows/update-mqt-core.yml b/.github/workflows/update-mqt-core.yml index 2ca8dbec..dcb7e55a 100644 --- a/.github/workflows/update-mqt-core.yml +++ b/.github/workflows/update-mqt-core.yml @@ -21,6 +21,6 @@ concurrency: jobs: update-mqt-core: name: ⬆️ Update MQT Core - uses: cda-tum/mqt-workflows/.github/workflows/reusable-mqt-core-update.yml@v1.5 + uses: cda-tum/mqt-workflows/.github/workflows/reusable-mqt-core-update.yml@v1.7 with: update-to-head: ${{ github.event.inputs.update-to-head == 'true' }}