Skip to content

ci: add security analysis workflow#87

Merged
Boshen merged 2 commits intomainfrom
codex/add-security-analysis-workflow
Apr 19, 2026
Merged

ci: add security analysis workflow#87
Boshen merged 2 commits intomainfrom
codex/add-security-analysis-workflow

Conversation

@Boshen
Copy link
Copy Markdown
Member

@Boshen Boshen commented Apr 19, 2026

Summary

  • add the canonical Security Analysis workflow using oxc-project/security-action
  • replace legacy zizmor workflow files where present

Testing

  • Not run; workflow-only change.

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 32bf046a51

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

name: Security Analysis
runs-on: ubuntu-latest
steps:
- uses: oxc-project/security-action@fbbd523b1e765ceb174cb819b92c453bb1da265e # v1.0.0
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Pass GitHub token into security-action

This workflow switched from an inline zizmor step (which exported GH_TOKEN) to oxc-project/security-action, but the pinned action runs zizmor without setting GH_TOKEN/GITHUB_TOKEN; as a result, scans run in offline mode and skip API-backed audits, so some workflow issues can be missed while the job still appears green. Please pass ${{ github.token }} to this step (and keep the needed read permissions) so the new workflow preserves the same audit coverage as the previous one.

Useful? React with 👍 / 👎.

@Boshen Boshen merged commit d345d73 into main Apr 19, 2026
3 checks passed
@Boshen Boshen deleted the codex/add-security-analysis-workflow branch April 19, 2026 13:45
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.

1 participant