Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump the github-actions group with 2 updates #42

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 24, 2025

Bumps the github-actions group with 2 updates: cda-tum/mqt-workflows and actions/attest-build-provenance.

Updates cda-tum/mqt-workflows from 1.5.2 to 1.7.0

Release notes

Sourced from cda-tum/mqt-workflows's releases.

MQT Reusable Workflows 1.7.0 Release

👀 What Changed

This is a direct follow-up release to v1.6 that fixes an oversight (#63) and simplifies the overall workflows (#62, $64, #65, #66). Additionally, it updates the Z3 version used by default to 4.13.4 (#61).

This is tagged as a minor release because some configuration options have been removed and this will require updates in the consuming workflows.

🚀 Features and Enhancements

🐛 Bug Fixes

🤖 CI

📦 Packaging

⬆️ Dependencies

Full Changelog: cda-tum/mqt-workflows@v1.6.0...v1.7.0

MQT Reusable Workflows 1.6.0 Release

👀 What Changed

This release brings a couple of updates. First of all, the new Ubuntu ARM GitHub runners have been added to all the respective workflows. This means no more emulation for aarch64 Python wheel 🥳

In addition to that, this PR does not explicitly force the uv version set up as part of the setup-uv action to latest. Projects may (and should) declare their requirements on uv in either pyproject.toml or uv.toml. See #59 for further details.

The biggest change in this release comes as part of #60, which allows to customize the kinds of workflows that should be run for C++ and Python CI. Check out the PR itself for further details, and cda-tum/mqt-core#803 for an example of how this is set up. Note that in the course of this change, the possibility to run Python tests individually per session and Python version has been removed, as this creates too many concurrent runners to be feasible. Furthermore, Python linting (mypy + check-sdist + ...) must now be run in a separate step (using the reusable-python-linter workflow) as part of ci.yml as it is no longer part of reusable-python-tests.

🚀 Features and Enhancements

... (truncated)

Commits
  • eaab7f3 🔥 do not force CIBW_BEFORE_ALL for Z3 setup on manylinux (#66)
  • b0e155a 🔥 remove emulated wheel builds (#65)
  • 40ef2db 🔥 remove local version handling (#64)
  • 462b5e1 🔥 remove unused workflow for individual Python tests (#62)
  • b149db3 🩹 fix checks in Python packaging workflow (#63)
  • 3e07382 ⬆️ update default Z3 version to 4.13.4 (#61)
  • 5b728e3 👷🐧🍎🏁 Extensive CI testing (#60)
  • 1d6ee08 👷 adding GitHub's new Ubuntu ARM runners to the workflows (#58)
  • 1e2a7a4 🔧 do not explicitly set the uv version to latest (#59)
  • 803dbe6 ⬆️🪝 update pre-commit hooks (#57)
  • See full diff in compare view

Updates actions/attest-build-provenance from 2.1.0 to 2.2.0

Release notes

Sourced from actions/attest-build-provenance's releases.

v2.2.0

What's Changed

Full Changelog: actions/attest-build-provenance@v2.1.0...v2.2.0

Commits
  • 520d128 bump actions/attest from v2.1.0 to v2.2.0 (#449)
  • 5d2ced9 Add example of upload-artifaction integration (#450)
  • 3c016c1 bump actions/attest from v2.1.0 to v2.2.0 (#449)
  • e06bbaf Bump the npm-development group with 3 updates (#447)
  • 47c6e87 Bump the npm-development group with 4 updates (#444)
  • c083b46 Bump the npm-development group with 2 updates (#438)
  • 1b4b366 Bump typescript-eslint in the npm-development group (#434)
  • 963f8a0 Bump the npm-development group with 2 updates (#429)
  • 4ecada3 Bump the npm-development group across 1 directory with 3 updates (#422)
  • f4b7552 bump eslint from 8.57.1 to 9.16.0 (#418)
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies github_actions Pull requests that update GitHub Actions code labels Jan 24, 2025
@dependabot dependabot bot force-pushed the dependabot/github_actions/github-actions-e360593847 branch from 502effd to bd6a5e2 Compare January 31, 2025 05:56
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](cda-tum/mqt-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] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/github_actions/github-actions-e360593847 branch from bd6a5e2 to 7cb3f7b Compare February 7, 2025 05:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants