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

Bump JetBrains/qodana-action from 2024.1.8 to 2024.1.9 #2869

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 8, 2024

Bumps JetBrains/qodana-action from 2024.1.8 to 2024.1.9.

Release notes

Sourced from JetBrains/qodana-action's releases.

v2024.1.9

Changelog

  • a913367 🧱 Always bump azure-dev to ensure constant publishing (QD-9451)
  • 5436cb0 ⬆️ Bump @​types/node in the npm-development group
  • cef6958 🧱 Fix Gradle project (QD-9459)
  • e82b6cf 📝 Add required docs (QD-9495)
  • 86eb286 🐛 Fix node version incompatibilities for old runners (QD-9488)
  • 607c987 ⚡ Enable darwin support (limited for nightly)
  • c11f536 ⬆️ Bump actions/setup-node in the dependencies group
  • aa51170 ⬆️ Bump the npm-development group with 3 updates
  • 0661dd3 ⬆️ Bump the npm-production group across 1 directory with 3 updates
  • bb67688 🧱 Allow nightly CLI
  • 3b09d12 ⬆️ Bump gradle/wrapper-validation-action
  • 551fa32 ⬆️ Bump the npm-development group across 1 directory with 4 updates
  • c5b8969 ⬆️ Bump @​octokit/rest in the npm-production group
  • 94c715f ⬆️ Bump @​octokit/webhooks from 13.2.8 to 13.3.0
  • 62b2204 ⬆️ Bump @​typescript-eslint/parser from 7.17.0 to 7.18.0
  • 798c90b ⬆️ Bump azure-pipelines-task-lib from 4.13.0 to 4.15.0
  • b1f009c ⬆️ Bump the npm-development group with 3 updates
  • d273417 ⬆️ Bump @​types/node from 20.14.10 to 22.1.0
  • 21595cb 🐛 Limit dependencies list in GitHub commit if it's too large (QD-9677)
  • b15143e ⬆️ Bump @​actions/artifact in the npm-production group
  • 19b560d 🧱 Use Java 8 for the plugin
  • 15519c3 🧱 Fix updater script
  • 999cd87 ⬆️ Update qodana to v2024.1.9
  • c5a69b0 🧱 Update azure-pipelines.yml
Commits
  • c5a69b0 🧱 Update azure-pipelines.yml
  • 999cd87 ⬆️ Update qodana to v2024.1.9
  • 15519c3 🧱 Fix updater script
  • 19b560d 🧱 Use Java 8 for the plugin
  • b15143e ⬆️ Bump @​actions/artifact in the npm-production group
  • 21595cb 🐛 Limit dependencies list in GitHub commit if it's too large (QD-9677)
  • d273417 ⬆️ Bump @​types/node from 20.14.10 to 22.1.0
  • b1f009c ⬆️ Bump the npm-development group with 3 updates
  • 798c90b ⬆️ Bump azure-pipelines-task-lib from 4.13.0 to 4.15.0
  • 62b2204 ⬆️ Bump @​typescript-eslint/parser from 7.17.0 to 7.18.0
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added Dependencies github_actions Pull requests that update GitHub Actions code labels Aug 8, 2024
Bumps [JetBrains/qodana-action](https://github.com/jetbrains/qodana-action) from 2024.1.8 to 2024.1.9.
- [Release notes](https://github.com/jetbrains/qodana-action/releases)
- [Commits](JetBrains/qodana-action@v2024.1.8...v2024.1.9)

---
updated-dependencies:
- dependency-name: JetBrains/qodana-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@hurricup hurricup force-pushed the dependabot/github_actions/JetBrains/qodana-action-2024.1.9 branch from beaee6b to 5bbafb1 Compare August 17, 2024 16:02
Copy link

Qodana for JVM

2893 new problems were found

Inspection name Severity Problems
Usage of API marked for removal 🔴 Failure 24
Missorted modifiers 🔶 Warning 613
Unused declaration 🔶 Warning 596
Deprecated API usage 🔶 Warning 258
Missing '@Override' annotation 🔶 Warning 252
SequencedCollection method can be used 🔶 Warning 115
Method can be made 'void' 🔶 Warning 78
Hardcoded strings 🔶 Warning 47
Method parameter always has the same value 🔶 Warning 46
Method always returns the same value 🔶 Warning 45
@NotNull/@Nullable problems 🔶 Warning 36
Can use bounded wildcard 🔶 Warning 28
'size() == 0' can be replaced with 'isEmpty()' 🔶 Warning 27
Class is exposed outside of its visibility scope 🔶 Warning 25
Static initialization in extension point implementations 🔶 Warning 25
'if' can be replaced with 'switch' 🔶 Warning 23
Unnecessary semicolon 🔶 Warning 21
Declaration can have 'final' modifier 🔶 Warning 16
Non-platform TokenSet declared in ParserDefinition 🔶 Warning 16
'@RunWith' annotation already exists in a parent class 🔶 Warning 15
Redundant 'throws' clause 🔶 Warning 13
Field may be 'final' 🔶 Warning 9
C-style array declaration 🔶 Warning 7
'final' method in 'final' class 🔶 Warning 3
Missing required 'lang' attribute 🔶 Warning 3
Raw use of parameterized class 🔶 Warning 3
Statement lambda can be replaced with expression lambda 🔶 Warning 2
Incorrect string capitalization 🔶 Warning 2
A service can be converted to a light one 🔶 Warning 2
Explicit type can be replaced with '<>' 🔶 Warning 1
Lambda can be replaced with method reference 🔶 Warning 1
Copy of existing static method body 🔶 Warning 1
Plugin.xml dynamic plugin verification 🔶 Warning 1
'protected' member in 'final' class 🔶 Warning 1
Unnecessary conversion to 'String' 🔶 Warning 1
Unnecessary modifier 🔶 Warning 1
Duplicate branches in 'switch' ◽️ Notice 505
Link with unencrypted protocol ◽️ Notice 14
Non-distinguishable logging calls ◽️ Notice 8
Method can be extracted ◽️ Notice 5
Class can be record class ◽️ Notice 2
Immutable collection creation can be replaced with collection factory call ◽️ Notice 2

💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report

Detected 11 dependencies

Third-party software list

This page lists the third-party software dependencies used in perl5

Dependency Version Licenses
ant-launcher 1.10.13 Apache-2.0
W3C-19980720
ant 1.10.13 Apache-2.0
W3C-19980720
com.jetbrains.performanceplugin 242.20224.300+279 Apache-2.0
com.jetbrains.performanceplugin 242.20224.300+564 Apache-2.0
docker 2024.2+818 Apache-2.0
jflex 1.9.2 BSD-3-Clause
jsr305 3.0.2 Apache-2.0
tanvd.grazi 242.20224.300+532 Apache-2.0
LGPL-2.0-or-later
LGPL-2.1-only
MIT
tanvd.grazi 242.20224.300+735 Apache-2.0
LGPL-2.0-or-later
LGPL-2.1-only
MIT
testng-j 242.20224.300+713 MIT
testng-j 242.20224.300+84 MIT
Contact Qodana team

Contact us at [email protected]

Copy link

sonarcloud bot commented Aug 18, 2024

@hurricup hurricup merged commit 582ca84 into master Aug 18, 2024
38 checks passed
@hurricup hurricup deleted the dependabot/github_actions/JetBrains/qodana-action-2024.1.9 branch August 18, 2024 06:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Dependencies github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant