Commit 54d2805
authored
ci: pin
This updates `ci.yml` to remove mutable `actions/github-script@v7`
references and align them with the repository’s SHA-pinned Actions
policy. All four usages are now pinned to the v9.0.0 commit SHA.
- **What changed**
- Replaced 4 instances of `actions/github-script@v7` in
`.github/workflows/ci.yml`
- Pinned each to
`actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 #
v9.0.0`
- **Scope**
- Only workflow definition changes in `.github/workflows/ci.yml`
- No runtime application logic or test code changes
```yaml
# before
uses: actions/github-script@v7
# after
uses: actions/github-script@3a2844b # v9.0.0
```actions/github-script to immutable SHA and upgrade to v9.0.0 (#6016)1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
168 | | - | |
| 168 | + | |
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
| |||
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
187 | | - | |
| 187 | + | |
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
| |||
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
206 | | - | |
| 206 | + | |
207 | 207 | | |
208 | 208 | | |
209 | 209 | | |
| |||
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
225 | | - | |
| 225 | + | |
226 | 226 | | |
227 | 227 | | |
228 | 228 | | |
| |||
0 commit comments