jaoafa / jaoTone

🎼 Discord MusicBot for jMS Gamers Club
https://jaoafa.github.io/jaoTone/
2 stars 1 forks source link

chore(deps): update jetbrains/qodana-action action to v2024 #122

Closed renovate[bot] closed 4 months ago

renovate[bot] commented 4 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
JetBrains/qodana-action action major v2023.3.2 -> v2024.1.1

Release Notes

JetBrains/qodana-action (JetBrains/qodana-action) ### [`v2024.1.1`](https://togithub.com/JetBrains/qodana-action/releases/tag/v2024.1.1) [Compare Source](https://togithub.com/JetBrains/qodana-action/compare/v2023.3.2...v2024.1.1) #### Changelog - [`caaec8a`](https://togithub.com/JetBrains/qodana-action/commit/caaec8a) :arrow_up: Bump the dependencies group with 7 updates - [`28b4ee5`](https://togithub.com/JetBrains/qodana-action/commit/28b4ee5) :bricks: Update release workflows - [`bb446e7`](https://togithub.com/JetBrains/qodana-action/commit/bb446e7) :bricks: Update gradle properties - [`92c7009`](https://togithub.com/JetBrains/qodana-action/commit/92c7009) :arrow_up: Bump the dependencies group with 2 updates - [`3e525c9`](https://togithub.com/JetBrains/qodana-action/commit/3e525c9) :arrow_up: Bump gradle/wrapper-validation-action - [`ee19938`](https://togithub.com/JetBrains/qodana-action/commit/ee19938) :arrow_up: Bump the dependencies group with 10 updates - [`d9d3d01`](https://togithub.com/JetBrains/qodana-action/commit/d9d3d01) :bricks: Fix CLI updater script - [`5240dc8`](https://togithub.com/JetBrains/qodana-action/commit/5240dc8) :arrow_up: Bump gradle/wrapper-validation-action - [`3925fa7`](https://togithub.com/JetBrains/qodana-action/commit/3925fa7) :lock: Prevent second order command injection prevention (CWE-88, CWE-78) - [`12749d0`](https://togithub.com/JetBrains/qodana-action/commit/12749d0) :arrow_up: Update `qodana` to `v2024.1.1` - [`efcec05`](https://togithub.com/JetBrains/qodana-action/commit/efcec05) :arrow_up: Bump the dependencies group with 7 updates - [`03d9f05`](https://togithub.com/JetBrains/qodana-action/commit/03d9f05) :recycle: Apply Qodana suggestions - [`f0a644c`](https://togithub.com/JetBrains/qodana-action/commit/f0a644c) :children_crossing: Fix view report message - [`ccc2f78`](https://togithub.com/JetBrains/qodana-action/commit/ccc2f78) :bricks: Update Qodana configuration - [`38a023c`](https://togithub.com/JetBrains/qodana-action/commit/38a023c) :bug: Support `--config` in the action - [`23aa837`](https://togithub.com/JetBrains/qodana-action/commit/23aa837) :bricks: Update Azure configuration - [`a4f50a6`](https://togithub.com/JetBrains/qodana-action/commit/a4f50a6) :memo: Update Azure icon

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 4 months ago

Qodana Community for JVM

4 new problems were found

Inspection name Severity Problems
Non-constant string concatenation as argument to logging call ◽️ Notice 4

💡 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: - Register at [Qodana Cloud](https://qodana.cloud/) and [configure the action](https://github.com/jetbrains/qodana-action#qodana-cloud) - Use [GitHub Code Scanning with Qodana](https://github.com/jetbrains/qodana-action#github-code-scanning) - Host [Qodana report at GitHub Pages](https://github.com/JetBrains/qodana-action/blob/3a8e25f5caad8d8b01c1435f1ef7b19fe8b039a0/README.md#github-pages) - 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@v2024.1.1 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