Skip to content

Commit bb1631c

Browse files
committed
This should have everything
1 parent 4c12a5e commit bb1631c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/qodana.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
with:
1616
name: qodana-baseline
1717
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-
# with:
24-
# name: qodana-baseline
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+
with:
24+
name: qodana-baseline

0 commit comments

Comments
 (0)