pass queries to codeql via a file
This commit is contained in:
parent
655c4497ce
commit
f18fffbea8
4 changed files with 45 additions and 23 deletions
4
.github/workflows/integration-testing.yml
vendored
4
.github/workflows/integration-testing.yml
vendored
|
|
@ -23,7 +23,9 @@ jobs:
|
|||
TEST_MODE: true
|
||||
- run: |
|
||||
cd "$CODEQL_ACTION_DATABASE_DIR"
|
||||
if [ "$(ls | wc -l)" != 6 ] || \
|
||||
# List all directories as there will be precisely one directory per database
|
||||
# but there may be other files in this directory such as query suites.
|
||||
if [ "$(ls -d */ | wc -l)" != 6 ] || \
|
||||
[[ ! -d cpp ]] || \
|
||||
[[ ! -d csharp ]] || \
|
||||
[[ ! -d go ]] || \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue