WarningImHack3r / npm-update-dependencies

Update NPM dependencies from your IDE
https://plugins.jetbrains.com/plugin/21105-npm-update-dependencies
9 stars 2 forks source link

Update gradle/wrapper-validation-action action to v3 #92

Closed renovate[bot] closed 5 months ago

renovate[bot] commented 5 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
gradle/wrapper-validation-action action major v2.1.2 -> v3.3.0

Release Notes

gradle/wrapper-validation-action (gradle/wrapper-validation-action) ### [`v3.3.0`](https://togithub.com/gradle/wrapper-validation-action/releases/tag/v3.3.0) [Compare Source](https://togithub.com/gradle/wrapper-validation-action/compare/v2.1.3...v3.3.0) This is the first release of `gradle/wrapper-validation-action` available with the `v3` version tag. > \[!IMPORTANT] > As of `v3` this action has been deprecated by `gradle/actions/wrapper-validation`. > Any workflow that uses `gradle/wrapper-validation-action@v3` will transparently delegate to `gradle/actions/wrapper-validation@v3`. > > Users are encouraged to update their workflows, replacing: > > uses: gradle/wrapper-validation-action@v3 > > with > > uses: gradle/actions/wrapper-validation@v3 > > See the [wrapper-validation documentation](https://togithub.com/gradle/actions/tree/main/wrapper-validation) for up-to-date documentation for `gradle/actions/wrapper-validation`. #### Changes from `wrapper-validation-acion@v2` There are no functional changes in this release. The jump directly to `v3` (and `v3.3.0`) serves 2 purposes: - Ensure that users explicitly switch to the new delegating action implementation - This upgrade also provides an opportunity for users to switch directly to `gradle/actions/wrapper-validation` - Allows us to have consistent version numbering between `gradle/wrapper-validation-action` and `gradle/actions/wrapper-validation` See [#​198](https://togithub.com/gradle/wrapper-validation-action/issues/198) **Full Changelog**: https://github.com/gradle/wrapper-validation-action/compare/v2.1.3...v3.3.0 ### [`v2.1.3`](https://togithub.com/gradle/wrapper-validation-action/releases/tag/v2.1.3) [Compare Source](https://togithub.com/gradle/wrapper-validation-action/compare/v2.1.2...v2.1.3) #### What's Changed - Update various NPM dependencies - Update wrapper checksums to include Gradle 8.7 **Full Changelog**: https://github.com/gradle/wrapper-validation-action/compare/v2.1.2...v2.1.3

Configuration

πŸ“… 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 has been generated by Mend Renovate. View repository job log here.

github-actions[bot] commented 5 months ago

Qodana Community for JVM

It seems all right πŸ‘Œ

No new problems were found according to the checks applied

πŸ’‘ Qodana analysis was run in the pull request mode: only the changed files were checked

View the detailed Qodana report To be able to view the detailed Qodana report, you can either: 1. Register at [Qodana Cloud](https://qodana.cloud/) and [configure the action](https://github.com/jetbrains/qodana-action#qodana-cloud) 2. Use [GitHub Code Scanning with Qodana](https://github.com/jetbrains/qodana-action#github-code-scanning) 3. Host [Qodana report at GitHub Pages](https://github.com/JetBrains/qodana-action/blob/3a8e25f5caad8d8b01c1435f1ef7b19fe8b039a0/README.md#github-pages) 4. Inspect and use `qodana.sarif.json` (see [the Qodana SARIF format](https://www.jetbrains.com/help/qodana/qodana-sarif-output.html#Report+structure) for details) To get `*.log` files or any other Qodana artifacts, run the action with `upload-result` option set to `true`, so that the action will upload the files as the job artifacts: ```yaml - name: 'Qodana Scan' uses: JetBrains/qodana-action@v2023.3.2 with: upload-result: true ```
Contact Qodana team Contact us at [qodana-support@jetbrains.com](mailto:qodana-support@jetbrains.com) - Or via our issue tracker: https://jb.gg/qodana-issue - Or share your feedback: https://jb.gg/qodana-discussions