mirror of
https://github.com/GayPizzaSpecifications/concrete.git
synced 2025-08-05 22:21:33 +00:00
Fix CodeQL task name.
This commit is contained in:
3
.github/workflows/qodona.yml
vendored
3
.github/workflows/qodona.yml
vendored
@ -10,6 +10,7 @@ jobs:
|
|||||||
uses: JetBrains/qodana-action@main
|
uses: JetBrains/qodana-action@main
|
||||||
env:
|
env:
|
||||||
QODANA_TOKEN: "${{ secrets.QODANA_TOKEN }}"
|
QODANA_TOKEN: "${{ secrets.QODANA_TOKEN }}"
|
||||||
- uses: github/codeql-action/upload-sarif@v2
|
- name: Upload CodeQL SARIF
|
||||||
|
uses: github/codeql-action/upload-sarif@v2
|
||||||
with:
|
with:
|
||||||
sarif_file: "${{ runner.temp }}/qodana/results/qodana.sarif.json"
|
sarif_file: "${{ runner.temp }}/qodana/results/qodana.sarif.json"
|
||||||
|
Reference in New Issue
Block a user