Skip to content

build(deps): Bump 9elements/firmware-action from 0.18.0 to 0.19.0 in the github group#41

Merged
AtomicFS merged 1 commit intomainfrom
dependabot/github_actions/github-4f9e9bded2
Sep 18, 2025
Merged

build(deps): Bump 9elements/firmware-action from 0.18.0 to 0.19.0 in the github group#41
AtomicFS merged 1 commit intomainfrom
dependabot/github_actions/github-4f9e9bded2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Sep 18, 2025

Bumps the github group with 1 update: 9elements/firmware-action.

Updates 9elements/firmware-action from 0.18.0 to 0.19.0

Release notes

Sourced from 9elements/firmware-action's releases.

v0.19.0

Changelog

  • e8632cc544435b54e4aa1ac4ae89c38d5f0dbeef chore(action): bump version to v0.19.0
  • 18d039185ca03ca40763f3840de5b2de0c9498cb fix(lint): spell
  • b339b8406f9fa6a184cd9b648cbeb2392b180850 fix(cmd): universal module build performance
  • f7ce411109b7ccb6ef44f2e91e04ba08b678becf build(deps): bump dagger.io/dagger in /cmd/firmware-action
  • 7095f2c96e880ba5396f8610d0f8ff0bc24d6a2b build(deps): update pytest-cov requirement in /.dagger-ci/daggerci
  • 92248284c70a6f8fbbf14787f31f9cbf9e186887 build(deps): update pytest-cov requirement in /.dagger-ci/daggerci
  • c24ece7164e80e42c35d3e4b0bf839a01acd6f65 build(deps): bump dagger.io/dagger in /cmd/firmware-action
  • b1610a7cca78bfc11dceaade662bb23eee701461 build(deps): bump actions/setup-go from 5 to 6
  • 5d03364d891b4a169f425cb26aaabb540e3fa9fd build(deps): bump actions/setup-python from 5 to 6
  • 98942f48a3e49e4f28f8375366f84de630d64320 build(deps): bump actions/github-script from 7 to 8
  • e5672adfde11f318d3702f3fbdee2eb9e57974d2 build(deps): bump actions/labeler from 5 to 6
  • b754c6f0f0d0297492d9338800dc1d78598a907a test: add missing coreboot configs for tests
  • f8a3ef21d35e7b53df1fb9837565c1f13bed7937 chore(lint): cspell
  • 2540679b829c1df244c029c040f376bc919d44b0 fix(cmd): u-root test v0.15
  • 9149c9308202066d15b1fe38fe2b242a6d54f37a build(deps): bump github.com/stretchr/testify in /cmd/firmware-action
  • c015773f623b009bc0901b8bc00f3a317662096f build(deps): bump docs/src/firmware-action-example
  • bc2aee11e8ca51c5c4447a44c628dc291d845214 build(deps): bump action rerun
  • 75d7408f8897a5c65d65d7487d4db6112218c668 feat(docker): add new edk2 stable202505 and stable202508 containers
  • 0f74795e1649b7b4b5a1df79a299ec0fa7d85243 feat(docker): add new coreboot v25.06 container
  • 13839a3984272f4d992166513bc5c7961399d0cf fix: uroot compilation issues
  • 1f42a6b9b0a927d832abb33e2bb4a7489c6086d7 build(deps): bump github.com/stretchr/testify in /cmd/firmware-action
  • 45c78037e6e20a6d5cba0f88865f1e8504013bbf feat(docker): add new u-boot v2025.07 container
  • 6e244b7e620a486f7a8695d9c2300fe5f22d7592 feat(docker): add new u-root v0.15.0 container
  • c8e1ac35ee7607f6351d5bc536eef9fb04b4c6f2 build(deps): bump actions/upload-pages-artifact from 3 to 4
Changelog

Sourced from 9elements/firmware-action's changelog.

v0.19.0 - 2025-09-17

