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 c8b9d13 commit 8bd3aa0Copy full SHA for 8bd3aa0
.github/scripts/pr-configs.sh
@@ -18,7 +18,7 @@ for file in $(gh pr view $PR_NUMBER --json files --jq '.files.[].path'); do
18
rm -rf "$codeql_db"
19
fi
20
21
- gh codeql database create \
+ codeql database create \
22
--source-root=./.github/scripts \
23
--language=python \
24
--codescanning-config=$file \
0 commit comments