Fix qodana pipeline

This commit is contained in:
Zaprit 2024-11-02 11:58:04 +00:00
commit 9e742e8814

View file

@ -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