From dd1e02f4eca7b279504ba4cec9850aa0dc490748 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 09:24:38 +0000 Subject: [PATCH] Bump the github-actions group with 1 update (#80) --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 43aeeba..24afb1e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,13 +14,13 @@ concurrency: jobs: change-detection: name: 🔍 Change - uses: cda-tum/mqt-core/.github/workflows/reusable-change-detection.yml@v2.1.0 + uses: cda-tum/mqt-core/.github/workflows/reusable-change-detection.yml@v2.2.2 cpp-tests: name: 🇨‌ Test needs: change-detection if: fromJSON(needs.change-detection.outputs.run-cpp-tests) - uses: cda-tum/mqt-core/.github/workflows/reusable-cpp-ci.yml@v2.1.0 + uses: cda-tum/mqt-core/.github/workflows/reusable-cpp-ci.yml@v2.2.2 secrets: token: ${{ secrets.CODECOV_TOKEN }} with: @@ -30,7 +30,7 @@ jobs: name: 📝 CodeQL needs: change-detection if: fromJSON(needs.change-detection.outputs.run-code-ql) - uses: cda-tum/mqt-core/.github/workflows/reusable-code-ql.yml@v2.1.0 + uses: cda-tum/mqt-core/.github/workflows/reusable-code-ql.yml@v2.2.2 with: setup-z3: true enable-python: false