Skip to content

Commit bd6a5e2

Browse files
chore(deps): bump the github-actions group with 2 updates
Bumps the github-actions group with 2 updates: [cda-tum/mqt-workflows](https://github.com/cda-tum/mqt-workflows) and [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance). Updates `cda-tum/mqt-workflows` from 1.5.2 to 1.7.0 - [Release notes](https://github.com/cda-tum/mqt-workflows/releases) - [Commits](munich-quantum-toolkit/workflows@v1.5.2...v1.7.0) Updates `actions/attest-build-provenance` from 2.1.0 to 2.2.0 - [Release notes](https://github.com/actions/attest-build-provenance/releases) - [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md) - [Commits](actions/attest-build-provenance@v2.1.0...v2.2.0) --- updated-dependencies: - dependency-name: cda-tum/mqt-workflows dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/attest-build-provenance dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f8ad6cf commit bd6a5e2

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
python-packaging:
1212
name: 🐍 Packaging
13-
uses: cda-tum/mqt-workflows/.github/workflows/reusable-python-packaging.yml@v1.5.2
13+
uses: cda-tum/mqt-workflows/.github/workflows/reusable-python-packaging.yml@v1.7.0
1414

1515
deploy:
1616
if: github.event_name == 'release' && github.event.action == 'published'
@@ -31,7 +31,7 @@ jobs:
3131
path: dist
3232
merge-multiple: true
3333
- name: Generate artifact attestation for sdist and wheel(s)
34-
uses: actions/attest-build-provenance@v2.1.0
34+
uses: actions/attest-build-provenance@v2.2.0
3535
with:
3636
subject-path: "dist/*"
3737
- uses: pypa/gh-action-pypi-publish@release/v1

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ concurrency:
1515
jobs:
1616
change-detection:
1717
name: 🔍 Change
18-
uses: cda-tum/mqt-workflows/.github/workflows/reusable-change-detection.yml@v1.5.2
18+
uses: cda-tum/mqt-workflows/.github/workflows/reusable-change-detection.yml@v1.7.0
1919

2020
cpp-tests:
2121
name: 🇨‌ Test
2222
needs: change-detection
2323
if: fromJSON(needs.change-detection.outputs.run-cpp-tests)
24-
uses: cda-tum/mqt-workflows/.github/workflows/reusable-cpp-ci.yml@v1.5.2
24+
uses: cda-tum/mqt-workflows/.github/workflows/reusable-cpp-ci.yml@v1.7.0
2525
permissions:
2626
id-token: write # Explicitly allows the `id-token: write` permission for this job
2727
contents: read
@@ -35,7 +35,7 @@ jobs:
3535
name: 🇨‌ Lint
3636
needs: change-detection
3737
if: fromJSON(needs.change-detection.outputs.run-cpp-linter)
38-
uses: cda-tum/mqt-workflows/.github/workflows/reusable-cpp-linter.yml@v1.5.2
38+
uses: cda-tum/mqt-workflows/.github/workflows/reusable-cpp-linter.yml@v1.7.0
3939

4040
python-tests:
4141
name: 🐍 Test
@@ -44,13 +44,13 @@ jobs:
4444
id-token: write # Explicitly allows the `id-token: write` permission for this job
4545
contents: read
4646
if: fromJSON(needs.change-detection.outputs.run-python-tests)
47-
uses: cda-tum/mqt-workflows/.github/workflows/reusable-python-ci.yml@v1.5.2
47+
uses: cda-tum/mqt-workflows/.github/workflows/reusable-python-ci.yml@v1.7.0
4848

4949
code-ql:
5050
name: 📝 CodeQL
5151
needs: change-detection
5252
if: fromJSON(needs.change-detection.outputs.run-code-ql)
53-
uses: cda-tum/mqt-workflows/.github/workflows/reusable-code-ql.yml@v1.5.2
53+
uses: cda-tum/mqt-workflows/.github/workflows/reusable-code-ql.yml@v1.7.0
5454

5555
required-checks-pass: # This job does nothing and is only used for branch protection
5656
name: 🚦 Check

.github/workflows/update-mqt-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ concurrency:
2121
jobs:
2222
update-mqt-core:
2323
name: ⬆️ Update MQT Core
24-
uses: cda-tum/mqt-workflows/.github/workflows/reusable-mqt-core-update.yml@v1.5.2
24+
uses: cda-tum/mqt-workflows/.github/workflows/reusable-mqt-core-update.yml@v1.7.0
2525
with:
2626
update-to-head: ${{ github.event.inputs.update-to-head == 'true' }}

0 commit comments

Comments
 (0)