Skip to content

ci: update github action workflow#1439

Merged
erisu merged 4 commits intoapache:masterfrom
erisu:ci/update-workflow
Jun 3, 2022
Merged

ci: update github action workflow#1439
erisu merged 4 commits intoapache:masterfrom
erisu:ci/update-workflow

Conversation

@erisu
Copy link
Copy Markdown
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
Copy Markdown

codecov-commenter commented Jun 3, 2022

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 75.96%. Comparing base (ba032df) to head (c68d6d7).
⚠️ Report is 175 commits behind head on master.

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@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.

2 participants