DEVOPS-977: use v3 of zizmor github workflows#859
Conversation
There was a problem hiding this comment.
Pull request overview
Updates the repository’s security scan GitHub Actions workflow to use a newer major version of the reusable Zizmor annotation workflow from MiraGeoscience/CI-tools.
Changes:
- Bump
reusable-zizmor-annotate.ymlreusable workflow reference from@v2to@v3in the security scan workflow.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| contents: read | ||
| actions: read | ||
| uses: MiraGeoscience/CI-tools/.github/workflows/reusable-zizmor-annotate.yml@v2 | ||
| uses: MiraGeoscience/CI-tools/.github/workflows/reusable-zizmor-annotate.yml@v3 |
There was a problem hiding this comment.
PR title indicates switching Zizmor GitHub workflows to v3, but this workflow still calls reusable-zizmor-advanced-security.yml@v2 (line 34). Either update the advanced-security reusable workflow to v3 as well (if available) or adjust the PR title/description to reflect that only the annotate workflow was upgraded.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #859 +/- ##
===========================================
+ Coverage 91.18% 91.28% +0.09%
===========================================
Files 115 112 -3
Lines 10298 10369 +71
Branches 1901 1908 +7
===========================================
+ Hits 9390 9465 +75
+ Misses 485 477 -8
- Partials 423 427 +4 🚀 New features to boost your workflow:
|
DEVOPS-977 - Zizmor: Allow trusted tag-pinned github actions