Skip to content

ci: redistribute concurrency-cancel guard to read-only check workflows#60

Merged
hyperpolymath merged 5 commits into
mainfrom
sweep/standards-122-concurrency
May 18, 2026
Merged

ci: redistribute concurrency-cancel guard to read-only check workflows#60
hyperpolymath merged 5 commits into
mainfrom
sweep/standards-122-concurrency

Conversation

@hyperpolymath
Copy link
Copy Markdown
Owner

Redistributes the canonical read-only-check workflow templates that gained concurrency{cancel-in-progress:true} in hyperpolymath/standards#122, so this consumer stops holding account-wide concurrent-job slots on superseded runs. Files updated: codeql.yml governance.yml scorecard-enforcer.yml scorecard.yml secret-scanner.yml. Read-only checks only; no publish/mutation workflow touched.

Refs hyperpolymath/standards#122

Generated with Claude Code

@hyperpolymath hyperpolymath merged commit 02e2328 into main May 18, 2026
@hyperpolymath hyperpolymath deleted the sweep/standards-122-concurrency branch May 18, 2026 11:49
@github-actions
Copy link
Copy Markdown

🔍 Hypatia Security Scan

Findings: 48 issues detected

Severity Count
🔴 Critical 8
🟠 High 25
🟡 Medium 15

⚠️ Action Required: Critical security issues found!

View findings
[
  {
    "reason": "Issue in quality.yml",
    "type": "missing_workflow",
    "file": "quality.yml",
    "action": "create",
    "rule_module": "workflow_audit",
    "severity": "high"
  },
  {
    "reason": "Issue in security-policy.yml",
    "type": "missing_workflow",
    "file": "security-policy.yml",
    "action": "create",
    "rule_module": "workflow_audit",
    "severity": "medium"
  },
  {
    "reason": "Action hyperpolymath/standards/.github/workflows/governance-reusable.yml@main needs attention",
    "type": "unpinned_action",
    "file": "governance.yml",
    "action": "pin_sha",
    "rule_module": "workflow_audit",
    "severity": "high"
  },
  {
    "reason": "No permissions declaration -- add permissions: read-all",
    "type": "missing_permissions",
    "file": "ocaml-core.yml",
    "action": "add_permissions",
    "rule_module": "workflow_audit",
    "severity": "medium"
  },
  {
    "reason": "sorry leaves proof hole (1 occurrences, CWE-704)",
    "type": "sorry",
    "file": "/home/runner/work/wokelang/wokelang/docs/proofs/verification/WokeLang.lean",
    "action": "flag",
    "rule_module": "code_safety",
    "severity": "critical"
  },
  {
    "reason": "unwrap_or(0) with dangerous default (1 occurrences, CWE-754)",
    "type": "unwrap_dangerous_default",
    "file": "/home/runner/work/wokelang/wokelang/src/lsp/handlers/formatting.rs",
    "action": "flag",
    "rule_module": "code_safety",
    "severity": "critical"
  },
  {
    "reason": "unwrap_or(0) with dangerous default (1 occurrences, CWE-754)",
    "type": "unwrap_dangerous_default",
    "file": "/home/runner/work/wokelang/wokelang/src/lsp/utils.rs",
    "action": "flag",
    "rule_module": "code_safety",
    "severity": "critical"
  },
  {
    "reason": "unwrap_or(0) with dangerous default (1 occurrences, CWE-754)",
    "type": "unwrap_dangerous_default",
    "file": "/home/runner/work/wokelang/wokelang/src/lsp/document.rs",
    "action": "flag",
    "rule_module": "code_safety",
    "severity": "critical"
  },
  {
    "reason": "from_raw constructs types from raw pointers without safety checks (3 occurrences, CWE-676)",
    "type": "from_raw",
    "file": "/home/runner/work/wokelang/wokelang/src/ffi/c_api.rs",
    "action": "flag",
    "rule_module": "code_safety",
    "severity": "high"
  },
  {
    "reason": "as_ptr exposes raw pointer that may dangle or alias unsafely (1 occurrences, CWE-676)",
    "type": "as_ptr",
    "file": "/home/runner/work/wokelang/wokelang/src/ffi/c_api.rs",
    "action": "flag",
    "rule_module": "code_safety",
    "severity": "medium"
  }
]

Powered by Hypatia Neurosymbolic CI/CD Intelligence

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