mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-08-03 18:48:40 +00:00
Fix qodana pipeline
This commit is contained in:
parent
d34e6a7b1c
commit
9e742e8814
1 changed files with 7 additions and 2 deletions
7
.github/workflows/qodana_code_quality.yml
vendored
7
.github/workflows/qodana_code_quality.yml
vendored
|
@ -1,7 +1,9 @@
|
||||||
name: Qodana
|
name: Qodana
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
pull_request:
|
pull_request_target:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
push:
|
push:
|
||||||
branches: # Specify your branches here
|
branches: # Specify your branches here
|
||||||
- main # The 'main' branch
|
- main # The 'main' branch
|
||||||
|
@ -26,3 +28,6 @@ jobs:
|
||||||
env:
|
env:
|
||||||
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN_1488465344 }}
|
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN_1488465344 }}
|
||||||
QODANA_ENDPOINT: 'https://qodana.cloud'
|
QODANA_ENDPOINT: 'https://qodana.cloud'
|
||||||
|
- uses: github/codeql-action/upload-sarif@v2
|
||||||
|
with:
|
||||||
|
sarif_file: ${{ runner.temp }}/qodana/results/qodana.sarif.json
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue