Skip to content

Commit ffc2dd6

Browse files
committed
Enable test mode for check-codescanning-config Action
1 parent 7cdf751 commit ffc2dd6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/check-codescanning-config/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ runs:
4242
packs: ${{ inputs.packs }}
4343
tools: ${{ inputs.tools }}
4444
db-location: ${{ runner.temp }}/codescanning-config-cli-test
45+
env:
46+
CODEQL_ACTION_TEST_MODE: 'true'
4547

4648
- name: Install dependencies
4749
shell: bash

0 commit comments

Comments
 (0)