Skip to content

chore(ci): update CI/CD workflows and permissions#5

Merged
hyperpolymath merged 6 commits intomainfrom
chore/cicd-optimizations
Mar 26, 2026
Merged

chore(ci): update CI/CD workflows and permissions#5
hyperpolymath merged 6 commits intomainfrom
chore/cicd-optimizations

Conversation

@hyperpolymath
Copy link
Copy Markdown
Owner

Updated workflow files, added security checks, improved permissions

hyperpolymath and others added 5 commits March 18, 2026 17:10
Add AI manifest, Trustfile, Dustfile, and assail recipe as part of the
Floor Raise campaign to establish baseline tooling across all repos.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Describes the consent pipeline: intsoc-transactor (check/fix/submit) ->
consent-aware-http (consent middleware, planned) -> branch-newspaper
(publication platform). Documents what each component does and how they
connect.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copy link
Copy Markdown

@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: 5aa86ea05f

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

# Find any uses: lines that don't have @SHA format
# Pattern: uses: owner/repo@<40-char-hex>
unpinned=$(grep -rn "uses:" .github/workflows/ | \
unpinned=$(grep -rnE "^[[:space:]]+uses:" .github/workflows/ | \
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Detect - uses: entries in action-pinning check

Update the grep pattern so it also matches one-line step syntax (- uses: ...). The new regex ^[[:space:]]+uses: only sees lines where uses: is on its own line, so unpinned actions written in the common shorthand form can bypass this linter and the workflow may report “All actions are SHA-pinned” incorrectly.

Useful? React with 👍 / 👎.

@hyperpolymath hyperpolymath merged commit 4c2b60a into main Mar 26, 2026
13 of 15 checks passed
@hyperpolymath hyperpolymath deleted the chore/cicd-optimizations branch March 26, 2026 12:07
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