chore(deps): bump the github-actions group with 2 updates#1773
Conversation
Bumps the github-actions group with 2 updates: [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) and [zizmorcore/zizmor-action](https://github.com/zizmorcore/zizmor-action). Updates `slackapi/slack-github-action` from 3.0.5 to 4.0.0 - [Release notes](https://github.com/slackapi/slack-github-action/releases) - [Changelog](https://github.com/slackapi/slack-github-action/blob/main/CHANGELOG.md) - [Commits](slackapi/slack-github-action@0d95c9a...dcb1066) Updates `zizmorcore/zizmor-action` from 0.5.7 to 0.6.0 - [Release notes](https://github.com/zizmorcore/zizmor-action/releases) - [Commits](zizmorcore/zizmor-action@192e21d...6599ee8) --- updated-dependencies: - dependency-name: slackapi/slack-github-action dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: zizmorcore/zizmor-action dependency-version: 0.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
LGTM — routine dependabot bump of two GitHub Actions (slack-github-action 3.0.5→4.0.0, zizmor-action 0.5.7→0.6.0), both pinned to full commit SHAs with version comments.
Extended reasoning...
Overview
This PR only touches two CI workflow files (release.yml, zizmor.yml), bumping slackapi/slack-github-action from v3.0.5 to v4.0.0 and zizmorcore/zizmor-action from v0.5.7 to v0.6.0. Both are used identically to before (Slack webhook notification steps, zizmor security scan step) — no new inputs, secrets, or permissions were added or changed. Each action reference is pinned to a full commit SHA with a trailing version comment, consistent with the existing convention in this repo.
Security risks
None introduced. Both actions are pinned by immutable commit SHA rather than a mutable tag, so this is not a supply-chain floating-tag risk. The slack-github-action major bump (v3→v4) is driven by stricter internal YAML parsing in a transitive dependency and has no impact on how this repo invokes it (webhook/payload usage is unchanged). The zizmor-action bump is a minor version update to the security-scanning action itself.
Level of scrutiny
This warrants minimal scrutiny — it is a mechanical, automated dependency bump confined to CI/CD configuration with no production code paths affected. It follows the same pattern as prior dependabot PRs already merged into this repo (e.g. the actions/setup-node and slack-github-action bumps in recent commit history).
Other factors
No prior reviews or comments exist on this PR's timeline. The bug hunting system found no issues, and manual inspection of the diff confirms the only changes are the two SHA/version bumps.
Bumps the github-actions group with 2 updates: slackapi/slack-github-action and zizmorcore/zizmor-action.
Updates
slackapi/slack-github-actionfrom 3.0.5 to 4.0.0Release notes
Sourced from slackapi/slack-github-action's releases.
Changelog
Sourced from slackapi/slack-github-action's changelog.
Commits
dcb1066chore: release53861e0chore: release (#645)b1974f0build!: parse yaml with more strict multiline indentation rules (#640)947ed06build(deps): bump undici from 7.28.0 to 8.7.0 (#653)03922a9chore: track undici-types to the resolved undici version (#652)31d473ebuild(deps-dev): bump typescript from 6.0.3 to 7.0.2 (#651)3ca6997build(deps-dev): bump sinon and@types/sinon(#649)26a5ad3build(deps): bump actions/setup-node from 6.4.0 to 7.0.0 (#647)5092efbbuild(deps-dev): bump@biomejs/biomefrom 2.5.3 to 2.5.4 (#650)3548c3ebuild(deps): bump slackapi/slack-github-action from 3.0.3 to 3.0.5 (#646)Updates
zizmorcore/zizmor-actionfrom 0.5.7 to 0.6.0Release notes
Sourced from zizmorcore/zizmor-action's releases.
Commits
6599ee8Addcollectinput (#139)bec05c8Sync zizmor versions (#137)cf59549Add issue templates (#135)f72bf17chore(deps): bump github/codeql-action/upload-sarif (#134)b2a6facci: block version sync workflow on forks (#129)2d88f44Readme: document missing inputs (#130)d81e276Fold Docker image pull output into a collapsed Actions log group (#132)8c13c53chore(deps): bump the github-actions group with 2 updates (#133)2f8e9c6README: bump versions (#128)You can trigger a rebase of this PR 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