Skip to content

Commit 22aa10d

Browse files
committed
fix
1 parent 516c049 commit 22aa10d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Qodana
1+
name: Qodana - Duplicated Code
22

33
on:
44
workflow_dispatch:
@@ -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.yaml,--baseline-include-absent
4343
cache-default-branch-only: true
4444
- uses: github/codeql-action/upload-sarif@v3
4545
with:

0 commit comments

Comments
 (0)