Skip to content

Commit

Permalink
disable SonarQube analysis for dependabot PRs
Browse files Browse the repository at this point in the history
- reason: actions created from dependabot PRs do not have access to secrets
  • Loading branch information
larsk21 committed Dec 19, 2024
1 parent 2a5f0fc commit ded203c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ jobs:
name: SonarQube analysis
runs-on: ubuntu-latest
needs: [verify]
if: github.actor != 'dependabot[bot]'
strategy:
fail-fast: true

Expand Down

0 comments on commit ded203c

Please sign in to comment.