Fix zizmor linting failures in GitHub Actions workflows#287
Merged
electrocucaracha merged 3 commits intomasterfrom Mar 12, 2026
Merged
Fix zizmor linting failures in GitHub Actions workflows#287electrocucaracha merged 3 commits intomasterfrom
electrocucaracha merged 3 commits intomasterfrom
Conversation
Co-authored-by: electrocucaracha <2782150+electrocucaracha@users.noreply.github.com>
Co-authored-by: electrocucaracha <2782150+electrocucaracha@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix linting issues using super-linter
Fix zizmor linting failures in GitHub Actions workflows
Mar 12, 2026
Review Summary by QodoFix zizmor linting failures in GitHub Actions workflows
WalkthroughsDescription• Upgrade super-linter to v8.3.1 fixing security vulnerability • Suppress archived-uses warning for cirrus-actions/rebase action • Suppress secrets-outside-env warning for workflow token usage Diagramflowchart LR
A["Linting Issues<br/>Detected"] -->|Upgrade| B["super-linter<br/>v8.3.1"]
A -->|Suppress| C["archived-uses<br/>rebase.yml"]
A -->|Suppress| D["secrets-outside-env<br/>update.yml"]
B --> E["Zizmor Checks<br/>Pass"]
C --> E
D --> E
File Changes1. .github/workflows/linter.yml
|
Code Review by Qodo
1. Archived action warning suppressed
|
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
GITHUB_ACTIONS_ZIZMORsuper-linter check was failing due to one high-severity vulnerability and two medium-severity warnings across three workflow files.Changes
linter.yml: Upgradesuper-linter/super-linterfrom8.2.1→8.3.1to remediate GHSA-r79c-pqj3-577xrebase.yml: Suppressarchived-usesforcirrus-actions/rebase— repository is archived but action remains functional with no viable replacementupdate.yml: Suppresssecrets-outside-envforsecrets.WORKFLOW_TOKEN— intentional fine-grained PAT withcontents:write/workflows:writescopes required for the job📍 Connect Copilot coding agent with Jira, Azure Boards or Linear to delegate work to Copilot in one click without leaving your project management tool.