Skip to content

Commit

Permalink
Qodana working?
Browse files Browse the repository at this point in the history
  • Loading branch information
Seba244c committed Jan 12, 2024
1 parent 5002744 commit 7bc57bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/qodana-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.sha }} # to check out the actual pull request commit, not the merge commit
fetch-depth: 0 # a full history is required for pull request analysis
- uses: JetBrains/qodana-action@v2023.2.9
- uses: JetBrains/qodana-action@v2023.3
name: Qodana Scan
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/qodana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.sha }} # to check out the actual pull request commit, not the merge commit
fetch-depth: 0
- uses: JetBrains/qodana-action@v2023.2.9
- uses: JetBrains/qodana-action@v2023.3
name: Qodana Scan
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
Expand Down

0 comments on commit 7bc57bc

Please sign in to comment.