remove CODEQL_ACTION_DATABASE_DIR

This commit is contained in:
Robert 2020-08-07 16:08:05 +01:00
parent 8608105240
commit 5b35de62bd
13 changed files with 23 additions and 16 deletions

View file

@ -22,7 +22,7 @@ jobs:
env:
TEST_MODE: true
- run: |
cd "$CODEQL_ACTION_DATABASE_DIR"
cd "$RUNNER_TEMP/codeql_databases"
# 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 ] || \