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

Bump cda-tum/mqt-workflows from 1.5 to 1.7 in the github-actions group #56

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 29, 2025

Bumps the github-actions group with 1 update: cda-tum/mqt-workflows.

Updates cda-tum/mqt-workflows from 1.5 to 1.7

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

Dependabot compatibility score

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

Bumps the github-actions group with 1 update: [cda-tum/mqt-workflows](https://github.com/cda-tum/mqt-workflows).


Updates `cda-tum/mqt-workflows` from 1.5 to 1.7
- [Release notes](https://github.com/cda-tum/mqt-workflows/releases)
- [Commits](cda-tum/mqt-workflows@v1.5...v1.7)

---
updated-dependencies:
- dependency-name: cda-tum/mqt-workflows
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code labels Jan 29, 2025
Copy link

codecov bot commented Jan 29, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 59.8%. Comparing base (683c103) to head (ab9f0e5).

Additional details and impacted files
@@          Coverage Diff          @@
##            main     #56   +/-   ##
=====================================
  Coverage   59.8%   59.8%           
=====================================
  Files         10      10           
  Lines       3483    3483           
=====================================
  Hits        2086    2086           
  Misses      1397    1397           
Flag Coverage Δ
python 59.8% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants