Skip to content

chore(ci): Maximize CI/CD values (Dependabot & Permissions)#1

Merged
hyperpolymath merged 1 commit intomainfrom
chore/cicd-optimizations
Mar 18, 2026
Merged

chore(ci): Maximize CI/CD values (Dependabot & Permissions)#1
hyperpolymath merged 1 commit intomainfrom
chore/cicd-optimizations

Conversation

@hyperpolymath
Copy link
Owner

This automated PR updates your CI/CD configurations to maximize value and security.

  • Dependabot: Ensures github-actions is monitored for updates.
  • Security: Adds permissions: read-all to workflows missing explicit permissions.

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 55d90fa9e0

ℹ️ 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".

# Send a secure trigger to boj-server to build this repository
curl -X POST "http://boj-server.local:7700/cartridges/ssg-mcp/invoke" -H "Content-Type: application/json" -d "{\"repo\": \"${{ github.repository }}\", \"branch\": \"${{ github.ref_name }}\", \"engine\": \"casket\\"}"}
continue-on-error: true
permissions: read-all

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Avoid widening the workflow token to read-all

If this repository or its org uses the restricted default GITHUB_TOKEN policy, this new workflow-level setting expands trigger-boj to every readable permission even though the job only needs to fetch the repo and send a curl request. That is broader than necessary for the current actions/checkout usage and conflicts with the repo's own least-privilege guidance in docs/architecture/THREAT-MODEL.adoc:125, which calls for per-job scoping after a workflow-level default.

Useful? React with 👍 / 👎.

@hyperpolymath hyperpolymath merged commit 2ef9fed into main Mar 18, 2026
13 of 20 checks passed
@hyperpolymath hyperpolymath deleted the chore/cicd-optimizations branch March 18, 2026 21:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant