Update GitHub Actions, add zizmor security linter, and configure Dependabot#16
Merged
Update GitHub Actions, add zizmor security linter, and configure Dependabot#16
Conversation
- actions/checkout v4 → v6 - slackapi/slack-github-action v1 → v3 (migrate to new input API) - actions/stale v9 → v10
- Add zizmor workflow as a PR check - Add persist-credentials: false to all checkout steps - Add .zizmor.yml config to disable unpinned-uses and secrets-outside-env (intentional for reusable workflows) - Add inline ignores for template-injection on trusted workflow_call inputs and step outputs
No v0 major version tag exists; pin to latest point release.
|
You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool. What Enabling Code Scanning Means:
For more information about GitHub Code Scanning, check out the documentation. |
f0b77a8 to
589378a
Compare
916bd1d to
f034a56
Compare
Without this, the action runs with default settings and reports unpinned-uses findings that we've intentionally disabled.
f034a56 to
87746e2
Compare
Replace tag references with SHA-pinned references for all actions. Replace blanket unpinned-uses and secrets-outside-env disables with targeted inline ignores where appropriate. Remove .zizmor.yml since no global rule overrides are needed.
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.
Summary
actions/checkoutv4→v6,slackapi/slack-github-actionv1→v3,actions/stalev9→v10slackapi/slack-github-actionfrom v1 to v3 API (env vars → step inputs, JSON → YAML payload)persist-credentials: falseto all checkout steps (artipacked)Test plan