Skip to content

Fix/ci timeout minutes reusable - #50

Merged
hyperpolymath merged 9 commits into
mainfrom
fix/ci-timeout-minutes-reusable
Sep 18, 2026
Merged

hyperpolymath merged 9 commits into
mainfrom
fix/ci-timeout-minutes-reusable

Conversation

@hyperpolymath

Copy link
Copy Markdown
Owner

Summary

Changes

RSR Quality Checklist

Required

  • Tests pass (just test or equivalent)
  • Code is formatted (just fmt or equivalent)
  • Linter is clean (no new warnings or errors)
  • No banned language patterns (no TypeScript, no npm/bun, no Go/Python)
  • No unsafe blocks without // SAFETY: comments
  • No banned functions (believe_me, unsafeCoerce, Obj.magic, Admitted, sorry)
  • SPDX license headers present on all new/modified source files
  • No secrets, credentials, or .env files included

As Applicable

  • .machine_readable/6a2/STATE.a2ml updated (if project state changed)
  • .machine_readable/6a2/ECOSYSTEM.a2ml updated (if integrations changed)
  • .machine_readable/6a2/META.a2ml updated (if architectural decisions changed)
  • Documentation updated for user-facing changes
  • TOPOLOGY.md updated (if architecture changed)
  • CHANGELOG or release notes updated
  • New dependencies reviewed for license compatibility (MPL-2.0 / MPL-2.0)
  • ABI/FFI changes validated (src/interface/abi/ and src/interface/ffi/ consistent)

Testing

Screenshots

hyperpolymath and others added 8 commits July 7, 2026 21:25
Fixes the OSSF Scorecard workflow, which failed at startup on every run.

**Cause:** reusable-workflow caller missing `security-events: write`+`id-token: write` (reusable perms are capped by the caller), and/or an illegal `timeout-minutes` key on a `uses:` job.

**Fix:** inject caller permissions and/or drop `timeout-minutes`. Pin preserved. Verified with actionlint. Part of an estate-wide Scorecard remediation.

🤖 Generated with Antigravity
…e job permissions

Comprehensive fix for issue hyperpolymath/standards#426:
- Updates all reusable workflow pins from @09e7023d (2026-06-21) to
  @892497fe (2026-08-12 current main) to pick up the permissions fix
- Removes excessive job-level permissions from secret-scanner.yml that
  exceed workflow-level permissions (Bug B)

Files fixed:
- .github/workflows/mirror.yml (SHA update)
- .github/workflows/secret-scanner.yml (SHA update + Bug B permission fix)

Related: hyperpolymath/standards#426, hyperpolymath/standards#528

Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
…s-reusable

# Conflicts:
#	.github/workflows/codeql.yml
Apply principle of least privilege for GITHUB_TOKEN:
- Change top-level permissions to read-only
- Jobs inherit read permissions, can escalate as needed

This resolves Scorecard TokenPermissionsID alerts.

Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
@coderabbitai

coderabbitai Bot commented Sep 18, 2026

Copy link
Copy Markdown

Review Change StackReview Change Stack

Note

Currently processing new changes in this PR. This may take a few minutes, please wait...

⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Advanced

Run ID: 45241db8-5820-44a2-841e-e8ee90d6c485

📥 Commits

Reviewing files that changed from the base of the PR and between 1e65cb3 and a57ec77.

📒 Files selected for processing (3)
  • .github/workflows/dependabot-automerge.yml
  • .github/workflows/scorecard.yml
  • .github/workflows/secret-scanner.yml
 ____________________________________________________________________________________
< Half-Life 3 could have been released by now, but I'm too busy reviewing your code. >
 ------------------------------------------------------------------------------------
  \
   \   \
        \ /\
        ( )
      .( o ).

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

Signed-off-by: Jonathan D.A. Jewell <6759885+hyperpolymath@users.noreply.github.com>
@hyperpolymath
hyperpolymath merged commit ea6dc7e into main Sep 18, 2026
22 of 27 checks passed
@hyperpolymath
hyperpolymath deleted the fix/ci-timeout-minutes-reusable branch September 18, 2026 11:35
@sonarqubecloud

Copy link
Copy Markdown

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.

2 participants