Skip to content

Commit 8bd3aa0

Browse files
committed
fix(scripts): Fix issue with using gh versus codeql directly
1 parent c8b9d13 commit 8bd3aa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/pr-configs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ for file in $(gh pr view $PR_NUMBER --json files --jq '.files.[].path'); do
1818
rm -rf "$codeql_db"
1919
fi
2020

21-
gh codeql database create \
21+
codeql database create \
2222
--source-root=./.github/scripts \
2323
--language=python \
2424
--codescanning-config=$file \

0 commit comments

Comments
 (0)