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: 9b72f7f900
ℹ️ 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 github-actions Dependabot before workflows pass lint
This new github-actions update block will generate PRs against .github/workflows/**, but the repo's own Workflow Security Linter runs on every such PR (.github/workflows/workflow-linter.yml:6-12) and currently rejects boj-build.yml because it still has no SPDX header (workflow-linter.yml:27-40 vs .github/workflows/boj-build.yml:1) and still uses an unpinned actions/checkout@v4 (workflow-linter.yml:61-77 vs boj-build.yml:11). In practice that means this automation will start producing daily action-update PRs that cannot go green or merge until the existing workflow is fixed or excluded.
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.