Disable CodeQL for Dependabot runs

This commit is contained in:
Sebastian Serth
2023-11-09 16:50:33 +01:00
parent 8c1cede705
commit d1441b08b7

View File

@ -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