Update github-actions - #388
Merged
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #388 +/- ##
=======================================
Coverage 99.56% 99.56%
=======================================
Files 12 12
Lines 927 927
=======================================
Hits 923 923
Misses 4 4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Hooray! CodSpeed harness just leveled up!The base and head of this comparison were measured with different runner settings, so their benchmark values are not directly comparable. What changed between base and head:
Re-run the base with the same settings to get a valid performance comparison. Comparing |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v4.18.5→v5.2.1v9.0.0→v10.0.1v2.0.6→v3.0.0v7.6.0→v7.7.0Release Notes
CodSpeedHQ/action (CodSpeedHQ/action)
v5.2.1Compare Source
Bumps the CodSpeed runner to v5.2.1.
🚀 Features
simulation-track-subprocessinput, which enables measuring the subprocesses spawned by the benchmarked process insimulationmode by @adriencaccia in #235Full Runner Changelog:
https://github.com/CodSpeedHQ/codspeed/blob/main/CHANGELOG.md
What's Changed
Full Changelog: CodSpeedHQ/action@v5.2.0...v5.2.1
v5.2.0Compare Source
Bumps the CodSpeed runner to v5.2.0, including v5.1.0.
🚀 Features
--simulation-track-subprocessflag that enables tracking benchmark subprocesses, along with per-thread dumps by @GuillaumeLagrange in #493 and #513🐛 Bug Fixes
⚙️ Internals
--separate-threads=yesby @GuillaumeLagrange in CodSpeedHQ/valgrind-codspeed#24Full Runner Changelog:
https://github.com/CodSpeedHQ/codspeed/blob/main/CHANGELOG.md
What's Changed
Full Changelog: CodSpeedHQ/action@v5.0.3...v5.2.0
v5.0.3Compare Source
Bumps the CodSpeed runner to v5.0.2.
🐛 Bug Fixes
--exclude-allocationsand--cycle-estimationwithout a value by @not-matthiasFull Runner Changelog:
https://github.com/CodSpeedHQ/codspeed/blob/main/CHANGELOG.md
What's Changed
Full Changelog: CodSpeedHQ/action@v5.0.2...v5.0.3
v5.0.2Compare Source
What's Changed
Full Changelog: CodSpeedHQ/action@v5.0.1...v5.0.2
v5.0.1Compare Source
🚀 Highlights
More precise measurements by default
cycle-estimationis now enabled by default, giving more precise benchmark cycle estimation in Simulation mode. See docs.New: allocation exclusion
Opt in to
exclude-allocationsto remove allocator time from benchmarks in Simulation mode and reduce variance. See docs.samply-based profiler by default on LinuxThe walltime profiler now uses
samplyon all OSes. SetCODSPEED_WALLTIME_PROFILER=perfto restore the previous behavior.cycle-estimationis now enabled by default (see above)samply-based profiler is now the default on Linux; setCODSPEED_WALLTIME_PROFILER=perfto revertDetails
🚀 Features
🐛 Bug Fixes
💼 Other
🏗️ Refactor
🧪 Testing
⚙️ Internals
Install codspeed-runner 5.0.1
Install prebuilt binaries via shell script
Download codspeed-runner 5.0.1
Full Runner Changelog: https://github.com/CodSpeedHQ/codspeed/blob/main/CHANGELOG.md
Full Changelog: CodSpeedHQ/action@v4.19.1...v5.0.1
v5.0.0Compare Source
v4.19.1Compare Source
Release Notes
This release ships improvements for the memory instrument.
The memory instrument now lazily attaches to allocators, which lowers the startup time to a few seconds (down from minutes on certain systems). Additionally, we shipped a series of serialization improvements, removing in some large benchmarks 3+ minutes of extra CI time.
🐛 Bug Fixes
⚙️ Internals
💼 Other
Install codspeed-runner 4.19.1
Install prebuilt binaries via shell script
Download codspeed-runner 4.19.1
Full Runner Changelog: https://github.com/CodSpeedHQ/codspeed/blob/main/CHANGELOG.md
Full Changelog: CodSpeedHQ/action@v4.19.0...v4.19.1
v4.19.0Compare Source
Release Notes
This release adds a new
--experimental-exclude-allocationsfeature to remove allocator time from Simulation benchmarks.🚀 Features
🐛 Bug Fixes
💼 Other
🏗️ Refactor
📚 Documentation
⚡ Performance
🧪 Testing
⚙️ Internals
Install codspeed-runner 4.19.0
Install prebuilt binaries via shell script
Download codspeed-runner 4.19.0
Full Runner Changelog: https://github.com/CodSpeedHQ/codspeed/blob/main/CHANGELOG.md
Full Changelog: CodSpeedHQ/action@v4.18.5...v4.19.0
astral-sh/setup-uv (astral-sh/setup-uv)
v10.0.1: 🌈 Tolerate transient manifest timeoutsCompare Source
Changes
Thank you @arguile- for making this action more resilient.
🐛 Bug fixes
🧰 Maintenance
📚 Documentation
v10.0.0: 🌈 Disable automatic caching for sensitive events and new QOL featuresCompare Source
Changes
Another breaking release, directly after v9.0.0 but we think the added security justifies that.
Extra security by default
If you use the default
enable-cache: autothis will now DISABLE THE CACHE to protect against cache poisoning for the following events:pull_request_targetworkflow_runreleaseYou can read the full reasoning in #984
version: latest-knownThis will now install the latest version with a checksum that is known by this action. The known
uvchecksums are automatically updated but will take a release of this action to take effect. You won't be always using the latest & greatest but you will have an extra level of security.Read python version from
.tool-versionsWill now also set the python version if it is defined in
.tool-versions. You can read the details in the docs🚨 Breaking changes
🐛 Bug fixes
🚀 Enhancements
🧰 Maintenance
📚 Documentation
⬆️ Dependency updates
j178/prek-action (j178/prek-action)
v3.0.0Compare Source
prek-actionreleases are now immutableStarting with v3,
prek-actionwill no longer publish moving major or minor tags. References such asj178/prek-action@v3andj178/prek-action@v3.0will not be available.Moving tags can be retargeted after users adopt them, creating unnecessary supply-chain risk. Use an exact release tag or, for stronger protection, pin the action to a full commit SHA.
What's Changed
Full Changelog: j178/prek-action@v2...v3.0.0
release-drafter/release-drafter (release-drafter/release-drafter)
v7.7.0Compare Source
What's Changed
New
Dependency Updates
9 changes
Bug Fixes
Maintenance
New Contributors
Full Changelog: release-drafter/release-drafter@v7.6.0...v7.7.0
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.