Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/faddat/fix-codeql' into combined…
Browse files Browse the repository at this point in the history
…-maintenance
  • Loading branch information
faddat committed Dec 19, 2023
2 parents a820f4a + 1d81a5a commit e7bebaf
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,11 @@ name: "CodeQL"

on:
pull_request:
paths:
- "**.go"
branches:
- master
push:
# The branches below must be a subset of the branches above
branches:
- main
- release/**
paths:
- "**.go"
- master

jobs:
analyze:
Expand Down Expand Up @@ -40,4 +36,4 @@ jobs:
run: make build

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v2

0 comments on commit e7bebaf

Please sign in to comment.