Skip to content

Conversation

@cartland
Copy link
Contributor

@cartland cartland commented May 5, 2025

This PR standardizes GitHub Actions triggers in workflow files within .github/workflows/.

The goal is to ensure workflows run consistently on push, pull_request, and workflow_dispatch events where appropriate.

This is part of a batch of pull requests across repositories owned by the android organization on GitHub.

Project Owner: Please review the changes carefully to ensure they are correct and appropriate for this project before approving and merging.

  • If you do not think this change is appropriate (e.g., a workflow should NOT run on one of these triggers), please leave a comment explaining why.
  • If you think the goal is appropriate but notice a mistake in the implementation, please leave a comment detailing the mistake.

This commit updates the GitHub Actions Checkout and Setup Java
versions in the main workflow file.

- Updates actions/checkout@v2 to actions/checkout@v4.
- Updates actions/setup-java@v1 to actions/setup-java@v4.
This commit configures the Java distribution to use Zulu in the
setup-java action.

- Configures the distribution parameter to 'zulu' in the
  actions/setup-java@v4 action.
@jdochez
Copy link
Contributor

jdochez commented Jun 4, 2025

lgtm

@yrezgui yrezgui merged commit 1f62971 into android:master Jun 10, 2025
2 checks passed
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