Merged
Conversation
596d380 to
25779f1
Compare
850c318 to
5eb87e0
Compare
5eb87e0 to
1d17284
Compare
380fb7c to
c5f00b5
Compare
a80a9fc to
20e9426
Compare
2424f13 to
43bd8d0
Compare
43bd8d0 to
087088a
Compare
087088a to
a02d73b
Compare
a02d73b to
6f9a072
Compare
6f9a072 to
13c2303
Compare
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
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.2.2→v4.3.1v4.0.0→v4.0.10.22.0→0.22.23.13.5→3.14.31.7.7→1.7.110.10.0→0.11.0Release Notes
actions/checkout (actions/checkout)
v4.3.1Compare Source
What's Changed
Full Changelog: actions/checkout@v4...v4.3.1
v4.3.0Compare Source
What's Changed
New Contributors
Full Changelog: actions/checkout@v4...v4.3.0
asdf-vm/actions (asdf-vm/actions)
v4.0.1Compare Source
Patches
python/cpython (python)
v3.14.3Compare Source
v3.14.2Compare Source
v3.14.1Compare Source
v3.14.0Compare Source
v3.13.12Compare Source
v3.13.11Compare Source
v3.13.10Compare Source
v3.13.9Compare Source
v3.13.8Compare Source
v3.13.7Compare Source
v3.13.6Compare Source
koalaman/shellcheck (shellcheck)
v0.11.0Compare Source
Added
[ ! -o opt ]being unconditionally true in Bash.[ -o opt ].avoid-negated-conditions: suggest replacing[ ! a -eq b ]with
[ a -ne b ], and similar for -ge/-lt/=/!=/etc (SC2335).Changed
re-enabled with
--enable=useless-use-of-cator equivalent directive.[ ! -n .. ]with[ -z ]and vice versais now optional under
avoid-negated-conditions.A && B || Cno longer triggers when B is a test command.\<and\>in test/[] as specified in POSIX.1-2024Fixed
${| cmd; }andsource -pRemoved
-ot/-nt/-efare specified in POSIX.1-2024Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 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.