Skip to content

fix(ci): revert setup-java and doppler action bumps to restore Build & Test#103

Merged
Gabrielpanga merged 1 commit into
masterfrom
fix/restore-ci-actions
Jun 30, 2026
Merged

fix(ci): revert setup-java and doppler action bumps to restore Build & Test#103
Gabrielpanga merged 1 commit into
masterfrom
fix/restore-ci-actions

Conversation

@Gabrielpanga

Copy link
Copy Markdown
Member

Summary

  • Revert actions/setup-java v5 → v1 and dopplerhq/cli-action v4 → v1 in maven.yml.
  • Restores the Build & Test workflow to its last known-good state (commit 492d456).

Why

The two action major bumps (#85, #90) broke Build & Test on master — every run since 630dbff is startup_failure, last green was 492d456. setup-java@v5 also requires a distribution input the workflow doesn't provide. Major action bumps are now excluded by dependabot.yml (#97), so these won't be re-proposed automatically.

Test plan

  • maven.yml is byte-identical to the last green commit's version
  • Build & Test goes green on this PR

The major bumps merged in #85 (actions/setup-java v1->v5) and #90
(dopplerhq/cli-action v1->v4) broke the Build & Test workflow on master
(startup_failure since 630dbff; last green was 492d456). setup-java v5
also requires a `distribution` input the config doesn't set.

Revert both to the last known-good majors (v1), restoring the workflow
exactly as it ran green. Major action bumps are now excluded by
dependabot.yml (#97) and handled manually when intended.
@Gabrielpanga Gabrielpanga merged commit 4b1bf1c into master Jun 30, 2026
2 of 3 checks passed
@Gabrielpanga Gabrielpanga deleted the fix/restore-ci-actions branch June 30, 2026 08:22
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.

1 participant