mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-07-29 08:28:39 +00:00
Fix qodana pipeline
This commit is contained in:
parent
d34e6a7b1c
commit
9e742e8814
1 changed files with 7 additions and 2 deletions
9
.github/workflows/qodana_code_quality.yml
vendored
9
.github/workflows/qodana_code_quality.yml
vendored
|
@ -1,7 +1,9 @@
|
|||
name: Qodana
|
||||
on:
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
pull_request_target:
|
||||
branches:
|
||||
- main
|
||||
push:
|
||||
branches: # Specify your branches here
|
||||
- main # The 'main' branch
|
||||
|
@ -25,4 +27,7 @@ jobs:
|
|||
pr-mode: false
|
||||
env:
|
||||
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