Update github-actions - #323
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
|
|
||
| - name: "Install bashunit" | ||
| uses: "TypedDevs/bashunit@94933c088b0719e0c4cf5e3147dad67f713b970d" # 0.44.0 | ||
| uses: "TypedDevs/bashunit@2b87bad44cc15d8f7afdd3b1506ecc4554fba705" # 0.45.0 |
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:
0.44.0→0.45.0v4.37.4→v4.37.6v2.20.0→v2.20.1Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
TypedDevs/bashunit (TypedDevs/bashunit)
v0.45.0Compare Source
Added
assert_is_symlink,assert_is_not_symlinkandassert_symlink_toassert on a symbolic link itself, which every other filesystem assertion follows through to the target (#981)assert_trueandassert_falseaccept a command with its arguments —assert_true test -d /tmp. A single argument keeps its previous meaning (#994)--snapshot-updatehint (#986)Changed
assert_true/assert_falsereportunknown command/not executableinstead of a bare exit code 127 or 126 (#982)assert_within_deltauses fixed-point arithmetic for common values, with abc/awkfallback for unsupported inputs (about 6.6x faster) (#979)catand command substitutions (about 6.5x faster) (#978)assert_contains_ignore_caseuses Bash'snocasematchwhere available, falling back totron Bash 3.0 (about 10x faster) (#977)src/runner.shandsrc/coverage.shinto focused modules with no behavior change; see ADR-010 (#924, #925)Fixed
perl; thegrepfallback treated a multi-line pattern as separate alternatives, and now usesawkover the whole value (#1002)./prefix made them cwd-relative, so a stray snapshot was recorded and every snapshot assertion passed (#1002)assert_falseno longer passes when the command does not exist; exit codes 127 and 126 fail both boolean assertions, because the command never ran (#982)assert_have_been_called_timesandassert_have_been_called_nth_withreport a usage error for a non-numeric count instead of leaking a rawinteger expression expected(#984)assert_within_deltaaccepts a leading+on any operand (#979)BASHUNIT_SHARD_INDEX/BASHUNIT_SHARD_TOTALvalues now fail with a clear error instead of reaching raw arithmetic or reporting no tests (#969)assert_json_equalsrejects invalid JSON instead of considering two unparseable values equal (#967)|(#936)build.shdeduplicates embedded files by repository-relative path, preventing duplicate or missing modules with the same filename (#923)bashunit docno longer errors when the default bootstrap file is missing (#929)github/codeql-action (github/codeql-action)
v4.37.6Compare Source
.github/codeql-config.ymlto align it with the suggested path that is used elsewhere. #4070v4.37.5Compare Source
initAction instead of falling back to downloading the bundle before extracting it. #4061step-security/harden-runner (step-security/harden-runner)
v2.20.1Compare Source
What's Changed
Full Changelog: step-security/harden-runner@v2.20.0...v2.20.1
Configuration
📅 Schedule: (UTC)
* 0-3 * * 1)🚦 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.