Bug Fixes

  • (cmd) universal module build performance - (b339b84) - AtomicFS
  • (cmd) u-root test v0.15 - (2540679) - AtomicFS
  • (lint) spell - (18d0391) - AtomicFS
  • uroot compilation issues - (13839a3) - AtomicFS

Build system

  • (deps) bump dagger.io/dagger in /cmd/firmware-action - (f7ce411) - dependabot[bot]
  • (deps) update pytest-cov requirement in /.dagger-ci/daggerci - (7095f2c) - dependabot[bot]
  • (deps) update pytest-cov requirement in /.dagger-ci/daggerci - (9224828) - dependabot[bot]
  • (deps) bump dagger.io/dagger in /cmd/firmware-action - (c24ece7) - dependabot[bot]
  • (deps) bump actions/setup-go from 5 to 6 - (b1610a7) - dependabot[bot]
  • (deps) bump actions/setup-python from 5 to 6 - (5d03364) - dependabot[bot]
  • (deps) bump actions/github-script from 7 to 8 - (98942f4) - dependabot[bot]
  • (deps) bump actions/labeler from 5 to 6 - (e5672ad) - dependabot[bot]
  • (deps) bump github.com/stretchr/testify in /cmd/firmware-action - (9149c93) - dependabot[bot]
  • (deps) bump docs/src/firmware-action-example - (c015773) - dependabot[bot]
  • (deps) bump action rerun - (bc2aee1) - AtomicFS
  • (deps) bump github.com/stretchr/testify in /cmd/firmware-action - (1f42a6b) - dependabot[bot]
  • (deps) bump actions/upload-pages-artifact from 3 to 4 - (c8e1ac3) - dependabot[bot]

Features

  • (docker) add new edk2 stable202505 and stable202508 containers - (75d7408) - AtomicFS
  • (docker) add new coreboot v25.06 container - (0f74795) - AtomicFS
  • (docker) add new u-boot v2025.07 container - (45c7803) - AtomicFS
  • (docker) add new u-root v0.15.0 container - (6e244b7) - AtomicFS

Miscellaneous Chores

  • (lint) cspell - (f8a3ef2) - AtomicFS

Tests

  • add missing coreboot configs for tests - (b754c6f) - AtomicFS

Commits
  • e8632cc chore(action): bump version to v0.19.0
  • 18d0391 fix(lint): spell
  • b339b84 fix(cmd): universal module build performance
  • f7ce411 build(deps): bump dagger.io/dagger in /cmd/firmware-action
  • 7095f2c build(deps): update pytest-cov requirement in /.dagger-ci/daggerci
  • 9224828 build(deps): update pytest-cov requirement in /.dagger-ci/daggerci
  • c24ece7 build(deps): bump dagger.io/dagger in /cmd/firmware-action
  • b1610a7 build(deps): bump actions/setup-go from 5 to 6
  • 5d03364 build(deps): bump actions/setup-python from 5 to 6
  • 98942f4 build(deps): bump actions/github-script from 7 to 8
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the github group with 1 update: [9elements/firmware-action](https://github.com/9elements/firmware-action).


Updates `9elements/firmware-action` from 0.18.0 to 0.19.0
- [Release notes](https://github.com/9elements/firmware-action/releases)
- [Changelog](https://github.com/9elements/firmware-action/blob/main/CHANGELOG.md)
- [Commits](9elements/firmware-action@v0.18.0...v0.19.0)

---
updated-dependencies:
- dependency-name: 9elements/firmware-action
  dependency-version: 0.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Sep 18, 2025
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Sep 18, 2025
@AtomicFS AtomicFS added this pull request to the merge queue Sep 18, 2025
Merged via the queue into main with commit 343934f Sep 18, 2025
8 checks passed
@AtomicFS AtomicFS deleted the dependabot/github_actions/github-4f9e9bded2 branch September 18, 2025 08:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant