chore(ci): Maximize CI/CD values (Dependabot & Permissions)#19
chore(ci): Maximize CI/CD values (Dependabot & Permissions)#19hyperpolymath 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: 939e4519d9
ℹ️ 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.
Dependabot PRs will be blocked by the workflow linter
Enabling github-actions updates here will make Dependabot open PRs that modify .github/workflows/**, which in turn triggers the pull_request path filter in .github/workflows/workflow-linter.yml:10-12. That job scans all workflows for an SPDX header and SHA-pinned uses entries (.github/workflows/workflow-linter.yml:31-37 and :61-77), but .github/workflows/boj-build.yml still violates both checks at line 1 and line 11. The result is that every action-update PR generated from this config will start red and stay unmergeable until boj-build.yml is fixed, so this automation will not actually keep workflow dependencies updated.
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.