chore(ci): Maximize CI/CD values (Dependabot & Permissions)#1
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 2f7e004595
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| - package-ecosystem: "github-actions" | ||
| directory: "/" | ||
| schedule: | ||
| interval: "daily" |
There was a problem hiding this comment.
Avoid enabling Dependabot on SHA-pinned GitHub Actions
This repo deliberately pins Actions to full SHAs (.github/workflows/workflow-linter.yml:25, .github/workflows/scorecard-enforcer.yml:21-33) and workflow-linter.yml:61-77 rejects non-SHA uses: lines, but GitHub's own Dependabot docs say github-actions updates rewrite references to the latest released tag even when the workflow currently uses a specific hash. In practice, once this config starts running, its PRs will downgrade those immutable pins to mutable @v* tags and fail the repo's own workflow policy, so the automation added here will generate invalid/security-regressing updates rather than usable ones.
Useful? React with 👍 / 👎.
This automated PR updates your CI/CD configurations to maximize value and security.
github-actionsis monitored for updates.permissions: read-allto workflows missing explicit permissions.