Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

All PR checks failing at zizmor step #191585

Closed
4 of 6 tasks
unitof opened this issue Nov 11, 2024 · 2 comments · Fixed by #191721
Closed
4 of 6 tasks

All PR checks failing at zizmor step #191585

unitof opened this issue Nov 11, 2024 · 2 comments · Fixed by #191721

Comments

@unitof
Copy link
Contributor

unitof commented Nov 11, 2024

Verification

Description of issue

Recently all PR Actions in this repo (homebrew/homebrew-cask) have begun failling, always on the step:

zizmor --format sarif . >results.sarif
  shell: /usr/bin/bash -xeuo pipefail {0}
  env:
    HOMEBREW_DEVELOPER: 1
    HOMEBREW_NO_AUTO_UPDATE: 1
    HOMEBREW_NO_ENV_HINTS: 1
    HOMEBREW_NO_INSTALL_FROM_API: 
    HOMEBREW_GITHUB_API_TOKEN: ***
+ zizmor --format sarif .
Error: Process completed with exit code 14.

or

Run actions/download-artifact@v4
Downloading single artifact
Error: Unable to download artifact(s): Artifact not found for name: results.sarif
        Please ensure that your artifact is not expired and the artifact was uploaded using a compatible version of toolkit/upload-artifact.
        For more information, visit the GitHub Artifacts FAQ: https://github.com/actions/toolkit/blob/main/packages/artifact/docs/faq.md

Examples:

Command that failed

zizmor --format sarif . >results.sarif

Output of command with --verbose --debug

n/a

Output of brew doctor and brew config

n/a

Output of brew tap

n/a
@bevanjkay
Copy link
Member

Thanks @unitof - it's being looked into. Note that it is a non-blocking error because the job is not required in the CI suite, so the failures don't cause any particular trail-on effects for now.

@woodruffw
Copy link
Member

Homebrew/brew#18753 will fix this, once the workflow changes there propagate to the rest of the repos 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants