Skip to content

Commit

Permalink
updated codeql custom config file
Browse files Browse the repository at this point in the history
  • Loading branch information
bdLinick committed Jan 18, 2024
1 parent 736b903 commit 9aabbe5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -16,7 +16,7 @@ jobs:
permissions:
actions: read
contents: read
# security-events: write
security-events: write

strategy:
fail-fast: false
Expand Down

0 comments on commit 9aabbe5

Please sign in to comment.