Skip to content

Commit

Permalink
Bump JetBrains/qodana-action from 2024.2 to 2024.3
Browse files Browse the repository at this point in the history
Bumps [JetBrains/qodana-action](https://github.com/jetbrains/qodana-action) from 2024.2 to 2024.3.
- [Release notes](https://github.com/jetbrains/qodana-action/releases)
- [Commits](JetBrains/qodana-action@v2024.2...v2024.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent 081a6e0 commit b9e70f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ jobs:

# Run Qodana inspections
- name: Qodana - Code Inspection
uses: JetBrains/qodana-action@v2024.2
uses: JetBrains/qodana-action@v2024.3
with:
args: --config,qodana-frontend.yml
artifact-name: qodana-frontend
Expand Down Expand Up @@ -245,7 +245,7 @@ jobs:

# Run Qodana inspections
- name: Qodana - Code Inspection
uses: JetBrains/qodana-action@v2024.2
uses: JetBrains/qodana-action@v2024.3
with:
args: --config,qodana-backend.yml
artifact-name: qodana-backend
Expand Down

0 comments on commit b9e70f9

Please sign in to comment.