Skip to content

Commit

Permalink
enable qodana caching between runs
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-manes committed Sep 29, 2024
1 parent b643bfe commit 8ac0555
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/qodana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
with:
upload-result: true
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Upload SARIF file for GitHub Advanced Security Dashboard
uses: github/codeql-action/upload-sarif@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3.26.9
with:
Expand Down
2 changes: 2 additions & 0 deletions qodana.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
version: "1.0"
projectJDK: "21"
ide: IntelliJ IDEA Community
linter: jetbrains/qodana-jvm-community:2024.2
profile:
name: qodana.recommended
licenseRules:
Expand Down

0 comments on commit 8ac0555

Please sign in to comment.