Skip to content

install bashunit via pinned github action#5826

Open
staabm wants to merge 2 commits into
phpstan:2.2.xfrom
staabm:bashu
Open

install bashunit via pinned github action#5826
staabm wants to merge 2 commits into
phpstan:2.2.xfrom
staabm:bashu

Conversation

@staabm

@staabm staabm commented Jun 8, 2026

Copy link
Copy Markdown
Contributor
  • install via newly published bashunit github action
  • no need to blindly rely on curl ... | bash commands.
  • as of now, updates will be shipped by renovate/dependabot like any other action
  • we can use a pinned release, so we know which version will be installed
  • zizmor will statically analyse bashunit

@staabm staabm changed the title install bashunit via pined github action install bashunit via pinned github action Jun 8, 2026

- name: "Install bashunit"
run: "curl -s https://bashunit.typeddevs.com/install.sh | bash -s e2e/ 0.37.0"
uses: "TypedDevs/bashunit@38fd81415a622ec084aaf2c7a71a543470581437" # 0.38.0
Comment thread .github/workflows/e2e-tests.yml Fixed

- name: "Install bashunit"
run: "curl -s https://bashunit.typeddevs.com/install.sh | bash -s e2e/ 0.37.0"
uses: "TypedDevs/bashunit@38fd81415a622ec084aaf2c7a71a543470581437" # 0.38.0
@staabm staabm requested a review from ondrejmirtes June 8, 2026 16:31
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.

3 participants