Skip to content

Commit 9bd491b

Browse files
committed
fix
1 parent 22aa10d commit 9bd491b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/qodana-check-duplicatedcode.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
4040
with:
4141
args:
42-
--config,$GITHUB_WORKSPACE/qodana-configs/duplicated-code/qodana.yaml,--baseline,$GITHUB_WORKSPACE/qodana-configs/duplicated-code/qodana.sarif.yaml,--baseline-include-absent
42+
--config,${{ github.workspace }}/qodana-configs/duplicated-code/qodana.yaml,--baseline,${{ github.workspace }}/qodana-configs/duplicated-code/qodana.sarif.json,--baseline-include-absent
4343
cache-default-branch-only: true
4444
- uses: github/codeql-action/upload-sarif@v3
4545
with:

0 commit comments

Comments
 (0)