Skip to content

ci: bump zizmorcore/zizmor-action from 0.6.2 to 0.6.3 in the github-actions group - #698

Merged
jeremy merged 1 commit into
mainfrom
dependabot/github_actions/github-actions-8280b51821
Sep 10, 2026
Merged

ci: bump zizmorcore/zizmor-action from 0.6.2 to 0.6.3 in the github-actions group#698
jeremy merged 1 commit into
mainfrom
dependabot/github_actions/github-actions-8280b51821

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 10, 2026

Copy link
Copy Markdown
Contributor

Bumps the github-actions group with 1 update: zizmorcore/zizmor-action.

Updates zizmorcore/zizmor-action from 0.6.2 to 0.6.3

Release notes

Sourced from zizmorcore/zizmor-action's releases.

v0.6.3

zizmor 1.30.0 is now the default version.

Release notes: zizmorcore/zizmor-action#1300

Commits
  • 70fb788 Sync zizmor versions (#162)
  • 7999d8c chore(deps): bump github/codeql-action/upload-sarif from 4.37.6 to 4.37.7 in ...
  • 2ae1ce9 chore(deps): bump github/codeql-action/upload-sarif (#160)
  • 951a5ee Skip prerelease versions in sync-zizmor-versions workflow (#158)
  • 79f0191 chore(deps): bump github/codeql-action/upload-sarif (#156)
  • 26a3ae6 sync-zizmor-versions: retry up to 5 times (#155)
  • 435cb31 chore(deps): bump github/codeql-action/upload-sarif (#151)
  • d6cec10 Try the new self-referencing syntax (#148)
  • edd9b84 README: bump pins (#150)
  • See full diff in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> 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 <dependency name> 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 <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

Summary by cubic

Bumps zizmorcore/zizmor-action from 0.6.2 to 0.6.3 in the test workflow. 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.

Review in cubic

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>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Sep 10, 2026
Copilot AI balanced review requested due to automatic review settings September 10, 2026 06:11
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Sep 10, 2026
@github-actions github-actions Bot added the ci CI/CD workflows label Sep 10, 2026
@github-actions

Copy link
Copy Markdown

Sensitive Change Detection (shadow mode)

This PR modifies control-plane files:

  • .github/workflows/test.yml

Shadow mode — this check is informational only. When activated, changes to these paths will require approval from a maintainer.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟢 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 run gh pr ready --undo.
Click "Ready for review" or run gh pr ready to 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
jeremy merged commit 6bf77a9 into main Sep 10, 2026
23 of 24 checks passed
@jeremy
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)
jeremy added a commit that referenced this pull request Sep 10, 2026
* 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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci CI/CD workflows dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants