Skip to content

Commit

Permalink
Bump JetBrains/qodana-action from 2024.1.9 to 2024.2.3 (#80)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: InSync <[email protected]>
  • Loading branch information
dependabot[bot] and InSyncWithFoo authored Sep 26, 2024
1 parent 045e96a commit 4292eb2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,8 @@ jobs:
-
name: Fetch sources
uses: actions/checkout@v4
with:
fetch-depth: 0
-
name: Set up Java
uses: actions/setup-java@v4
Expand All @@ -197,7 +199,7 @@ jobs:
java-version: 17
-
name: Run Qodana
uses: JetBrains/qodana-action@v2024.1.9
uses: JetBrains/qodana-action@v2024.2.3
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
with:
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ changelog = "2.2.1"
intelliJPlatform = "2.0.1"
kotlin = "2.0.20"
kover = "0.8.3"
qodana = "2024.1.9"
qodana = "2024.2.3"

[libraries.annotations]
group = "org.jetbrains"
Expand Down

0 comments on commit 4292eb2

Please sign in to comment.