Closed renovate[bot] closed 2 months ago
Unable to locate .performanceTestingBot config file
Thanks for opening this Pull Request! We need you to:
Fill out the description.
Action: Edit description and replace <!- ... -->
with actual values.
Complete the activities.
Action: Complete If you want to rebase/retry this PR, check this box
If an activity is not applicable, use '\~activity description\~' to mark it not applicable.
Hi there! :wave: Thanks for opening a PR. :tada: To get the most out of Senior Dev, please sign up in our Web App, connect your GitHub account, and add/join your organization AdamOswald. After that, you will receive code reviews beginning on your next opened PR. :rocket:
The updates consist of minor version increments in the GitHub Actions workflows related to Gradle. Specifically, the Gradle actions used in two workflow files have been updated from version 4.0.0
to 4.0.1
. This includes changes to the setup and dependency submission actions, aligning them with the latest available updates.
Files | Change Summary |
---|---|
.github/workflows/buildwithgradle.yml |
Updated gradle/actions from version v4.0.0 to v4.0.1 . |
.github/workflows/gradle.yml |
Updated gradle/actions/setup-gradle and gradle/actions/dependency-submission from version 4.0.0 to 4.0.1 with new commit hashes. |
sequenceDiagram
participant User
participant GitHub Actions
participant Gradle Actions
User->>GitHub Actions: Trigger Workflow
GitHub Actions->>Gradle Actions: Setup Gradle (v4.0.1)
GitHub Actions->>Gradle Actions: Submit Dependencies (v4.0.1)
GitHub Actions-->>User: Workflow Completed
🐰 In the meadow where code does play,
A hop, a skip, a version update today!
Fromfour point oh
tofour point one
,
Bugs fixed and features, oh what fun!
With every change, we leap with glee,
Hopping along, as happy as can be! 🌼✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
View changes in DiffLens
Failing Step:
./gradlew build
Related Source Files: None
Related Failures: Java CI with Gradle / build
Failing Step:
Gradle Build
Related Source Files: None
Related Failures: Java CI with Gradle / dependency-submission
Failing Step:
Creating settings.xml with server-id: github
Related Source Files: None
Related Failures: Java CI with Maven / build
Failing Step:
Linting Check
Related Source Files: .github/workflows/gradle.yml
Related Failures: Lint Code Base / run-lint
/ai off
, or force a refresh of this report with /ai ...
)
For more support, join our Discord channel
View changes in DiffLens
View changes in DiffLens
View changes in DiffLens
View changes in DiffLens
This PR contains the following updates:
v4.0.0
->v4.0.1
Release Notes
gradle/actions (gradle/actions)
### [`v4.0.1`](https://togithub.com/gradle/actions/releases/tag/v4.0.1) [Compare Source](https://togithub.com/gradle/actions/compare/v4.0.0...v4.0.1) This patch release updates a number of dependencies, and fixes a bug that caused Gradle version '8.1' to be confused with '8.10'. #### What's Changed - Dependency-updates by [@bigdaz](https://togithub.com/bigdaz) in [https://github.com/gradle/actions/pull/326](https://togithub.com/gradle/actions/pull/326), [https://github.com/gradle/actions/pull/356](https://togithub.com/gradle/actions/pull/356) - NPM dependency updates by [@dependabot](https://togithub.com/dependabot) in [https://github.com/gradle/actions/pull/330](https://togithub.com/gradle/actions/pull/330), [https://github.com/gradle/actions/pull/349](https://togithub.com/gradle/actions/pull/349) - Include Gradle 8.10 in known wrapper checksums in [https://github.com/gradle/actions/pull/341](https://togithub.com/gradle/actions/pull/341) - Differentiate Gradle 8.1 from 8.10 when checking version by [@bigdaz](https://togithub.com/bigdaz) in [https://github.com/gradle/actions/pull/358](https://togithub.com/gradle/actions/pull/358) **Full Changelog**: https://github.com/gradle/actions/compare/v4.0.0...v4.0.1Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.