Skip to content

Commit 8ce9290

Browse files
committed
Change qodana endpoint and upload-result-as-artifact type to boolean
1 parent 3845c9b commit 8ce9290

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/qodana.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ on:
1919
upload-result-as-artifact:
2020
description: 'Upload Qodana result as artifact'
2121
required: false
22-
default: 'false'
22+
type: boolean
23+
default: false
2324

2425
concurrency:
2526
group: ${{ github.workflow }}-${{ github.ref }}
@@ -63,6 +64,7 @@ jobs:
6364
github-token: ${{ github.token }}
6465
env:
6566
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
67+
QODANA_ENDPOINT: "https://api.qodana.cloud"
6668
- name: 📊 upload sarif file for GitHub Advanced Security Dashboard
6769
uses: github/codeql-action/upload-sarif@v3
6870
with:

0 commit comments

Comments
 (0)