From e858c3530faddb43fe8680df7e17a2155195a8be Mon Sep 17 00:00:00 2001 From: ganeshkumarsv <53483484+ganeshkumarsv@users.noreply.github.com> Date: Thu, 5 Jan 2023 10:53:16 -0500 Subject: [PATCH] Updating the branch trigger to master branch main branch got renamed to master. Hence updating the CodeQL trigger to master branch. --- .github/workflows/codeql.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 477e25e925271..a0f529eaaa363 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -3,11 +3,11 @@ name: "CodeQL Scan" on: push: branches: - - main + - master - "release/**" pull_request: branches: - - main + - master - "release/**" permissions: # added using https://github.com/step-security/secure-workflows