diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e9225bb..38b841c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,13 +14,13 @@ concurrency: jobs: change-detection: name: 🔍 Change - uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-change-detection.yml@v1.11 + uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-change-detection.yml@v1.17 cpp-tests: name: 🇨‌ Test needs: change-detection if: fromJSON(needs.change-detection.outputs.run-cpp-tests) - uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-cpp-ci.yml@v1.11 + uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-cpp-ci.yml@v1.17 permissions: id-token: write contents: read @@ -29,7 +29,7 @@ jobs: name: 🇨‌ Lint needs: change-detection if: fromJSON(needs.change-detection.outputs.run-cpp-linter) - uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-cpp-linter.yml@v1.11 + uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-cpp-linter.yml@v1.17 with: cpp-linter-extra-args: "" @@ -37,7 +37,7 @@ jobs: name: 📝 CodeQL needs: change-detection if: fromJSON(needs.change-detection.outputs.run-code-ql) - uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-code-ql-cpp.yml@v1.11 + uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-code-ql-cpp.yml@v1.17 required-checks-pass: # This job does nothing and is only used for branch protection name: 🚦 Check