Skip to content

Commit 871ac6a

Browse files
committed
fix ident
1 parent 8575988 commit 871ac6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql-multiple-repo-scan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,8 @@ jobs:
166166
- name: Recategorize Guidelines
167167
if: always()
168168
run: |
169-
RECATEGORIZE_SCRIPT="codeql-coding-standards-repo/scripts/guideline_recategorization/recategorize.py"
170-
CODING_STANDARDS_CONFIG="./.github/codeql/coding-standards.yml"
169+
RECATEGORIZE_SCRIPT="codeql-coding-standards-repo/scripts/guideline_recategorization/recategorize.py"
170+
CODING_STANDARDS_CONFIG="./.github/codeql/coding-standards.yml"
171171
172172
CODING_STANDARDS_SCHEMA="codeql-coding-standards-repo/schemas/coding-standards-schema-1.0.0.json"
173173
SARIF_SCHEMA="codeql-coding-standards-repo/schemas/sarif-schema-2.1.0.json"

0 commit comments

Comments
 (0)