Skip to content

feat(79894): add zizmor workflow security audit and pin all action SHAs#23

Open
bogdandina wants to merge 6 commits into
mainfrom
feature/79897_add-zizmor-on-ci
Open

feat(79894): add zizmor workflow security audit and pin all action SHAs#23
bogdandina wants to merge 6 commits into
mainfrom
feature/79897_add-zizmor-on-ci

Conversation

@bogdandina
Copy link
Copy Markdown
Contributor

Add a zizmor job to ci.yml that runs on every PR and push to main, auditing all workflow files for unpinned actions, template injection, excessive permissions, and other insecure patterns via zizmorcore/zizmor-action (SARIF results uploaded to GitHub Security tab).

Pin every uses: reference across all four shared workflows to an immutable commit SHA with a human-readable version comment, eliminating the supply-chain risk of mutable tags being silently redirected to malicious commits.

@github-advanced-security
Copy link
Copy Markdown

You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool.

What Enabling Code Scanning Means:

  • The 'Security' tab will display more code scanning analysis results (e.g., for the default branch).
  • Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results.
  • You will be able to see the analysis results for the pull request's branch on this overview once the scans have completed and the checks have passed.

For more information about GitHub Code Scanning, check out the documentation.

Comment thread .github/workflows/ci-cd-java.yml Fixed
Comment thread .github/workflows/ci-cd-kotlin.yml Fixed
Comment thread .github/workflows/ci-cd-typescript.yml Fixed
@bogdandina bogdandina requested a review from haphut May 12, 2026 06:09
Comment thread .github/workflows/ci-cd-typescript.yml Fixed
@haphut
Copy link
Copy Markdown
Contributor

haphut commented May 19, 2026

This seems to overlap with the pinact-pinning PR. After that is in main and functional, let's rebase this PR on main and I'll review it.

bogdandina and others added 6 commits May 19, 2026 22:43
Add a zizmor job to ci.yml that runs on every PR and push to main,
auditing all workflow files for unpinned actions, template injection,
excessive permissions, and other insecure patterns via
zizmorcore/zizmor-action (SARIF results uploaded to GitHub Security tab).

Pin every uses: reference across all four shared workflows to an
immutable commit SHA with a human-readable version comment, eliminating
the supply-chain risk of mutable tags being silently redirected to
malicious commits.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@bogdandina bogdandina force-pushed the feature/79897_add-zizmor-on-ci branch from cab8643 to 48e333e Compare May 19, 2026 19:44
@bogdandina
Copy link
Copy Markdown
Contributor Author

@haphut it is rebased to the latest main. Please review it.

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 this pull request may close these issues.

3 participants