mirror of
https://github.com/github/codeql-action.git
synced 2026-04-30 02:40:12 +00:00
remove CODEQL_ACTION_DATABASE_DIR
This commit is contained in:
@@ -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 ] || \
|
||||
|
||||
Reference in New Issue
Block a user