We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c12a5e commit bb1631cCopy full SHA for bb1631c
.github/workflows/qodana.yml
@@ -15,10 +15,10 @@ jobs:
15
with:
16
name: qodana-baseline
17
path: ${{ runner.temp }}/qodana/results/qodana.sarif.json
18
-# - uses: github/codeql-action/upload-sarif@v1
19
-# with:
20
-# sarif_file: ${{ runner.temp }}/.github/workflowscripts/qodana.sarif.json
21
-# fail-threshold: 1
22
-# - name: actions/download-artifact@v3
23
24
-# name: qodana-baseline
+ - uses: github/codeql-action/upload-sarif@v1
+ with:
+ sarif_file: ${{ runner.temp }}/.github/workflowscripts/qodana.sarif.json
+ fail-threshold: 1
+ - name: actions/download-artifact@v3
+ name: qodana-baseline
0 commit comments