From d0246e8b1143eae045e29215c92e3f307e6b6baa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Dec 2025 05:03:11 +0000 Subject: [PATCH] Bump the github-actions group across 1 directory with 4 updates Bumps the github-actions group with 4 updates in the / directory: [munich-quantum-toolkit/workflows/.github/workflows/reusable-change-detection.yml](https://github.com/munich-quantum-toolkit/workflows), [munich-quantum-toolkit/workflows/.github/workflows/reusable-cpp-ci.yml](https://github.com/munich-quantum-toolkit/workflows), [munich-quantum-toolkit/workflows/.github/workflows/reusable-cpp-linter.yml](https://github.com/munich-quantum-toolkit/workflows) and [munich-quantum-toolkit/workflows/.github/workflows/reusable-code-ql-cpp.yml](https://github.com/munich-quantum-toolkit/workflows). Updates `munich-quantum-toolkit/workflows/.github/workflows/reusable-change-detection.yml` from 1.11 to 1.17 - [Release notes](https://github.com/munich-quantum-toolkit/workflows/releases) - [Changelog](https://github.com/munich-quantum-toolkit/workflows/blob/main/CHANGELOG.md) - [Commits](https://github.com/munich-quantum-toolkit/workflows/compare/v1.11...v1.17) Updates `munich-quantum-toolkit/workflows/.github/workflows/reusable-cpp-ci.yml` from 1.11 to 1.17 - [Release notes](https://github.com/munich-quantum-toolkit/workflows/releases) - [Changelog](https://github.com/munich-quantum-toolkit/workflows/blob/main/CHANGELOG.md) - [Commits](https://github.com/munich-quantum-toolkit/workflows/compare/v1.11...v1.17) Updates `munich-quantum-toolkit/workflows/.github/workflows/reusable-cpp-linter.yml` from 1.11 to 1.17 - [Release notes](https://github.com/munich-quantum-toolkit/workflows/releases) - [Changelog](https://github.com/munich-quantum-toolkit/workflows/blob/main/CHANGELOG.md) - [Commits](https://github.com/munich-quantum-toolkit/workflows/compare/v1.11...v1.17) Updates `munich-quantum-toolkit/workflows/.github/workflows/reusable-code-ql-cpp.yml` from 1.11 to 1.17 - [Release notes](https://github.com/munich-quantum-toolkit/workflows/releases) - [Changelog](https://github.com/munich-quantum-toolkit/workflows/blob/main/CHANGELOG.md) - [Commits](https://github.com/munich-quantum-toolkit/workflows/compare/v1.11...v1.17) --- updated-dependencies: - dependency-name: munich-quantum-toolkit/workflows/.github/workflows/reusable-change-detection.yml dependency-version: '1.17' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: munich-quantum-toolkit/workflows/.github/workflows/reusable-cpp-ci.yml dependency-version: '1.17' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: munich-quantum-toolkit/workflows/.github/workflows/reusable-cpp-linter.yml dependency-version: '1.17' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: munich-quantum-toolkit/workflows/.github/workflows/reusable-code-ql-cpp.yml dependency-version: '1.17' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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