We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3845c9b commit 8ce9290Copy full SHA for 8ce9290
.github/workflows/qodana.yml
@@ -19,7 +19,8 @@ on:
19
upload-result-as-artifact:
20
description: 'Upload Qodana result as artifact'
21
required: false
22
- default: 'false'
+ type: boolean
23
+ default: false
24
25
concurrency:
26
group: ${{ github.workflow }}-${{ github.ref }}
@@ -63,6 +64,7 @@ jobs:
63
64
github-token: ${{ github.token }}
65
env:
66
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
67
+ QODANA_ENDPOINT: "https://api.qodana.cloud"
68
- name: 📊 upload sarif file for GitHub Advanced Security Dashboard
69
uses: github/codeql-action/upload-sarif@v3
70
with:
0 commit comments