Draft
fix(ci): disable incompatible zizmor workflow lint#527
Conversation
…ctory with 2 updates Bumps the github-actions-dependencies group with 2 updates in the / directory: [github/codeql-action/init](https://github.com/github/codeql-action) and [github/codeql-action/analyze](https://github.com/github/codeql-action). Updates `github/codeql-action/init` from 4.37.8 to 4.37.9 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@db488dd...cdf488f) Updates `github/codeql-action/analyze` from 4.37.8 to 4.37.9 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@db488dd...cdf488f) --- updated-dependencies: - dependency-name: github/codeql-action/init dependency-version: 4.37.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependencies - dependency-name: github/codeql-action/analyze dependency-version: 4.37.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: neilime <314088+neilime@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix failing GitHub Actions job
fix(ci): disable incompatible zizmor workflow lint
Sep 4, 2026
neilime
force-pushed
the
dependabot/github_actions/github-actions-dependencies-f1ba23a83b
branch
from
September 4, 2026 15:50
04d2d88 to
2b80f66
Compare
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.
The failing Actions job was the shared lint step: Super Linter’s
GITHUB_ACTIONS_ZIZMORcheck now aborts on this repository’s workflow patterns before any actionable lint results are produced. This change removes that blocker from the shared CI path without changing the underlying workflows.CI lint configuration
VALIDATE_GITHUB_ACTIONS_ZIZMORin the shared reusable CI workflow.__shared-ci.yml.Intent
zizmorvalidator rather than refactoring workflow/container patterns unrelated to the failing dependency update.