Skip to content

chore(deps): bump EarthBuild/actions-setup from cae2d9ab68894d8402751fe42e07c7cca0272f7f to 7987dab5a16b4ae7225b079d474f20857771d89c#1709

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/EarthBuild/actions-setup-4ab8f231ae77f552ce4369a70c1e777c32f2bcf9
Closed

chore(deps): bump EarthBuild/actions-setup from cae2d9ab68894d8402751fe42e07c7cca0272f7f to 7987dab5a16b4ae7225b079d474f20857771d89c#1709
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/EarthBuild/actions-setup-4ab8f231ae77f552ce4369a70c1e777c32f2bcf9

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 16, 2026

Copy link
Copy Markdown
Contributor

Bumps EarthBuild/actions-setup from cae2d9ab68894d8402751fe42e07c7cca0272f7f to 7987dab5a16b4ae7225b079d474f20857771d89c.

Commits
  • 7987dab fix(deps): update dependency semver to v7.8.4 (#333)
  • 6f52a42 chore(deps): update typescript-eslint monorepo to v8.61.0 (#326)
  • 94b59f1 chore(deps): update dependency @​types/node to v24.13.2 (#329)
  • a53268b chore(deps): update dependency prettier to v3.8.4 (#327)
  • d4e1f95 chore(deps): update dependency @​rollup/rollup-linux-x64-musl to v4.62.0 (#334)
  • 4ab8f23 fix(deps): update dependency semver to v7.8.3 (#325)
  • 6dbd04b chore(deps): update dependency npm to v11.17.0 (#330)
  • a2566cf chore(deps): update eslint monorepo to v10.5.0 (#332)
  • dc234c8 chore(deps): update actions/checkout action to v6.0.3 (#324)
  • 6d306ea chore(deps): update typescript-eslint monorepo to v8.60.1 (#318)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jun 16, 2026
@dependabot dependabot Bot requested a review from a team as a code owner June 16, 2026 22:04
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jun 16, 2026

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: eab0119826

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

password: ${{ secrets.MIDNIGHTCI_PACKAGES_READ }}

- uses: EarthBuild/actions-setup@cae2d9ab68894d8402751fe42e07c7cca0272f7f
- uses: EarthBuild/actions-setup@4ab8f231ae77f552ce4369a70c1e777c32f2bcf9

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Keep installing the earthly CLI

In this PR/CI workflow on ubuntu-latest, the only installer for the later . ./.envrc && earthly --ci +check command is this action. I checked EarthBuild/actions-setup@4ab8f231...: its setup code now uses pkgName = 'earth' and installs/adds ~/.earth/bin/earth, whereas the previous pin installed ~/.earthly/bin/earthly. Because the workflow still invokes earthly, GitHub-hosted runs that miss the tree-cache guard will fail with earthly: command not found; the same pattern appears in the other updated workflows.

Useful? React with 👍 / 👎.

@dependabot dependabot Bot changed the title chore(deps): bump EarthBuild/actions-setup from cae2d9ab68894d8402751fe42e07c7cca0272f7f to 4ab8f231ae77f552ce4369a70c1e777c32f2bcf9 chore(deps): bump EarthBuild/actions-setup from cae2d9ab68894d8402751fe42e07c7cca0272f7f to 6f52a4237e9cf0e437a90f858eff5d28875fb1f6 Jun 17, 2026
@dependabot dependabot Bot force-pushed the dependabot/github_actions/EarthBuild/actions-setup-4ab8f231ae77f552ce4369a70c1e777c32f2bcf9 branch from eab0119 to e3762aa Compare June 17, 2026 09:44

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: e3762aaccb

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

skip_build: ${{ steps.check_images.outputs.skip_build }}
steps:
- uses: EarthBuild/actions-setup@cae2d9ab68894d8402751fe42e07c7cca0272f7f
- uses: EarthBuild/actions-setup@6f52a4237e9cf0e437a90f858eff5d28875fb1f6

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Install the Earthly binary, not EarthBuild

Fresh evidence on the current pin: EarthBuild/actions-setup@6f52... now hard-codes pkgName = 'earth' and downloads from EarthBuild/earthbuild (see src/setup.ts in that action), so with this workflow's unchanged version: v0.8.16 it requests assets like https://github.com/EarthBuild/earthbuild/releases/download/v0.8.16/earth-linux-amd64, which currently 404s. On any fresh GitHub-hosted runner or self-hosted runner without a pre-populated earth toolcache, the setup step fails before the later earthly invocations can run.

Useful? React with 👍 / 👎.

Bumps [EarthBuild/actions-setup](https://github.com/earthbuild/actions-setup) from cae2d9ab68894d8402751fe42e07c7cca0272f7f to 7987dab5a16b4ae7225b079d474f20857771d89c.
- [Release notes](https://github.com/earthbuild/actions-setup/releases)
- [Commits](EarthBuild/actions-setup@cae2d9a...7987dab)

---
updated-dependencies:
- dependency-name: EarthBuild/actions-setup
  dependency-version: 4ab8f231ae77f552ce4369a70c1e777c32f2bcf9
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps): bump EarthBuild/actions-setup from cae2d9ab68894d8402751fe42e07c7cca0272f7f to 6f52a4237e9cf0e437a90f858eff5d28875fb1f6 chore(deps): bump EarthBuild/actions-setup from cae2d9ab68894d8402751fe42e07c7cca0272f7f to 7987dab5a16b4ae7225b079d474f20857771d89c Jun 19, 2026
@dependabot dependabot Bot force-pushed the dependabot/github_actions/EarthBuild/actions-setup-4ab8f231ae77f552ce4369a70c1e777c32f2bcf9 branch from e3762aa to ef55c4e Compare June 19, 2026 13:15
@datadog-official

datadog-official Bot commented Jun 19, 2026

Copy link
Copy Markdown

Pipelines

⚠️ Warnings

🚦 8 Pipeline jobs failed

+audit (cargo deny + npm audit) | audit job cargo   View in Datadog   GitHub Actions

+audit (cargo deny + npm audit) | audit job npm   View in Datadog   GitHub Actions

+check (format + lint) | Feature Unification Check   View in Datadog   GitHub Actions

View all 8 failed jobs.

This comment will be updated automatically if new data arrives.
🔗 Commit SHA: ef55c4e | Docs | Give us feedback!

@dependabot @github

dependabot Bot commented on behalf of github Jun 23, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #1764.

@dependabot dependabot Bot closed this Jun 23, 2026
@dependabot dependabot Bot deleted the dependabot/github_actions/EarthBuild/actions-setup-4ab8f231ae77f552ce4369a70c1e777c32f2bcf9 branch June 23, 2026 22:05
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.

0 participants