Skip to content

Use self-repository syntax in CI and release workflows - #2704

Merged
j178 merged 3 commits into
masterfrom
self-repo
Sep 9, 2026
Merged

Use self-repository syntax in CI and release workflows#2704
j178 merged 3 commits into
masterfrom
self-repo

Conversation

@j178

@j178 j178 commented Sep 9, 2026

Copy link
Copy Markdown
Owner

Use $/... for all same-repository workflow calls in ci.yml and release.yml to satisfy zizmor's self-repository audit.

Copilot AI lite review requested due to automatic review settings September 9, 2026 08:42
@j178 j178 added the ci CI related label Sep 9, 2026
@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 9, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-09T09:10:04.654507Z d45de84 New commits
ℹ️ 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" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

🟢 Approval recommended

The changes are small, internally consistent with the PR description, and do not introduce any apparent workflow syntax or configuration issues.

Pull request overview

This PR updates the repository’s GitHub Actions CI to use the new self-repository reusable-workflow reference syntax ($/...) and adjusts zizmor’s configuration so generated release.yml continues to be exempt from the corresponding rule until cargo-dist stops emitting ./... references.

Changes:

  • Switch CI reusable workflow invocations from ./.github/workflows/... to $/\.github/workflows/....
  • Configure zizmor to ignore self-repository findings in release.yml (cargo-dist generated).
File summaries
File Description
.github/zizmor.yml Adds a self-repository rule ignore for release.yml to avoid noise from cargo-dist output.
.github/workflows/ci.yml Updates job-level reusable workflow references to use $/ self-repository syntax.
Review details
  • Files reviewed: 2/2 changed files
  • Comments generated: 0
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@codecov

codecov Bot commented Sep 9, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.15%. Comparing base (f39abae) to head (d45de84).
⚠️ Report is 3 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2704      +/-   ##
==========================================
- Coverage   94.16%   94.15%   -0.01%     
==========================================
  Files         142      142              
  Lines       30218    30218              
==========================================
- Hits        28454    28453       -1     
- Misses       1764     1765       +1     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copilot AI review requested due to automatic review settings September 9, 2026 08:54
@j178 j178 changed the title Use self-repository syntax in CI workflows Use self-repository syntax in CI and release workflows Sep 9, 2026
@j178
j178 changed the base branch from master to pypi-attestations September 9, 2026 08:54
@j178
j178 force-pushed the pypi-attestations branch from a6e3b1e to 1a68265 Compare September 9, 2026 08:55

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

🟢 Approval recommended

The workflow call reference updates are consistent across CI and release, and the documentation/comments were updated accordingly.

Review details
  • Files reviewed: 6/6 changed files
  • Comments generated: 0 new
  • Review effort level: Lite

Base automatically changed from pypi-attestations to master September 9, 2026 09:02
@j178
j178 merged commit 2e94443 into master Sep 9, 2026
37 checks passed
@j178
j178 deleted the self-repo branch September 9, 2026 09:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci CI related

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants