~virgilwashere/ubuntu/+source/bats/+git/master:dependabot/github_actions/docker/login-action-3.2.0

Last commit made on 2024-05-31
Get this branch:
git clone -b dependabot/github_actions/docker/login-action-3.2.0 https://git.launchpad.net/~virgilwashere/ubuntu/+source/bats/+git/master

Branch merges

Branch information

Name:
dependabot/github_actions/docker/login-action-3.2.0
Repository:
lp:~virgilwashere/ubuntu/+source/bats/+git/master

Recent commits

050c919... by "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>

Bump docker/login-action from 3.0.0 to 3.2.0

Bumps [docker/login-action](https://github.com/docker/login-action) from 3.0.0 to 3.2.0.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/343f7c4344506bcbf9b4de18042ae17996df046d...0d4c9c5ea7693da7b068278f7b52bda2a190a446)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <email address hidden>

b096fed... by Martin Schulze <email address hidden>

Merge pull request #924 from bats-core/dependabot/github_actions/ossf/scorecard-action-2.3.3

Bump ossf/scorecard-action from 2.3.1 to 2.3.3

0ae17b2... by Martin Schulze <email address hidden>

Merge pull request #904 from debarshiray/wip/rishi/unbreak-suite-load-readonly

Unbreak test suites with multiple files loading common constants

e406c01... by Martin Schulze <email address hidden>

CI: Fix bats not found when installed via npm

Windows and Linux go a newer version ( v18.20.3) with npm 10.7 (instead of 10.5)

f27d259... by Martin Schulze <email address hidden>

CI: Split npm commands

cba81e0... by Martin Schulze <email address hidden>

Fix test failures on Bash 4.3

Failures are due to scoping issues in traps that only happen when $() is
used:

bats-gather-tests:280, start of bats_gather_tests_source_exit_trap:
  local: can only be used in a function
tracing.bash:301, end of bats_debug_trap:
   pop_scope: head of shell_variables not a temporary environment scope

e3266cd... by Martin Schulze <email address hidden>

Reduce noise in tests

4ac00c5... by Martin Schulze <email address hidden>

Centrallize RELATIVE_BATS_ROOT in test_helper.bash fixture()

c1cc818... by Martin Schulze <email address hidden>

Adapt to differing source error behavior between bash versions

34833b5... by Martin Schulze <email address hidden>

Simplify tracing code