chore(deps): update github actions#82
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. |
ccdab22 to
0aeb1dd
Compare
82193bc to
dc3e2ec
Compare
3d266f6 to
35968bf
Compare
35968bf to
1731ae9
Compare
|
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:
v8.1.0→v8.2.0v6.0.2→v6.0.3v7.0.0(+1)v1.0.133→v1.0.148v1.0.159(+10)v6.0.1→v7.0.0v4.36.0→v4.36.2v4.0.1→v4.1.0v4.2.0v2.0.0→v3.0.0Release Notes
SonarSource/sonarqube-scan-action (SonarSource/sonarqube-scan-action)
v8.2.0Compare Source
What's Changed
Full Changelog: SonarSource/sonarqube-scan-action@v8...v8.2.0
v8.2Compare Source
actions/checkout (actions/checkout)
v6.0.3Compare Source
anthropics/claude-code-action (anthropics/claude-code-action)
v1.0.148Compare Source
Full Changelog: anthropics/claude-code-action@v1...v1.0.148
v1.0.147Compare Source
What's Changed
Full Changelog: anthropics/claude-code-action@v1...v1.0.147
v1.0.146Compare Source
What's Changed
New Contributors
Full Changelog: anthropics/claude-code-action@v1...v1.0.146
v1.0.145Compare Source
Full Changelog: anthropics/claude-code-action@v1...v1.0.145
v1.0.144Compare Source
Full Changelog: anthropics/claude-code-action@v1...v1.0.144
v1.0.143Compare Source
What's Changed
New Contributors
Full Changelog: anthropics/claude-code-action@v1...v1.0.143
v1.0.142Compare Source
Full Changelog: anthropics/claude-code-action@v1...v1.0.142
v1.0.141Compare Source
Full Changelog: anthropics/claude-code-action@v1...v1.0.141
v1.0.140Compare Source
Full Changelog: anthropics/claude-code-action@v1...v1.0.140
v1.0.139Compare Source
Full Changelog: anthropics/claude-code-action@v1...v1.0.139
v1.0.138Compare Source
Full Changelog: anthropics/claude-code-action@v1...v1.0.138
v1.0.137Compare Source
Full Changelog: anthropics/claude-code-action@v1...v1.0.137
v1.0.136Compare Source
Full Changelog: anthropics/claude-code-action@v1...v1.0.136
v1.0.135Compare Source
Full Changelog: anthropics/claude-code-action@v1...v1.0.135
v1.0.134Compare Source
What's Changed
New Contributors
Full Changelog: anthropics/claude-code-action@v1...v1.0.134
codecov/codecov-action (codecov/codecov-action)
v7.0.0Compare Source
codecovsecurityaccount. We have deleted the account and are usingcodecovsecopswith the original gpg keyWhat's Changed
Full Changelog: codecov/codecov-action@v6.0.1...v7.0.0
v7Compare Source
v6.0.2Compare Source
This is a copy of the
v7.0.0release to make updates easierWhat's Changed
Full Changelog: codecov/codecov-action@v6.0.1...v6.0.2
github/codeql-action (github/codeql-action)
v4.36.2Compare Source
v4.36.1Compare Source
No user facing changes.
jdx/mise-action (jdx/mise-action)
v4.1.0: : automatic --locked installsCompare Source
This release adds automatic locked installs when a
mise.lockis present, and fixes a long-standing cache-key collision that could poison tool installs when workflows migrate between runner providers.Added
Automatic
--lockedinstall whenmise.lockexists (#495) by @zeitlingerWhen a repo contains
mise.lock, the action now automatically passes--lockedtomise install(on mise versions that support it). This removes the need to manually setinstall_args: --lockedand preventsmise installfrom silently mutating the lockfile in CI. Explicitinstall_argsand older mise versions are still respected.Note: workflows with a stale lockfile may now fail earlier and more explicitly instead of silently updating
mise.lockmid-run — this surfaces lockfile drift rather than hiding it.Fixed
macos15,ubuntu24for GitHub-hosted runners;self-hostedotherwise). Previously, repos migrating between providers like github-hosted, namespace.so, BuildJet, and self-hosted runners with the same OS/arch could restore a peer provider's~/.local/share/mise/installs/*, causing failures likedoes not have an executable named '…'or SIGILL crashes from binaries built against a different glibc/CPU featureset. Expect a one-time cache miss after upgrading; thereafter the cache stays scoped per image.mise-shim.exemissing on Windows (#476) by @risu729 — the action now installsmise-shim.exealongsidemise.exeand repairs restored caches that lack the shim. Fixes #475.Changed
Full Changelog: jdx/mise-action@v4.0.1...v4.1.0
suzuki-shunsuke/pinact-action (suzuki-shunsuke/pinact-action)
v3.0.0Compare Source
Issues | Pull Requests | suzuki-shunsuke/pinact-action@v2.0.0...v3.0.0 | Base revision
This release is largely driven by the update to pinact v4.0.0.
Please also refer to the pinact v4.0.0 release notes.
#1065 Upgrade pinact to v4.0.0
#1065 Behavior change when
skip_push: trueBehavior change when
skip_push: truePreviously, this was equivalent to a
-checkmode. It has been changed tosimply skip committing.
By default, a commit is created.
With
skip_push: true, fix: true, the code is fixed but not committed.A subsequent step can create the commit on its own.
This is useful when you want to bundle the pinact changes with other
modifications into a single commit.
With
skip_push: true, fix: false, validation is performed just like theprevious
skip_push: truebehavior.Features
#1065 Added inputs to support more pinact options
files: lets you specify target files (positional arguments ofpinact run)fix(--fixoption)no_api(--no-apioption)verify_min_age(--verify-min-ageoption)branch_to_tags(--branch-to-tagsoption)config(--configoption)diff_file(--diff-fileoption)Configuration
📅 Schedule: (in timezone Europe/Berlin)
🚦 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.