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.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
This PR contains the following updates:
v2023.3.0
->v2023.3.1
Release Notes
JetBrains/qodana-action (JetBrains/qodana-action)
### [`v2023.3.1`](https://togithub.com/JetBrains/qodana-action/releases/tag/v2023.3.1) [Compare Source](https://togithub.com/JetBrains/qodana-action/compare/v2023.3.0...v2023.3.1) #### Changelog - [`bdfc818`](https://togithub.com/JetBrains/qodana-action/commit/bdfc818) :bricks: Accept SARIF rules and results without markdown. - [`e5e5181`](https://togithub.com/JetBrains/qodana-action/commit/e5e5181) :bug: Problem may not always contain a location. - [`138fe72`](https://togithub.com/JetBrains/qodana-action/commit/138fe72) :bug: Repack action distribution - [`7f47dd1`](https://togithub.com/JetBrains/qodana-action/commit/7f47dd1) :bug: Fix nullability - [`8815ca3`](https://togithub.com/JetBrains/qodana-action/commit/8815ca3) :bug: Repack action distribution - [`4660a5f`](https://togithub.com/JetBrains/qodana-action/commit/4660a5f) :arrow_up: Bump the dependencies group with 2 updates - [`2699838`](https://togithub.com/JetBrains/qodana-action/commit/2699838) :arrow_up: Bump the dependencies group with 15 updates - [`1be2cdd`](https://togithub.com/JetBrains/qodana-action/commit/1be2cdd) :bricks: Update update-cli.js - [`0810865`](https://togithub.com/JetBrains/qodana-action/commit/0810865) :arrow_up: Update `qodana` to `v2023.3.1` - [`7cf87a0`](https://togithub.com/JetBrains/qodana-action/commit/7cf87a0) :recycle: Fix code for the latest GitHub dependencies - [`d91c086`](https://togithub.com/JetBrains/qodana-action/commit/d91c086) :bricks: Update Gradle version - [`4017c86`](https://togithub.com/JetBrains/qodana-action/commit/4017c86) :bricks: Fix versions and release builds - [`5047802`](https://togithub.com/JetBrains/qodana-action/commit/5047802) :bug: Fix output issues (QD-6541, QD-7986) - [`238cb82`](https://togithub.com/JetBrains/qodana-action/commit/238cb82) :memo: Fix mentioned Gradle versions - [`47fcd44`](https://togithub.com/JetBrains/qodana-action/commit/47fcd44) :bricks: Update Gradle builds triggers - [`54f6385`](https://togithub.com/JetBrains/qodana-action/commit/54f6385) :arrow_up: Bump the dependencies group with 9 updates - [`009bc2e`](https://togithub.com/JetBrains/qodana-action/commit/009bc2e) :bricks: Update `lint` workflow - [`adb78a5`](https://togithub.com/JetBrains/qodana-action/commit/adb78a5) :bricks: Update `scan/dist/index.js` - [`f5f62df`](https://togithub.com/JetBrains/qodana-action/commit/f5f62df) :arrow_up: Bump the dependencies group with 3 updates - [`e42ff2d`](https://togithub.com/JetBrains/qodana-action/commit/e42ff2d) :bricks: Update `scan/dist/index.js`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.