mirror of
https://github.com/placeAtlas/atlas.git
synced 2024-12-29 10:54:19 +01:00
Update qodana.yml
This commit is contained in:
parent
3c73d2a721
commit
80b4584c7b
1 changed files with 7 additions and 1 deletions
8
.github/workflows/qodana.yml
vendored
8
.github/workflows/qodana.yml
vendored
|
@ -14,6 +14,12 @@ jobs:
|
|||
with:
|
||||
fetch-depth: 0
|
||||
- name: 'Qodana Scan'
|
||||
uses: JetBrains/qodana-action@v2022.3.3
|
||||
uses: JetBrains/qodana-action@main
|
||||
env:
|
||||
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
|
||||
- uses: github/codeql-action/upload-sarif@v2
|
||||
with:
|
||||
sarif_file: ${{ runner.temp }}/qodana/results/qodana.sarif.json
|
||||
env:
|
||||
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
|
||||
|
||||
|
|
Loading…
Reference in a new issue