chore(deps): bump the github-actions group with 3 updates#3888
chore(deps): bump the github-actions group with 3 updates#3888dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the github-actions group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [changesets/action](https://github.com/changesets/action) and [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action). Updates `actions/checkout` from 6.0.2 to 6.0.3 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@de0fac2...df4cb1c) Updates `changesets/action` from 1.8.0 to 1.9.0 - [Release notes](https://github.com/changesets/action/releases) - [Changelog](https://github.com/changesets/action/blob/main/CHANGELOG.md) - [Commits](changesets/action@63a615b...a45c4d5) Updates `anthropics/claude-code-action` from 1.0.133 to 1.0.135 - [Release notes](https://github.com/anthropics/claude-code-action/releases) - [Commits](anthropics/claude-code-action@787c5a0...70a6e52) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: changesets/action dependency-version: 1.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: anthropics/claude-code-action dependency-version: 1.0.135 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
|
| steps: | ||
| - name: Checkout | ||
| uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 # zizmor: ignore[artipacked] changesets/action pushes the release branch; no artifact upload here so no leak path | ||
| uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.2 # zizmor: ignore[artipacked] changesets/action pushes the release branch; no artifact upload here so no leak path |
| steps: | ||
| - name: Checkout repo | ||
| uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 # zizmor: ignore[artipacked] needs persisted git creds for tag push; no artifact upload here so no leak path | ||
| uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.2 # zizmor: ignore[artipacked] needs persisted git creds for tag push; no artifact upload here so no leak path |
| steps: | ||
| - name: Checkout | ||
| uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 # zizmor: ignore[artipacked] changesets/action pushes the release branch; no artifact upload here so no leak path | ||
| uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.2 # zizmor: ignore[artipacked] changesets/action pushes the release branch; no artifact upload here so no leak path |
There was a problem hiding this comment.
🟡 Version comment not updated to v6.0.3 in changesets-pr.yml
The actions/checkout SHA was updated to df4cb1c069e1874edd31b4311f1884172cec0e10 but the version comment still says v6.0.2. All other workflow files in this PR label this same SHA as v6.0.3 (e.g., check-review-md.yml:27, claude.yml:29, docs.yml:29). This misleading comment will confuse future audits or automated tools checking version consistency.
| uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.2 # zizmor: ignore[artipacked] changesets/action pushes the release branch; no artifact upload here so no leak path | |
| uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 # zizmor: ignore[artipacked] changesets/action pushes the release branch; no artifact upload here so no leak path | |
Was this helpful? React with 👍 or 👎 to provide feedback.
| steps: | ||
| - name: Checkout repo | ||
| uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 # zizmor: ignore[artipacked] needs persisted git creds for tag push; no artifact upload here so no leak path | ||
| uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.2 # zizmor: ignore[artipacked] needs persisted git creds for tag push; no artifact upload here so no leak path |
There was a problem hiding this comment.
🟡 Version comment not updated to v6.0.3 in release.yml
The actions/checkout SHA was updated to df4cb1c069e1874edd31b4311f1884172cec0e10 but the version comment still says v6.0.2. All other workflow files in this PR label this same SHA as v6.0.3 (e.g., check-review-md.yml:27, claude.yml:29, docs.yml:29). This misleading comment will confuse future audits or automated tools checking version consistency.
| uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.2 # zizmor: ignore[artipacked] needs persisted git creds for tag push; no artifact upload here so no leak path | |
| uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 # zizmor: ignore[artipacked] needs persisted git creds for tag push; no artifact upload here so no leak path | |
Was this helpful? React with 👍 or 👎 to provide feedback.
@trigger.dev/build
trigger.dev
@trigger.dev/core
@trigger.dev/plugins
@trigger.dev/python
@trigger.dev/react-hooks
@trigger.dev/redis-worker
@trigger.dev/rsc
@trigger.dev/schema-to-json
@trigger.dev/sdk
commit: |
Bumps the github-actions group with 3 updates: actions/checkout, changesets/action and anthropics/claude-code-action.
Updates
actions/checkoutfrom 6.0.2 to 6.0.3Release notes
Sourced from actions/checkout's releases.
Changelog
Sourced from actions/checkout's changelog.
... (truncated)
Commits
df4cb1cUpdate changelog for v6.0.3 (#2446)1cce339Fix checkout init for SHA-256 repositories (#2439)900f221fix: expand merge commit SHA regex and add SHA-256 test cases (#2414)0c366fdUpdate changelog (#2357)Updates
changesets/actionfrom 1.8.0 to 1.9.0Release notes
Sourced from changesets/action's releases.
Changelog
Sourced from changesets/action's changelog.
... (truncated)
Commits
a45c4d5v1.9.0b459b1eVersion Packages (#637)f9585d9Update@changesets/ghcommit(#645)020e8ccUse internal bot for versioning (#643)b072bccAdd simple PR comment sub-action (#636)8795eeeComment changeset status in PRs (#625)34f64f6Fixed an issue with GitHub releases not being created for successfully publis...1d54b9eSimplify getChangelogEntry (#632)031358fUpdate to typescript v6 (#633)a0c05f7Bump@changesets/changelog-githubfrom 0.5.2 to 0.7.0 (#620)Updates
anthropics/claude-code-actionfrom 1.0.133 to 1.0.135Release notes
Sourced from anthropics/claude-code-action's releases.
Commits
70a6e52chore: bump Claude Code to 2.1.162 and Agent SDK to 0.3.16236a69b6chore: bump Claude Code to 2.1.161 and Agent SDK to 0.3.161bfad70dci: bump checkout and setup-bun in test workflows to Node 24 releases (#1379)dc081a3chore: bump actions/setup-node from v4.4.0 to v6.4.0 (Node.js 24) (#1377)420335dAdd workload identity federation support to base-action (#1378)7f37f2echore: bump Claude Code to 2.1.160 and Agent SDK to 0.3.160fb53c37chore: bump Claude Code to 2.1.159 and Agent SDK to 0.3.159c5c315cchore: bump Claude Code to 2.1.158 and Agent SDK to 0.3.158f809deachore: bump Claude Code to 2.1.157 and Agent SDK to 0.3.1570fb1b8fchore: bump Claude Code to 2.1.156 and Agent SDK to 0.3.156Dependabot 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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 <dependency name> minor versionwill 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 <dependency name>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 <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions