From ffc2dd6d6dd78d70b6f6d0ecbcc3fbbd073924e4 Mon Sep 17 00:00:00 2001 From: Henry Mercer Date: Wed, 16 Nov 2022 16:18:08 +0000 Subject: [PATCH] Enable test mode for `check-codescanning-config` Action --- .github/check-codescanning-config/action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/check-codescanning-config/action.yml b/.github/check-codescanning-config/action.yml index c966b49cf..4f878bf5a 100644 --- a/.github/check-codescanning-config/action.yml +++ b/.github/check-codescanning-config/action.yml @@ -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