Enable test mode for check-codescanning-config Action
This commit is contained in:
parent
7cdf75141e
commit
ffc2dd6d6d
1 changed files with 2 additions and 0 deletions
2
.github/check-codescanning-config/action.yml
vendored
2
.github/check-codescanning-config/action.yml
vendored
|
|
@ -42,6 +42,8 @@ runs:
|
|||
packs: ${{ inputs.packs }}
|
||||
tools: ${{ inputs.tools }}
|
||||
db-location: ${{ runner.temp }}/codescanning-config-cli-test
|
||||
env:
|
||||
CODEQL_ACTION_TEST_MODE: 'true'
|
||||
|
||||
- name: Install dependencies
|
||||
shell: bash
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue