ci: bump zizmorcore/zizmor-action from 0.6.2 to 0.6.3 in the github-actions group - #698
Merged
Merged
Conversation
Bumps the github-actions group with 1 update: [zizmorcore/zizmor-action](https://github.com/zizmorcore/zizmor-action). Updates `zizmorcore/zizmor-action` from 0.6.2 to 0.6.3 - [Release notes](https://github.com/zizmorcore/zizmor-action/releases) - [Commits](zizmorcore/zizmor-action@3dc1ecc...70fb788) --- updated-dependencies: - dependency-name: zizmorcore/zizmor-action dependency-version: 0.6.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
Sensitive Change Detection (shadow mode)This PR modifies control-plane files:
|
Contributor
There was a problem hiding this comment.
🟢 Approval recommended
The SHA and version annotation consistently match the documented release.
Pull request overview
Updates the pinned zizmor GitHub Action from v0.6.2 to v0.6.3, adopting zizmor 1.30.0.
Changes:
- Updates the action’s immutable commit SHA and version annotation.
[!TIP]
If you aren't ready for review, convert to a draft PR.
Click "Convert to draft" or rungh pr ready --undo.
Click "Ready for review" or rungh pr readyto reengage.
File summaries
| File | Description |
|---|---|
.github/workflows/test.yml |
Bumps the pinned zizmor action to v0.6.3. |
Review details
- Files reviewed: 1/1 changed files
- Comments generated: 0
- Review effort level: Balanced
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
jeremy
added a commit
that referenced
this pull request
Sep 10, 2026
…is fixes This repo pins zizmor explicitly through the action's version input and .mise.toml, so the Dependabot bump of the action alone (#698) would have left CI on 1.29.0 and the self-repository fix in the previous commit untested. Both pins move to 1.30.0 together with the action, whose version map at 0.6.2 does not know 1.30.0, so the audit job on this branch is the proof.
jeremy
added a commit
that referenced
this pull request
Sep 10, 2026
* Reference in-repo workflows with GitHub's self-repository syntax zizmor 1.30.0, which zizmor-action 0.6.3 runs by default, adds a self-repository audit that flags workspace-relative `uses: ./...` references to in-repo actions and reusable workflows. GitHub's `uses: $/...` form resolves against the running commit rather than the checked-out filesystem, so it can't pick up an action cloned by an earlier step, and GitHub counts it as pinned. This repo pins zizmor 1.29.0 explicitly (the action's `version:` input and .mise.toml) and would fail the audit as soon as that pin moves to 1.30.0. actionlint 1.7.12 rejects the new form and no release knows it yet (rhysd/actionlint#711), so an actionlint config ignores that one message for workflow files, with a note to drop it once a release does. Same change as basecamp/hey-sdk#171 and #174. * Scope the actionlint ignore to the calls it covers The ignore for actionlint 1.7.12's rejection of the `$/` reusable-workflow form now names the exact calls this repository makes, so a new `$/` call is a deliberate edit to the config rather than a silent pass. actionlint accepts `$/path@ref` as the owner/repo/path@ref shape with or without this ignore, so the scoping is about new sites, not malformed references. * Move to zizmor-action 0.6.3 and zizmor 1.30.0 so CI runs the audit this fixes This repo pins zizmor explicitly through the action's version input and .mise.toml, so the Dependabot bump of the action alone (#698) would have left CI on 1.29.0 and the self-repository fix in the previous commit untested. Both pins move to 1.30.0 together with the action, whose version map at 0.6.2 does not know 1.30.0, so the audit job on this branch is the proof.
jeremy
deleted the
dependabot/github_actions/github-actions-8280b51821
branch
September 10, 2026 21:30
jeremy
added a commit
that referenced
this pull request
Sep 10, 2026
…endor-hash * origin/main: ci: bump zizmorcore/zizmor-action in the github-actions group (#698) Reference in-repo workflows with GitHub's self-repository syntax (#700) Kill the Codex probe's process group when its deadline expires (#694) Refresh the Nix vendorHash for the go-dependencies bump (#701)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the github-actions group with 1 update: zizmorcore/zizmor-action.
Updates
zizmorcore/zizmor-actionfrom 0.6.2 to 0.6.3Release notes
Sourced from zizmorcore/zizmor-action's releases.
Commits
70fb788Sync zizmor versions (#162)7999d8cchore(deps): bump github/codeql-action/upload-sarif from 4.37.6 to 4.37.7 in ...2ae1ce9chore(deps): bump github/codeql-action/upload-sarif (#160)951a5eeSkip prerelease versions in sync-zizmor-versions workflow (#158)79f0191chore(deps): bump github/codeql-action/upload-sarif (#156)26a3ae6sync-zizmor-versions: retry up to 5 times (#155)435cb31chore(deps): bump github/codeql-action/upload-sarif (#151)d6cec10Try the new self-referencing syntax (#148)edd9b84README: bump pins (#150)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 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 conditionsSummary by cubic
Bumps
zizmorcore/zizmor-actionfrom 0.6.2 to 0.6.3 in thetestworkflow. The new version sets zizmor 1.30.0 as the default, so the workflow now runs against the updated zizmor release without any config changes.Written for commit b35d5d5. Summary will update on new commits.