DEVOPS-977: use v3 of zizmor github workflows#859
Open
andrewg-mira wants to merge 1 commit intodevelopfrom
Open
DEVOPS-977: use v3 of zizmor github workflows#859andrewg-mira wants to merge 1 commit intodevelopfrom
andrewg-mira wants to merge 1 commit intodevelopfrom
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
DEVOPS-977 - Zizmor: Allow trusted tag-pinned github actions