Commit 0982655
authored
chore: Don't run dependabot on CodeQL PRs (#14109)
We get failures when running dependabot on CodeQL PRs:
https://github.com/getsentry/sentry-javascript/actions/runs/11561736812/job/32181414647
```
Warning: Resource not accessible by integration
Error: Resource not accessible by integration
Warning: Workflows triggered by Dependabot on the "push" event run with read-only access. Uploading Code Scanning results requires write access. To use Code Scanning with Dependabot, please ensure you are using the "pull_request" event for this workflow and avoid triggering on the "push" event for Dependabot branches. See https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/customizing-your-advanced-setup-for-code-scanning#scanning-on-push for more information on how to configure these events.
```
Given dependabot is not going to change any code (just deps), I think we
are safe to remove CodeQL scanning.1 parent 6410841 commit 0982655
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
17 | 20 | | |
18 | 21 | | |
19 | 22 | | |
| |||
0 commit comments