From 9aabbe50d5e6d1f5b9d6030bccbc35131e9184f0 Mon Sep 17 00:00:00 2001 From: Braden Linick Date: Thu, 18 Jan 2024 12:41:38 -0500 Subject: [PATCH] updated codeql custom config file --- .github/workflows/codeql.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql.yaml b/.github/workflows/codeql.yaml index a5c0c9ef..6f4c1281 100644 --- a/.github/workflows/codeql.yaml +++ b/.github/workflows/codeql.yaml @@ -3,10 +3,10 @@ name: "Custom CodeQL" on: workflow_dispatch: push: - branches: [ "main", "bdl-codeql" ] + branches: [ "main" ] pull_request: # The branches below must be a subset of the branches above - branches: [ "main", "bdl-codeql" ] + branches: [ "main" ] jobs: analyze: @@ -16,7 +16,7 @@ jobs: permissions: actions: read contents: read - # security-events: write + security-events: write strategy: fail-fast: false