Skip to content

Commit

Permalink
Update Qodana GitHub action (#2747)
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnatBeresnev committed Dec 15, 2022
1 parent f289e2e commit 4777e67
Show file tree
Hide file tree
Showing 2 changed files with 7,304 additions and 18,502 deletions.
20 changes: 9 additions & 11 deletions .github/workflows/qodana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,20 @@ on:
push:
branches:
- master

jobs:
inspection:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Qodana - Code Inspection
id: qodana
uses: JetBrains/qodana-action@v2022.2.1
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: 'Qodana Scan'
uses: JetBrains/qodana-action@v2022.2.3
with:
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
- uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: ${{ runner.temp }}/qodana/results/qodana.sarif.json
Loading

0 comments on commit 4777e67

Please sign in to comment.