mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-07-28 16:08:38 +00:00
Hopefully fix qodana issues
This commit is contained in:
parent
681fcbba73
commit
d96091ae4c
2 changed files with 2 additions and 2 deletions
2
.github/workflows/qodana_code_quality.yml
vendored
2
.github/workflows/qodana_code_quality.yml
vendored
|
@ -29,7 +29,7 @@ jobs:
|
||||||
pr-mode: false
|
pr-mode: false
|
||||||
env:
|
env:
|
||||||
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN_1488465344 }}
|
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN_1488465344 }}
|
||||||
QODANA_ENDPOINT: 'https://qodana.cloud'
|
QODANA_ENDPOINT: 'https://api.qodana.cloud'
|
||||||
- uses: github/codeql-action/upload-sarif@v3
|
- uses: github/codeql-action/upload-sarif@v3
|
||||||
with:
|
with:
|
||||||
sarif_file: ${{ runner.temp }}/qodana/results/qodana.sarif.json
|
sarif_file: ${{ runner.temp }}/qodana/results/qodana.sarif.json
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
version: "1.0"
|
version: "1.0"
|
||||||
linter: jetbrains/qodana-dotnet:2024.1
|
linter: jetbrains/qodana-dotnet:2024.3
|
||||||
profile:
|
profile:
|
||||||
name: qodana.recommended
|
name: qodana.recommended
|
||||||
include:
|
include:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue