mirror of
https://github.com/placeAtlas/atlas.git
synced 2025-01-01 06:54:24 +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:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: 'Qodana Scan'
|
- name: 'Qodana Scan'
|
||||||
uses: JetBrains/qodana-action@v2022.3.3
|
uses: JetBrains/qodana-action@main
|
||||||
env:
|
env:
|
||||||
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
|
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