diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 38b841c..efe9db1 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.17 + uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-change-detection.yml@v1.18 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.17 + uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-cpp-ci.yml@v1.18 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.17 + uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-cpp-linter.yml@v1.18 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.17 + uses: munich-quantum-toolkit/workflows/.github/workflows/reusable-code-ql-cpp.yml@v1.18 required-checks-pass: # This job does nothing and is only used for branch protection name: 🚦 Check diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index 58aef07..184333b 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -18,6 +18,6 @@ jobs: pull-requests: write runs-on: ubuntu-latest steps: - - uses: release-drafter/release-drafter@v6 + - uses: release-drafter/release-drafter@v7 env: GITHUB_TOKEN: ${{ github.token }}