Commit 8f65bf7
authored
ci: Fix CodeQL workflow config (#14117)
Reverts #14109 and
re-implements this differently.
Actually, the problem was dependabot merging to develop (so the fix
would not have caught that anyhow), + this was incorrect syntax (oops)
as we had ignore-branches _and_ branches, which does not work.
Now, instead we just run this always but check if this is a push from
dependabot, which hopefully works better.
See
https://github.com/getsentry/sentry-javascript/actions/runs/115701665191 parent 6fefd44 commit 8f65bf7
1 file changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | 17 | | |
21 | 18 | | |
22 | 19 | | |
| |||
36 | 33 | | |
37 | 34 | | |
38 | 35 | | |
| 36 | + | |
| 37 | + | |
39 | 38 | | |
40 | 39 | | |
41 | 40 | | |
| |||
0 commit comments