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

Use gradle setup action rather than cache action #1113

Closed
wants to merge 1 commit into from

Conversation

fractalwrench
Copy link
Contributor

@fractalwrench fractalwrench commented Jul 16, 2024

Goal

Use the gradle setup action which is supposed to be preferable to using the cache action directly, as it has a better understanding of Gradle's build caching & other logic.

Testing

1st CI run: https://github.com/embrace-io/embrace-android-sdk/actions/runs/9975291551/job/27564666337?pr=1113
2nd CI run: https://github.com/embrace-io/embrace-android-sdk/actions/runs/9975291551/job/27565966001

Copy link
Contributor

github-actions bot commented Jul 16, 2024

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails
actions/gradle/actions/setup-gradle 3.*.* UnknownUnknown
actions/gradle/actions/setup-gradle 3.*.* UnknownUnknown
actions/gradle/actions/setup-gradle 3.*.* UnknownUnknown
actions/gradle/actions/setup-gradle 3.*.* UnknownUnknown
actions/gradle/actions/setup-gradle 3.*.* UnknownUnknown

Scanned Manifest Files

.github/workflows/build-rc-workflow.yml
  • gradle/actions/setup-gradle@3.*.*
  • actions/cache@4.*.*
.github/workflows/ci-gradle.yml
  • gradle/actions/setup-gradle@3.*.*
  • actions/cache@4.*.*
.github/workflows/functional-tests.yml
  • gradle/actions/setup-gradle@3.*.*
.github/workflows/generate_baseline_profile.yml
  • gradle/actions/setup-gradle@3.*.*
.github/workflows/publish-snapshot.yml
  • gradle/actions/setup-gradle@3.*.*
  • actions/cache@4.*.*

@fractalwrench fractalwrench changed the title [WIP] Attempt using gradle setup action Use gradle setup action rather than cache action Jul 17, 2024
@fractalwrench
Copy link
Contributor Author

Perf seems worse. Closing.

@fractalwrench fractalwrench deleted the test-gradle-action branch October 10, 2024 10:04
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