chore(ci): Maximize CI/CD values (Dependabot & Permissions)#1
chore(ci): Maximize CI/CD values (Dependabot & Permissions)#1hyperpolymath wants to merge 3 commits intomainfrom
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: c577d04a66
ℹ️ 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" | ||
| groups: | ||
| actions: | ||
| patterns: | ||
| - "*" |
There was a problem hiding this comment.
Hold off on GitHub Actions Dependabot until workflows lint clean
Because workflow-linter.yml runs on any PR that touches .github/workflows/** (.github/workflows/workflow-linter.yml:6-12) and then fails if any workflow lacks an SPDX header or uses a non-SHA-pinned action (:27-40, :61-77), enabling daily github-actions updates here will generate PRs that are already red. In the current tree, .github/workflows/boj-build.yml:1 still has no SPDX header and .github/workflows/boj-build.yml:11 still uses actions/checkout@v4, so every Dependabot workflow-update PR created by this config will be unmergeable noise until boj-build.yml is brought into compliance 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.