Skip to content

refactor: migrate Markdown to AsciiDoc (#305) #574

refactor: migrate Markdown to AsciiDoc (#305)

refactor: migrate Markdown to AsciiDoc (#305) #574

Workflow file for this run

# SPDX-License-Identifier: MPL-2.0
# This workflow is managed by gh actions-lock.
# governance.yml — single wrapper calling the shared estate governance bundle
# in hyperpolymath/standards instead of carrying per-repo copies.
#
# Replaces the per-repo governance scaffolding removed in the same commit:
# quality.yml, guix-guix-policy.yml, npm-bun-blocker.yml, ts-blocker.yml,
# security-policy.yml, rsr-antipattern.yml, wellknown-enforcement.yml,
# workflow-linter.yml
#
# Load-bearing build/security workflows stay standalone in the repo
# (rust-ci, codeql, dependabot, release, scan/mirror/pages plumbing).
name: Governance
on:
push:
branches: [main, master]
pull_request:
workflow_dispatch:
# Estate guardrail: cancel superseded runs so re-pushes / rebased PR
# updates don't pile up queued runs. Safe — governance is read-only
# policy linting with no publish or mutation.
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
governance:
# Pinned to a SHA (not @main) per the estate supply-chain policy —
# matches the sibling repos' pin (e.g. ochrance-framework). Bump
# deliberately, never float: an unpinned reusable workflow is an
# unpinned trust boundary. mirror.yml / scorecard.yml already pin.
uses: hyperpolymath/standards/.github/workflows/governance-reusable.yml@7fdc2705df74b4e352d2a1cde3e87a5923fdf329

Check failure on line 38 in .github/workflows/governance.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/governance.yml

Invalid workflow file

error parsing called workflow ".github/workflows/governance.yml" -> "hyperpolymath/standards/.github/workflows/governance-reusable.yml@7fdc2705df74b4e352d2a1cde3e87a5923fdf329" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.