Commit f799db7
committed
ci: apply the action bumps the closed Dependabot PRs proposed
Force-pushing main during the v0.1.0 release left eight Dependabot
PRs (#1-#8) with invalid base refs; Dependabot closed them and
deleted their branches, then on the next scan refused to re-create
them under its "already-proposed-and-closed" dedup rule. The PRs
can't be revived (`gh pr reopen` rejects them because the branch is
gone, and `@dependabot recreate` comments on closed PRs do nothing).
Applying the bumps directly is the rebase outcome the user asked for.
All four target tags verified to exist on disk:
actions/checkout v5 -> v6
actions/upload-artifact v4 -> v7
softprops/action-gh-release v2 -> v3
azure/trusted-signing-action v0.5.1 -> v2
YAML validates. CI will run on this commit and confirm the v6/v7
checkout+upload still work; release.yml's signing path won't actually
exercise v2 of trusted-signing-action until repo secrets are
configured, but the version pin is current.1 parent 6afbfce commit f799db7
2 files changed
Lines changed: 7 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | | - | |
| 135 | + | |
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
| |||
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
193 | | - | |
| 193 | + | |
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
201 | | - | |
| 201 | + | |
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
| |||
0 commit comments