Disable CodeQL for Dependabot runs
This commit is contained in:
1
.github/workflows/codeql-analysis.yml
vendored
1
.github/workflows/codeql-analysis.yml
vendored
@ -13,6 +13,7 @@ jobs:
|
||||
analyze:
|
||||
name: Analyze
|
||||
runs-on: ${{ matrix.runner }}
|
||||
if: github.event_name == 'schedule' || github.actor != 'dependabot[bot]'
|
||||
permissions:
|
||||
actions: read
|
||||
contents: read
|
||||
|
Reference in New Issue
Block a user