Commit bd84f27
ci: skip SonarQube and Stryker on Dependabot PRs (secrets withheld)
GitHub withholds repository secrets from Dependabot-triggered workflow runs, so
the SonarQube scan (SONAR_TOKEN) and Stryker dashboard reporter
(STRYKER_DASHBOARD_API_KEY) hard-fail on every Dependabot PR — the
browser-mutation job went red on #64 and #65. The existing guard only excluded
fork PRs, but Dependabot branches live in the same repo, so they slipped
through.
Exclude `github.actor == 'dependabot[bot]'` from both steps. The vitest suite
still runs (so any future npm-dependency Dependabot PR is still gated on tests),
and mutation-testing a dependency bump added no signal anyway.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent b8854f9 commit bd84f27
1 file changed
Lines changed: 8 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
85 | | - | |
86 | | - | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
87 | 88 | | |
88 | 89 | | |
89 | 90 | | |
90 | 91 | | |
91 | 92 | | |
92 | 93 | | |
93 | 94 | | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
94 | 99 | | |
95 | 100 | | |
96 | 101 | | |
| |||
0 commit comments