diff options
-rw-r--r-- | .github/workflows/qodana.yml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/.github/workflows/qodana.yml b/.github/workflows/qodana.yml index 74b168e8..2c1f87f4 100644 --- a/.github/workflows/qodana.yml +++ b/.github/workflows/qodana.yml @@ -14,12 +14,14 @@ jobs: uses: actions/checkout@v3 - name: Qodana - Code Inspection id: qodana - uses: JetBrains/qodana-action@v5.1.0 + uses: JetBrains/qodana-action@v2022.2.1 with: - args: --baseline,qodana.sarif.json,--fail-threshold,0,--linter,jetbrains/qodana-jvm:2022.1-eap + args: --baseline,qodana.sarif.json,--fail-threshold,0,--linter,jetbrains/qodana-jvm + env: + QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }} clone-finder: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - name: Qodana - Clone Finder - uses: JetBrains/qodana-clone-finder-action@v2.0-eap
\ No newline at end of file + uses: JetBrains/qodana-clone-finder-action@v2.0-eap |