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 22aa10d commit 9bd491bCopy full SHA for 9bd491b
.github/workflows/qodana-check-duplicatedcode.yml
@@ -39,7 +39,7 @@ jobs:
39
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
40
with:
41
args:
42
- --config,$GITHUB_WORKSPACE/qodana-configs/duplicated-code/qodana.yaml,--baseline,$GITHUB_WORKSPACE/qodana-configs/duplicated-code/qodana.sarif.yaml,--baseline-include-absent
+ --config,${{ github.workspace }}/qodana-configs/duplicated-code/qodana.yaml,--baseline,${{ github.workspace }}/qodana-configs/duplicated-code/qodana.sarif.json,--baseline-include-absent
43
cache-default-branch-only: true
44
- uses: github/codeql-action/upload-sarif@v3
45
0 commit comments