Commit af3027b
authored
chore(deps): bump the github-actions group with 4 updates [skip ci]
Bumps the github-actions group with 4 updates: [zgosalvez/github-actions-ensure-sha-pinned-actions](https://github.com/zgosalvez/github-actions-ensure-sha-pinned-actions), [actions/cache](https://github.com/actions/cache), [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action) and [actions/setup-node](https://github.com/actions/setup-node).
Updates `zgosalvez/github-actions-ensure-sha-pinned-actions` from 5.0.3 to 5.0.4
Release notes
*Sourced from [zgosalvez/github-actions-ensure-sha-pinned-actions's releases](https://github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/releases).*
> v5.0.4
> ------
>
> What's Changed
> --------------
>
> * Bump picomatch from 2.3.1 to 2.3.2 by [`@dependabot`](https://github.com/dependabot)[bot] in [zgosalvez/github-actions-ensure-sha-pinned-actions#302](https://redirect.github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/pull/302)
> * Bump eslint from 10.0.3 to 10.1.0 by [`@dependabot`](https://github.com/dependabot)[bot] in [zgosalvez/github-actions-ensure-sha-pinned-actions#301](https://redirect.github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/pull/301)
> * Bump brace-expansion by [`@dependabot`](https://github.com/dependabot)[bot] in [zgosalvez/github-actions-ensure-sha-pinned-actions#303](https://redirect.github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/pull/303)
> * Bump yaml from 2.8.2 to 2.8.3 by [`@dependabot`](https://github.com/dependabot)[bot] in [zgosalvez/github-actions-ensure-sha-pinned-actions#300](https://redirect.github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/pull/300)
>
> **Full Changelog**: <zgosalvez/github-actions-ensure-sha-pinned-actions@v5...v5.0.4>
Commits
* [`ca46236`](zgosalvez/github-actions-ensure-sha-pinned-actions@ca46236) Bump yaml from 2.8.2 to 2.8.3 ([#300](https://redirect.github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/issues/300))
* [`c1f725e`](zgosalvez/github-actions-ensure-sha-pinned-actions@c1f725e) Bump brace-expansion ([#303](https://redirect.github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/issues/303))
* [`2a0679d`](zgosalvez/github-actions-ensure-sha-pinned-actions@2a0679d) Bump eslint from 10.0.3 to 10.1.0 ([#301](https://redirect.github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/issues/301))
* [`4533f2e`](zgosalvez/github-actions-ensure-sha-pinned-actions@4533f2e) Bump picomatch from 2.3.1 to 2.3.2 ([#302](https://redirect.github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/issues/302))
* See full diff in [compare view](zgosalvez/github-actions-ensure-sha-pinned-actions@v5.0.3...ca46236)
Updates `actions/cache` from 5.0.4 to 5.0.5
Release notes
*Sourced from [actions/cache's releases](https://github.com/actions/cache/releases).*
> v5.0.5
> ------
>
> What's Changed
> --------------
>
> * Update ts-http-runtime dependency by [`@yacaovsnc`](https://github.com/yacaovsnc) in [actions/cache#1747](https://redirect.github.com/actions/cache/pull/1747)
>
> **Full Changelog**: <actions/cache@v5...v5.0.5>
Changelog
*Sourced from [actions/cache's changelog](https://github.com/actions/cache/blob/main/RELEASES.md).*
> Releases
> ========
>
> How to prepare a release
> ------------------------
>
> > [!NOTE]
> > Relevant for maintainers with write access only.
>
> 1. Switch to a new branch from `main`.
> 2. Run `npm test` to ensure all tests are passing.
> 3. Update the version in [`https://github.com/actions/cache/blob/main/package.json`](https://github.com/actions/cache/blob/main/package.json).
> 4. Run `npm run build` to update the compiled files.
> 5. Update this [`https://github.com/actions/cache/blob/main/RELEASES.md`](https://github.com/actions/cache/blob/main/RELEASES.md) with the new version and changes in the `## Changelog` section.
> 6. Run `licensed cache` to update the license report.
> 7. Run `licensed status` and resolve any warnings by updating the [`https://github.com/actions/cache/blob/main/.licensed.yml`](https://github.com/actions/cache/blob/main/.licensed.yml) file with the exceptions.
> 8. Commit your changes and push your branch upstream.
> 9. Open a pull request against `main` and get it reviewed and merged.
> 10. Draft a new release <https://github.com/actions/cache/releases> use the same version number used in `package.json`
> 1. Create a new tag with the version number.
> 2. Auto generate release notes and update them to match the changes you made in `RELEASES.md`.
> 3. Toggle the set as the latest release option.
> 4. Publish the release.
> 11. Navigate to <https://github.com/actions/cache/actions/workflows/release-new-action-version.yml>
> 1. There should be a workflow run queued with the same version number.
> 2. Approve the run to publish the new version and update the major tags for this action.
>
> Changelog
> ---------
>
> ### 5.0.4
>
> * Bump `minimatch` to v3.1.5 (fixes ReDoS via globstar patterns)
> * Bump `undici` to v6.24.1 (WebSocket decompression bomb protection, header validation fixes)
> * Bump `fast-xml-parser` to v5.5.6
>
> ### 5.0.3
>
> * Bump `@actions/cache` to v5.0.5 (Resolves: <https://github.com/actions/cache/security/dependabot/33>)
> * Bump `@actions/core` to v2.0.3
>
> ### 5.0.2
>
> * Bump `@actions/cache` to v5.0.3 [#1692](https://redirect.github.com/actions/cache/pull/1692)
>
> ### 5.0.1
>
> * Update `@azure/storage-blob` to `^12.29.1` via `@actions/cache@5.0.1` [#1685](https://redirect.github.com/actions/cache/pull/1685)
>
> ### 5.0.0
>
> > [!IMPORTANT]
> > `actions/cache@v5` runs on the Node.js 24 runtime and requires a minimum Actions Runner version of `2.327.1`.
... (truncated)
Commits
* [`27d5ce7`](actions/cache@27d5ce7) Merge pull request [#1747](https://redirect.github.com/actions/cache/issues/1747) from actions/yacaovsnc/update-dependency
* [`f280785`](actions/cache@f280785) licensed changes
* [`619aeb1`](actions/cache@619aeb1) npm run build generated dist files
* [`bcf16c2`](actions/cache@bcf16c2) Update ts-http-runtime to 0.3.5
* See full diff in [compare view](actions/cache@v5.0.4...27d5ce7)
Updates `anthropics/claude-code-action` from 1.0.101 to 1.0.107
Release notes
*Sourced from [anthropics/claude-code-action's releases](https://github.com/anthropics/claude-code-action/releases).*
> v1.0.107
> --------
>
> **Full Changelog**: <anthropics/claude-code-action@v1...v1.0.107>
>
> v1.0.106
> --------
>
> **Full Changelog**: <anthropics/claude-code-action@v1...v1.0.106>
>
> v1.0.105
> --------
>
> What's Changed
> --------------
>
> * fix: allow + in branch names (generated by Claude Code EnterWorktree) by [`@awakia`](https://github.com/awakia) in [anthropics/claude-code-action#1248](https://redirect.github.com/anthropics/claude-code-action/pull/1248)
>
> New Contributors
> ----------------
>
> * [`@awakia`](https://github.com/awakia) made their first contribution in [anthropics/claude-code-action#1248](https://redirect.github.com/anthropics/claude-code-action/pull/1248)
>
> **Full Changelog**: <anthropics/claude-code-action@v1...v1.0.105>
>
> v1.0.104
> --------
>
> **Full Changelog**: <anthropics/claude-code-action@v1...v1.0.104>
>
> v1.0.103
> --------
>
> **Full Changelog**: <anthropics/claude-code-action@v1...v1.0.103>
>
> v1.0.102
> --------
>
> What's Changed
> --------------
>
> * chore: bump oven-sh/setup-bun to v2.2.0 (Node.js 24) by [`@ashwin-ant`](https://github.com/ashwin-ant) in [anthropics/claude-code-action#1238](https://redirect.github.com/anthropics/claude-code-action/pull/1238)
> * docs: nit updates to security.md by [`@OctavianGuzu`](https://github.com/OctavianGuzu) in [anthropics/claude-code-action#1240](https://redirect.github.com/anthropics/claude-code-action/pull/1240)
>
> **Full Changelog**: <anthropics/claude-code-action@v1...v1.0.102>
Commits
* [`567fe95`](anthropics/claude-code-action@567fe95) chore: bump Claude Code to 2.1.119 and Agent SDK to 0.2.119
* [`2da6cfa`](anthropics/claude-code-action@2da6cfa) chore: bump Claude Code to 2.1.120 and Agent SDK to 0.2.120
* [`e58dfa5`](anthropics/claude-code-action@e58dfa5) chore: bump Claude Code to 2.1.119 and Agent SDK to 0.2.119
* [`6ee201f`](anthropics/claude-code-action@6ee201f) fix: allow + in branch names (generated by Claude Code EnterWorktree) ([#1248](https://redirect.github.com/anthropics/claude-code-action/issues/1248))
* [`b4d6741`](anthropics/claude-code-action@b4d6741) chore: bump Claude Code to 2.1.118 and Agent SDK to 0.2.118
* [`4e5d8b1`](anthropics/claude-code-action@4e5d8b1) chore: bump Claude Code to 2.1.117 and Agent SDK to 0.2.117
* [`5d5c10a`](anthropics/claude-code-action@5d5c10a) chore: bump Claude Code to 2.1.116 and Agent SDK to 0.2.116
* [`632a368`](anthropics/claude-code-action@632a368) docs: nit updates to security.md ([#1240](https://redirect.github.com/anthropics/claude-code-action/issues/1240))
* [`4c682d8`](anthropics/claude-code-action@4c682d8) chore: bump oven-sh/setup-bun to v2.2.0 (Node.js 24) ([#1238](https://redirect.github.com/anthropics/claude-code-action/issues/1238))
* See full diff in [compare view](anthropics/claude-code-action@38ec876...567fe95)
Updates `actions/setup-node` from 6.3.0 to 6.4.0
Release notes
*Sourced from [actions/setup-node's releases](https://github.com/actions/setup-node/releases).*
> v6.4.0
> ------
>
> What's Changed
> --------------
>
> ### Dependency updates:
>
> * Upgrade [`@actions`](https://github.com/actions) dependencies by [`@Copilot`](https://github.com/Copilot) in [actions/setup-node#1525](https://redirect.github.com/actions/setup-node/pull/1525)
> * Update Node.js versions in versions.yml and bump package to v6.4.0 by [`@priya-kinthali`](https://github.com/priya-kinthali) in [actions/setup-node#1533](https://redirect.github.com/actions/setup-node/pull/1533)
>
> New Contributors
> ----------------
>
> * [`@Copilot`](https://github.com/Copilot) made their first contribution in [actions/setup-node#1525](https://redirect.github.com/actions/setup-node/pull/1525)
>
> **Full Changelog**: <actions/setup-node@v6...v6.4.0>
Commits
* [`48b55a0`](actions/setup-node@48b55a0) Update Node.js versions in versions.yml and bump package to v6.4.0 ([#1533](https://redirect.github.com/actions/setup-node/issues/1533))
* [`ab72c7e`](actions/setup-node@ab72c7e) Upgrade [`@actions`](https://github.com/actions) dependencies ([#1525](https://redirect.github.com/actions/setup-node/issues/1525))
* See full diff in [compare view](actions/setup-node@53b8394...48b55a0)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions7 files changed
Lines changed: 12 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
290 | 290 | | |
291 | 291 | | |
292 | 292 | | |
293 | | - | |
| 293 | + | |
294 | 294 | | |
295 | 295 | | |
296 | 296 | | |
| |||
323 | 323 | | |
324 | 324 | | |
325 | 325 | | |
326 | | - | |
| 326 | + | |
327 | 327 | | |
328 | 328 | | |
329 | 329 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
0 commit comments