Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: update github action workflow #1439

Merged
merged 4 commits into from Jun 3, 2022
Merged

Conversation

erisu
Copy link
Member

@erisu erisu commented Jun 3, 2022

Motivation and Context

Keep the workflow up-to-date

Description

  • Use the latest versions of the github action dependencies.
  • Migrate from the adopt distribution of Java to temurin.

NOTE: Adopt OpenJDK got moved to Eclipse Temurin and won't be updated anymore. It is highly recommended to migrate workflows from adopt to temurin to keep receiving software and security updates. See more details in the Good-bye AdoptOpenJDK post.

  • Convert the java-version value from int to string. This change follows the documentation of actions/setup-java more closely.

Testing

  • n/a

Checklist

  • I've run the tests to see all new and existing tests pass
  • I added automated test coverage as appropriate for this change
  • Commit is prefixed with (platform) if this change only applies to one platform (e.g. (android))
  • If this Pull Request resolves an issue, I linked to the issue in the text above (and used the correct keyword to close issues using keywords)
  • I've updated the documentation if necessary

@erisu erisu requested a review from dpogue June 3, 2022 02:55
@codecov-commenter
Copy link

codecov-commenter commented Jun 3, 2022

Codecov Report

Merging #1439 (c68d6d7) into master (ba032df) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #1439   +/-   ##
=======================================
  Coverage   75.96%   75.96%           
=======================================
  Files          21       21           
  Lines        1677     1677           
=======================================
  Hits         1274     1274           
  Misses        403      403           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ba032df...c68d6d7. Read the comment docs.

@erisu erisu merged commit 68a9a31 into apache:master Jun 3, 2022
@erisu erisu deleted the ci/update-workflow branch June 3, 2022 06:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants