ci(gh-actions): resolve zizmor findings#3449
Merged
Merged
Conversation
Fix template-injection and artipacked findings, suppress the intentional dependabot-cooldown warnings. - docker.yaml: move workflow_dispatch inputs into env: so they are no longer expanded into the run: shell (template-injection). - add persist-credentials: false to checkout in the seven workflows that never push to git (artipacked); release.yml keeps credentials. - add .github/zizmor.yml to suppress dependabot-cooldown for the intentional no-cooldown daily update cadence.
graikhel-intel
approved these changes
Jul 20, 2026
graikhel-intel
left a comment
Contributor
There was a problem hiding this comment.
This is the first test PR to address some of the findings reported by Zizmor. If the changes look correct, Madhavi plans to apply the same fixes to the other repositories. Additional PRs will follow to address the remaining findings.
|
🎉 This PR is included in version 3.61.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Contributor
|
@madhavilosetty-intel with this merged, I don’t see any remaining These changes also don’t appear to be breaking anything in our releases. |
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.
Fix template-injection and artipacked findings, suppress the intentional dependabot-cooldown warnings.
PR Checklist
What are you changing?
Anything the reviewer should know when reviewing this PR?
If the there are associated PRs in other repositories, please link them here (i.e. device-management-toolkit/repo#365 )