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

update gradle actions #24

Merged
merged 1 commit into from
Aug 26, 2024
Merged

update gradle actions #24

merged 1 commit into from
Aug 26, 2024

Conversation

nkly-wolt
Copy link
Collaborator

Replace gradle-build-action with setup-gradle as suggested in README. Remove gradle-wrapper-validation since setup-gradle performs it. Do not set up signing username/password in pre-merge check because external pull request actions do not have access to repository secrets by default and we don't want to change it.

@nkly-wolt nkly-wolt requested a review from muatik as a code owner August 22, 2024 15:17
@nkly-wolt nkly-wolt requested a review from diastremskii August 22, 2024 15:23
@nkly-wolt
Copy link
Collaborator Author

Not required to unblock external pull requests, but is nice to have

@diastremskii
Copy link
Collaborator

Great stuff, thanks for updating the workflows! 🙏

Replace gradle-build-action with setup-gradle as [suggested in
README][1]. Remove gradle-wrapper-validation since [setup-gradle
performs it][2]. Do not set up signing username/password in pre-merge
check because [external pull request actions do not have access to
repository secrets by default][3] and we don't want to change it.

[1]: https://github.com/gradle/gradle-build-action?tab=readme-ov-file
[2]: https://github.com/gradle/actions/blob/main/docs/setup-gradle.md#gradle-wrapper-validation
[3]: https://securitylab.github.com/resources/github-actions-preventing-pwn-requests/
@nkly-wolt nkly-wolt force-pushed the update-github-actions branch from a60e8e6 to 2e48a44 Compare August 26, 2024 12:39
@nkly-wolt nkly-wolt merged commit d042034 into main Aug 26, 2024
3 checks passed
@nkly-wolt nkly-wolt deleted the update-github-actions branch August 26, 2024 12:43
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.

2 participants