From a836d9571f6687e891564c1c95386137fccb74b4 Mon Sep 17 00:00:00 2001 From: Henry Mercer Date: Wed, 16 Nov 2022 16:18:15 +0000 Subject: [PATCH] Set testing environment for CodeQL workflow --- .github/workflows/codeql.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index bc22fc10b..3981d43bc 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -9,6 +9,9 @@ on: # by other workflows. types: [opened, synchronize, reopened, ready_for_review] +env: + CODEQL_ACTION_TESTING_ENVIRONMENT: codeql-action-pr-checks + jobs: # Identify the CodeQL tool versions to use in the analysis job. check-codeql-versions: