Skip to content

Update github-actions - #330

Merged
staabm merged 1 commit into
2.0.xfrom
renovate/github-actions
Sep 21, 2026
Merged

staabm merged 1 commit into
2.0.xfrom
renovate/github-actions

Conversation

@renovate

@renovate renovate Bot commented Sep 21, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
TypedDevs/bashunit action minor 0.50.10.51.0
github/codeql-action action patch v4.38.0v4.38.1

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

TypedDevs/bashunit (TypedDevs/bashunit)

v0.51.0

Compare Source

Changed
  • Performance: a --parallel run on a shell without EPOCHREALTIME no longer forks perl once per test. The clock probe resolved inside a command substitution, so the resolved value died with it and every worker re-probed: 502 perl execs for a 500-test file, now 2. It happened even with per-test timing off, since deciding that timing is off is what asks whether the clock is expensive. Fixed by #​1358; this adds the guards that keep it fixed (#​1353)
  • A helper can ship a faster body for a newer Bash and keep the Bash 3.0 one as a fallback, chosen once at load time. The floor does not move: 3.0 keeps working and keeps being tested. The compatibility rules now record each construct's minimum version instead of only banning it, and allow one inside a matching version gate, never for a construct that is a parse error on the floor. See adrs/adr-013-bash-version-gated-fast-paths.md (#​1352)
  • Performance: a file defining set_up_before_script or tear_down_after_script costs about 5.6ms less on Bash 3.2, and a test rendered with --show-execution-time about 0.74ms less. Four clock reads per file and the per-test padding no longer go through a capture subshell (#​1348)
  • Performance: startup is faster on suites of plain test files. Printing "Running N tests" sourced every file a second time and re-ran every data provider before the run began. A file whose functions the provider scan can already see is counted from that scan instead: over this repo's 241 files the counting pass went from 1.72s to 1.51s, and 124 of them no longer source or run a provider twice. Files with a data provider, a heredoc, a multi-line string, an eval, a nested source or a conditional definition keep the old path, so the count can never disagree with the run (#​1347)
  • Performance: a sequential run is about 0.7ms faster per test, taking a 500-test file from 2.75s to 2.40s on macOS arm64, bash 3.2. A test's <file>:<line> is resolved on demand instead of forking a subshell per test to read it (#​1346)
  • A standalone bashunit assert <fn> ... no longer reports a source location belonging to another process. Launched from inside a test, it inherited that test's exported location and printed it as its own (#​1346)
  • Performance: a test in a file that defines set_up or tear_down is about 2.6x faster, 14.1ms to 5.4ms per test on macOS arm64, bash 3.2, which brings it level with a hookless test. Each hook minted its output file with mktemp and removed it with rm, and the ownership marker that left behind made the runner sweep the test's temp files at exit: five forks per test, even for a test that created no temp file (#​1345)
Fixed
  • The deprecation warning for the old --assert option names the invocation you typed: bashunit -a, bashunit --assert or bashunit test --assert. It always said bashunit test --assert, because bashunit -a reaches that path through the inferred test subcommand, so it read like a warning about a command you never ran (#​1366)
  • assert_contains_ignore_case documents what it actually guarantees: ASCII case folding. Whether ñ matches Ñ depends on the shell version, the locale and which tr the system ships. Behaviour is unchanged (#​1351)
  • A test function whose name another selected name starts with is no longer rejected as a duplicate. test_a alongside test_ab read as one name twice, which made the whole file select nothing (#​1347)
  • Coverage counts every line of a multiline statement: array literals, quoted strings, heredocs, backslash continuations. An array written one element per line cost one uncovered line per element, and on Bash 3.x the whole array read as uncovered. A parent statement's hits no longer mark commands inside command or process substitutions as covered (#​1338)
  • --exclude-filter keeps a comma as part of the test function name. The value was split at the comma, so --exclude-filter 'test_a,{b}' also excluded test_a. Repeat the flag to exclude several names. BASHUNIT_EXCLUDE_FILTER stays comma-separated (#​1340)
  • A --parallel run no longer replays bash's child setpgid warning as the stderr of a file that wrote nothing. The child sets its process group first, so only the message was ever wrong (#​1344)
  • A timed-out test finishes its tear_down. The watchdog allowed a flat 0.3s between SIGTERM and SIGKILL, which a loaded machine missed in about one parallel full-suite run in three. It now polls for the body to exit, capped at 2s (#​1344)
github/codeql-action (github/codeql-action)

v4.38.1

Compare Source

  • The CodeQL Action now has experimental support for CodeQL releases for which per-language bundles are available. Per-language bundles support analysis for a single language and are therefore smaller than the combined bundles that allow analysis for all supported languages. As a result, per-language bundles take up less space on disk and are faster to download. We expect to roll this change out to everyone in the coming weeks. #​4146

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.


- name: "Install bashunit"
uses: "TypedDevs/bashunit@28ea63c467f1f461a6368c93e5c264051b141c6f" # 0.50.1
uses: "TypedDevs/bashunit@860c797a48e34be20b019a70f58c0e06d15c8d33" # 0.51.0
@staabm
staabm merged commit 588639f into 2.0.x Sep 21, 2026
96 of 97 checks passed
@renovate
renovate Bot deleted the renovate/github-actions branch September 21, 2026 04:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants