diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 24afb1e..b27a73a 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.2.2 + uses: cda-tum/mqt-core/.github/workflows/reusable-change-detection.yml@v2.3.0 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.2.2 + uses: cda-tum/mqt-core/.github/workflows/reusable-cpp-ci.yml@v2.3.0 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.2.2 + uses: cda-tum/mqt-core/.github/workflows/reusable-code-ql.yml@v2.3.0 with: setup-z3: true enable-python: false