Skip to content

Commit

Permalink
Merge pull request #1757 from rabbitmq/update-dependabot
Browse files Browse the repository at this point in the history
Update CodeQL workflow
  • Loading branch information
Zerpet authored Oct 30, 2024
2 parents fbe1bf7 + b304742 commit fe8c115
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,26 @@ name: "CodeQL"
on:
push:
branches: [ main ]
paths-ignore:
- 'docs/**'
- '*.md'
- 'LICENSE.txt'
- 'PROJECT'
pull_request:
# The branches below must be a subset of the branches above
branches: [ main ]
paths-ignore:
- 'docs/**'
- '*.md'
- 'LICENSE.txt'
- 'PROJECT'
schedule:
- cron: '0 0 * * 0'

jobs:
analyze:
name: Analyze
if: ${{ github.actor != 'dependabot[bot]' || github.event_name == "pull_request" }}
runs-on: ubuntu-latest

strategy:
Expand Down

0 comments on commit fe8c115

Please sign in to comment.