remove CODEQL_ACTION_DATABASE_DIR
This commit is contained in:
parent
8608105240
commit
5b35de62bd
13 changed files with 23 additions and 16 deletions
2
.github/workflows/integration-testing.yml
vendored
2
.github/workflows/integration-testing.yml
vendored
|
|
@ -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 ] || \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue