Skip to content

[WIP] Fix failing GitHub Actions job for temurin 17 - #1259

Merged
brunoborges merged 2 commits into
mainfrom
copilot/fix-github-actions-job-again
Sep 3, 2026
Merged

[WIP] Fix failing GitHub Actions job for temurin 17#1259
brunoborges merged 2 commits into
mainfrom
copilot/fix-github-actions-job-again

Conversation

Copilot AI commented Sep 3, 2026

Copy link
Copy Markdown
Contributor

Thanks for asking me to work on this. I will get started on it and keep this PR's description up to date as I form a plan and make progress.

Fix the failing GitHub Actions job "temurin 17 (jdk-x64) - alpine-linux - ubuntu-latest"
Analyze the Actions logs, identify the root cause of the failure, and implement a fix.
Check run ID: 100477429732
Job URL: https://github.com/actions/setup-java/actions/runs/33700131924/job/100477429732

@brunoborges
brunoborges marked this pull request as ready for review September 3, 2026 11:27
Copilot AI lite review requested due to automatic review settings September 3, 2026 11:27
@brunoborges
brunoborges requested a review from a team as a code owner September 3, 2026 11:27

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

🟢 Approval recommended

The change directly addresses the observed failure mode (missing gpg in the Alpine container) with a minimal, targeted workflow update.

Pull request overview

This PR fixes a failing Alpine-based E2E workflow job for Temurin JDK 17 by ensuring the container has the required tooling to perform Temurin package signature verification.

Changes:

  • Update the Alpine E2E job to install gnupg (in addition to bash) so gpg is available during the setup-java step.
File summaries
File Description
.github/workflows/e2e-versions.yml Installs gnupg in the Alpine container job to prevent Temurin signature verification from failing due to missing gpg.
Review details
  • Files reviewed: 1/1 changed files
  • Comments generated: 0
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@brunoborges
brunoborges merged commit 8fd3240 into main Sep 3, 2026
86 checks passed
@brunoborges
brunoborges deleted the copilot/fix-github-actions-job-again branch September 3, 2026 11:39
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.

4 participants