ci(deps): update codspeedhq/action action to v5 - #142
Merged
Conversation
✅
|
| Descriptor | Linter | Files | Fixed | Errors | Warnings | Elapsed time |
|---|---|---|---|---|---|---|
| jscpd | yes | 1 | no | 0.16s | ||
| ✅ JSON | jsonlint | 2 | 0 | 0 | 0.33s | |
| ✅ JSON | prettier | 2 | 0 | 0 | 0 | 0.32s |
| ✅ JSON | v8r | 2 | 0 | 0 | 1.47s | |
| ✅ MARKDOWN | rumdl | 3 | 0 | 0 | 0 | 0.04s |
| ✅ PYTHON | ruff | yes | yes | no | no | 0.26s |
| ✅ PYTHON | ruff-format | yes | yes | no | no | 0.02s |
| ✅ REPOSITORY | git_diff | yes | no | no | 0.01s | |
| ✅ SPELL | cspell | 14 | 0 | 0 | 2.72s | |
| ✅ YAML | prettier | 1 | 0 | 0 | 0 | 0.35s |
| ✅ YAML | v8r | 1 | 0 | 0 | 1.06s | |
| ✅ YAML | yamllint | 1 | 0 | 0 | 0.44s |
Detailed Issues
⚠️ COPYPASTE / jscpd - 1 error
Using config from /action/lib/.automation/.jscpd.json
Clone found (bash)
- mise-tasks/install.sh [4:1 - 25:20] (22 lines, 111 tokens)
mise-tasks/upgrade.sh [5:1 - 26:20]
┌────────────┬────────────────┬─────────────┬──────────────┬──────────────┬──────────────────┬───────────────────┐
│ Format │ Files analyzed │ Total lines │ Total tokens │ Clones found │ Duplicated lines │ Duplicated tokens │
├────────────┼────────────────┼─────────────┼──────────────┼──────────────┼──────────────────┼───────────────────┤
│ bash │ 3 │ 101 │ 435 │ 1 │ 21 (20.79%) │ 111 (25.52%) │
├────────────┼────────────────┼─────────────┼──────────────┼──────────────┼──────────────────┼───────────────────┤
│ css │ 4 │ 118 │ 1499 │ 0 │ 0 (0.00%) │ 0 (0.00%) │
├────────────┼────────────────┼─────────────┼──────────────┼──────────────┼──────────────────┼───────────────────┤
│ javascript │ 2 │ 67 │ 270 │ 0 │ 0 (0.00%) │ 0 (0.00%) │
├────────────┼────────────────┼─────────────┼──────────────┼──────────────┼──────────────────┼───────────────────┤
│ python │ 3 │ 284 │ 1725 │ 0 │ 0 (0.00%) │ 0 (0.00%) │
├────────────┼────────────────┼─────────────┼──────────────┼──────────────┼──────────────────┼───────────────────┤
│ toml │ 2 │ 87 │ 261 │ 0 │ 0 (0.00%) │ 0 (0.00%) │
├────────────┼────────────────┼─────────────┼──────────────┼──────────────┼──────────────────┼───────────────────┤
│ Total: │ 14 │ 657 │ 4190 │ 1 │ 21 (3.20%) │ 111 (2.65%) │
└────────────┴────────────────┴─────────────┴──────────────┴──────────────┴──────────────────┴───────────────────┘
Found 1 clones.
HTML report saved to megalinter-reports/copy-paste/jscpd-report.html
ERROR: jscpd found too many duplicates (3.2%) over threshold (0.0%)
time: 37.848ms
Notices
📣 MegaLinter 9.5.0 is out! Discover the new features and security recommendations in the release announcement. (Skip this info by defining SECURITY_SUGGESTIONS: false)
See detailed reports in MegaLinter artifacts

Show us your support by starring ⭐ the repository
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→v5Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
CodSpeedHQ/action (CodSpeedHQ/action)
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
Breaking changes
codspeednow turns these features on by default:cycle-estimation: Enables more precise benchmark cycle estimation in Simulation mode, see docsexclude-allocations: Removes allocator time from the benchmark in Simulation mode to reduce variance, see docscodspeednow uses thesamplybased profiler by default on Linux. The old profiler behavior can still be used by setting the env varCODSPEED_WALLTIME_PROFILER=perfRelease Notes
🚀 Features
🐛 Bug Fixes
💼 Other
🏗️ Refactor
🧪 Testing
⚙️ Internals
Install codspeed-runner 5.0.0
Install prebuilt binaries via shell script
Download codspeed-runner 5.0.0
Full Runner Changelog: https://github.com/CodSpeedHQ/codspeed/blob/main/CHANGELOG.md
Full Changelog: CodSpeedHQ/action@v4...v5.0.0
v5Compare Source
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.