Skip to content

ci: use maintainer_tools actions for zizmor, codeql, pre-commit-run, and pre-commit-autoupdate#331

Merged
blink1073 merged 3 commits into
Calysto:mainfrom
blink1073:use-new-actions
May 7, 2026
Merged

ci: use maintainer_tools actions for zizmor, codeql, pre-commit-run, and pre-commit-autoupdate#331
blink1073 merged 3 commits into
Calysto:mainfrom
blink1073:use-new-actions

Conversation

@blink1073
Copy link
Copy Markdown
Contributor

@blink1073 blink1073 commented May 7, 2026

References

https://github.com/Calysto/maintainer_tools/releases/tag/v1.3.0

Description

Update CI workflows to use the new composite actions from Calysto/maintainer_tools v1.3.0, and remove the local zizmor config (the new action ships a bundled fallback).

Changes

  • Replace zizmorcore/zizmor-action with Calysto/maintainer_tools/zizmor@v1 in zizmor.yml
  • Replace raw github/codeql-action/init + analyze steps with Calysto/maintainer_tools/codeql@v1 in codeql.yml
  • Replace manual token/checkout/pip/pre-commit/create-pr steps with Calysto/maintainer_tools/pre-commit-autoupdate@v1 in pre-commit-autoupdate.yml
  • Replace just pre-commit --hook-stage=manual with Calysto/maintainer_tools/pre-commit-run@v1 in the static job of test.yml
  • Delete .github/zizmor.yml (the new zizmor action provides a bundled config as fallback)

Backwards-incompatible changes

None

Testing

N/A

AI usage

  • Some or all of the content of this PR was generated by AI.
  • The human author has carefully reviewed this PR and run this code.
  • AI tools and models used: Claude Code (claude-sonnet-4-6)

Comment thread .github/workflows/codeql.yml Fixed
Comment thread .github/workflows/pre-commit-autoupdate.yml Fixed
Comment thread .github/workflows/test.yml Fixed
Comment thread .github/workflows/zizmor.yml Fixed
@blink1073 blink1073 merged commit d8bea28 into Calysto:main May 7, 2026
25 checks passed
@blink1073 blink1073 deleted the use-new-actions branch May 7, 2026 19:20
@codecov
Copy link
Copy Markdown

codecov Bot commented May 7, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.90%. Comparing base (6229ae4) to head (ed994b2).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #331   +/-   ##
=======================================
  Coverage   92.90%   92.90%           
=======================================
  Files           6        6           
  Lines         437      437           
=======================================
  Hits          406      406           
  Misses         31       31           
Flag Coverage Δ
linux 92.67% <ø> (ø)
windows 92.90% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants