From bae39f8f335767b48d8eb442ab1a845611369c7f Mon Sep 17 00:00:00 2001 From: "Jonathan D.A. Jewell" <6759885+hyperpolymath@users.noreply.github.com> Date: Sat, 19 Sep 2026 20:09:39 +0000 Subject: [PATCH] fix(ci): re-pin the estate reusables to the last accepted standards ref MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Pins at `4e6ffe55`-or-later are rejected by GitHub's dependency-lockfile validation, so the callers that used them could not parse: `conclusion=failure`, **0 jobs**, run name equal to the file's path. `210f14e7` (2026-09-12T17:32:17Z) is the last ref whose pins are accepted — measured by pinning a caller at each candidate and dispatching it, not inferred. This re-points the refs here to that ref. Behaviour is otherwise unchanged; the lockfile in `hyperpolymath/standards` is the thing that has to be regenerated before a forward re-point is safe again, and the estate's own applier (`.github/workflows/apply-workflow-pins.yml`) is what should do that re-pointing once it can run. --- .github/workflows/codeql.yml | 2 +- .github/workflows/governance.yml | 2 +- .github/workflows/hypatia-scan.yml | 2 +- .github/workflows/mirror.yml | 2 +- .github/workflows/scorecard.yml | 2 +- .github/workflows/secret-scanner.yml | 2 +- actions/validate/.github/workflows/codeql.yml | 2 +- actions/validate/.github/workflows/governance.yml | 2 +- actions/validate/.github/workflows/hypatia-scan.yml | 2 +- actions/validate/.github/workflows/mirror.yml | 2 +- actions/validate/.github/workflows/scorecard-enforcer.yml | 2 +- actions/validate/.github/workflows/scorecard.yml | 2 +- actions/validate/.github/workflows/secret-scanner.yml | 2 +- bindings/deno/.github/workflows/codeql.yml | 2 +- bindings/deno/.github/workflows/governance.yml | 2 +- bindings/deno/.github/workflows/hypatia-scan.yml | 2 +- bindings/deno/.github/workflows/mirror.yml | 2 +- bindings/deno/.github/workflows/scorecard-enforcer.yml | 2 +- bindings/deno/.github/workflows/scorecard.yml | 2 +- bindings/deno/.github/workflows/secret-scanner.yml | 2 +- bindings/haskell/.github/workflows/codeql.yml | 2 +- bindings/haskell/.github/workflows/governance.yml | 2 +- bindings/haskell/.github/workflows/hypatia-scan.yml | 2 +- bindings/haskell/.github/workflows/mirror.yml | 2 +- bindings/haskell/.github/workflows/scorecard-enforcer.yml | 2 +- bindings/haskell/.github/workflows/scorecard.yml | 2 +- bindings/haskell/.github/workflows/secret-scanner.yml | 2 +- bindings/rust/.github/workflows/codeql.yml | 2 +- bindings/rust/.github/workflows/governance.yml | 2 +- bindings/rust/.github/workflows/hypatia-scan.yml | 2 +- bindings/rust/.github/workflows/mirror.yml | 2 +- bindings/rust/.github/workflows/scorecard-enforcer.yml | 2 +- bindings/rust/.github/workflows/scorecard.yml | 2 +- bindings/rust/.github/workflows/secret-scanner.yml | 2 +- editors/vscode/.github/workflows/codeql.yml | 2 +- editors/vscode/.github/workflows/governance.yml | 2 +- editors/vscode/.github/workflows/hypatia-scan.yml | 2 +- editors/vscode/.github/workflows/mirror.yml | 2 +- editors/vscode/.github/workflows/scorecard-enforcer.yml | 2 +- editors/vscode/.github/workflows/scorecard.yml | 2 +- editors/vscode/.github/workflows/secret-scanner.yml | 2 +- pandoc/.github/workflows/codeql.yml | 2 +- pandoc/.github/workflows/governance.yml | 2 +- pandoc/.github/workflows/hypatia-scan.yml | 2 +- pandoc/.github/workflows/mirror.yml | 2 +- pandoc/.github/workflows/scorecard-enforcer.yml | 2 +- pandoc/.github/workflows/scorecard.yml | 2 +- pandoc/.github/workflows/secret-scanner.yml | 2 +- 48 files changed, 48 insertions(+), 48 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 215fb76..30e1c0a 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -22,6 +22,6 @@ jobs: actions: read contents: read security-events: write - uses: hyperpolymath/standards/.github/workflows/codeql-reusable.yml@4e6ffe5568d7864f540d99c7d4ea9b9250ed30f2 + uses: hyperpolymath/standards/.github/workflows/codeql-reusable.yml@210f14e753c80064ec1bcae72f1d654dd9b0e687 with: language: javascript-typescript diff --git a/.github/workflows/governance.yml b/.github/workflows/governance.yml index bd68b4c..ff72fbc 100644 --- a/.github/workflows/governance.yml +++ b/.github/workflows/governance.yml @@ -27,4 +27,4 @@ jobs: permissions: actions: read contents: read - uses: hyperpolymath/standards/.github/workflows/governance-reusable.yml@4e6ffe5568d7864f540d99c7d4ea9b9250ed30f2 + uses: hyperpolymath/standards/.github/workflows/governance-reusable.yml@210f14e753c80064ec1bcae72f1d654dd9b0e687 diff --git a/.github/workflows/hypatia-scan.yml b/.github/workflows/hypatia-scan.yml index fbd8812..7acc46b 100644 --- a/.github/workflows/hypatia-scan.yml +++ b/.github/workflows/hypatia-scan.yml @@ -21,5 +21,5 @@ jobs: actions: read contents: read security-events: write - uses: hyperpolymath/standards/.github/workflows/hypatia-scan-reusable.yml@4e6ffe5568d7864f540d99c7d4ea9b9250ed30f2 + uses: hyperpolymath/standards/.github/workflows/hypatia-scan-reusable.yml@210f14e753c80064ec1bcae72f1d654dd9b0e687 secrets: inherit diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index 639988a..d5201b9 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -14,5 +14,5 @@ jobs: permissions: actions: read contents: read - uses: hyperpolymath/standards/.github/workflows/mirror-reusable.yml@4e6ffe5568d7864f540d99c7d4ea9b9250ed30f2 + uses: hyperpolymath/standards/.github/workflows/mirror-reusable.yml@210f14e753c80064ec1bcae72f1d654dd9b0e687 secrets: inherit diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 31924ff..434aa88 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -23,5 +23,5 @@ jobs: permissions: contents: read security-events: write - uses: hyperpolymath/standards/.github/workflows/scorecard-reusable.yml@4e6ffe5568d7864f540d99c7d4ea9b9250ed30f2 + uses: hyperpolymath/standards/.github/workflows/scorecard-reusable.yml@210f14e753c80064ec1bcae72f1d654dd9b0e687 secrets: inherit diff --git a/.github/workflows/secret-scanner.yml b/.github/workflows/secret-scanner.yml index 682b409..2966fe5 100644 --- a/.github/workflows/secret-scanner.yml +++ b/.github/workflows/secret-scanner.yml @@ -17,5 +17,5 @@ jobs: scan: permissions: contents: read - uses: hyperpolymath/standards/.github/workflows/secret-scanner-reusable.yml@4e6ffe5568d7864f540d99c7d4ea9b9250ed30f2 + uses: hyperpolymath/standards/.github/workflows/secret-scanner-reusable.yml@210f14e753c80064ec1bcae72f1d654dd9b0e687 secrets: inherit diff --git a/actions/validate/.github/workflows/codeql.yml b/actions/validate/.github/workflows/codeql.yml index e6bdb0e..90f0622 100644 --- a/actions/validate/.github/workflows/codeql.yml +++ b/actions/validate/.github/workflows/codeql.yml @@ -22,6 +22,6 @@ jobs: actions: read contents: read security-events: write - uses: hyperpolymath/standards/.github/workflows/codeql-reusable.yml@4e6ffe5568d7864f540d99c7d4ea9b9250ed30f2 + uses: hyperpolymath/standards/.github/workflows/codeql-reusable.yml@210f14e753c80064ec1bcae72f1d654dd9b0e687 with: language: javascript-typescript diff --git a/actions/validate/.github/workflows/governance.yml b/actions/validate/.github/workflows/governance.yml index bd68b4c..ff72fbc 100644 --- a/actions/validate/.github/workflows/governance.yml +++ b/actions/validate/.github/workflows/governance.yml @@ -27,4 +27,4 @@ jobs: permissions: actions: read contents: read - uses: hyperpolymath/standards/.github/workflows/governance-reusable.yml@4e6ffe5568d7864f540d99c7d4ea9b9250ed30f2 + uses: hyperpolymath/standards/.github/workflows/governance-reusable.yml@210f14e753c80064ec1bcae72f1d654dd9b0e687 diff --git a/actions/validate/.github/workflows/hypatia-scan.yml b/actions/validate/.github/workflows/hypatia-scan.yml index fbd8812..7acc46b 100644 --- a/actions/validate/.github/workflows/hypatia-scan.yml +++ b/actions/validate/.github/workflows/hypatia-scan.yml @@ -21,5 +21,5 @@ jobs: actions: read contents: read security-events: write - uses: hyperpolymath/standards/.github/workflows/hypatia-scan-reusable.yml@4e6ffe5568d7864f540d99c7d4ea9b9250ed30f2 + uses: hyperpolymath/standards/.github/workflows/hypatia-scan-reusable.yml@210f14e753c80064ec1bcae72f1d654dd9b0e687 secrets: inherit diff --git a/actions/validate/.github/workflows/mirror.yml b/actions/validate/.github/workflows/mirror.yml index 639988a..d5201b9 100644 --- a/actions/validate/.github/workflows/mirror.yml +++ b/actions/validate/.github/workflows/mirror.yml @@ -14,5 +14,5 @@ jobs: permissions: actions: read contents: read - uses: hyperpolymath/standards/.github/workflows/mirror-reusable.yml@4e6ffe5568d7864f540d99c7d4ea9b9250ed30f2 + uses: hyperpolymath/standards/.github/workflows/mirror-reusable.yml@210f14e753c80064ec1bcae72f1d654dd9b0e687 secrets: inherit diff --git a/actions/validate/.github/workflows/scorecard-enforcer.yml b/actions/validate/.github/workflows/scorecard-enforcer.yml index 57bcadd..7b8e069 100644 --- a/actions/validate/.github/workflows/scorecard-enforcer.yml +++ b/actions/validate/.github/workflows/scorecard-enforcer.yml @@ -17,4 +17,4 @@ jobs: permissions: contents: read security-events: write - uses: hyperpolymath/standards/.github/workflows/scorecard-reusable.yml@4e6ffe5568d7864f540d99c7d4ea9b9250ed30f2 + uses: hyperpolymath/standards/.github/workflows/scorecard-reusable.yml@210f14e753c80064ec1bcae72f1d654dd9b0e687 diff --git a/actions/validate/.github/workflows/scorecard.yml b/actions/validate/.github/workflows/scorecard.yml index 31924ff..434aa88 100644 --- a/actions/validate/.github/workflows/scorecard.yml +++ b/actions/validate/.github/workflows/scorecard.yml @@ -23,5 +23,5 @@ jobs: permissions: contents: read security-events: write - uses: hyperpolymath/standards/.github/workflows/scorecard-reusable.yml@4e6ffe5568d7864f540d99c7d4ea9b9250ed30f2 + uses: hyperpolymath/standards/.github/workflows/scorecard-reusable.yml@210f14e753c80064ec1bcae72f1d654dd9b0e687 secrets: inherit diff --git a/actions/validate/.github/workflows/secret-scanner.yml b/actions/validate/.github/workflows/secret-scanner.yml index 682b409..2966fe5 100644 --- a/actions/validate/.github/workflows/secret-scanner.yml +++ b/actions/validate/.github/workflows/secret-scanner.yml @@ -17,5 +17,5 @@ jobs: scan: permissions: contents: read - uses: hyperpolymath/standards/.github/workflows/secret-scanner-reusable.yml@4e6ffe5568d7864f540d99c7d4ea9b9250ed30f2 + uses: hyperpolymath/standards/.github/workflows/secret-scanner-reusable.yml@210f14e753c80064ec1bcae72f1d654dd9b0e687 secrets: inherit diff --git a/bindings/deno/.github/workflows/codeql.yml b/bindings/deno/.github/workflows/codeql.yml index e6bdb0e..90f0622 100644 --- a/bindings/deno/.github/workflows/codeql.yml +++ b/bindings/deno/.github/workflows/codeql.yml @@ -22,6 +22,6 @@ jobs: actions: read contents: read security-events: write - uses: hyperpolymath/standards/.github/workflows/codeql-reusable.yml@4e6ffe5568d7864f540d99c7d4ea9b9250ed30f2 + uses: hyperpolymath/standards/.github/workflows/codeql-reusable.yml@210f14e753c80064ec1bcae72f1d654dd9b0e687 with: language: javascript-typescript diff --git a/bindings/deno/.github/workflows/governance.yml b/bindings/deno/.github/workflows/governance.yml index bd68b4c..ff72fbc 100644 --- a/bindings/deno/.github/workflows/governance.yml +++ b/bindings/deno/.github/workflows/governance.yml @@ -27,4 +27,4 @@ jobs: permissions: actions: read contents: read - uses: hyperpolymath/standards/.github/workflows/governance-reusable.yml@4e6ffe5568d7864f540d99c7d4ea9b9250ed30f2 + uses: hyperpolymath/standards/.github/workflows/governance-reusable.yml@210f14e753c80064ec1bcae72f1d654dd9b0e687 diff --git a/bindings/deno/.github/workflows/hypatia-scan.yml b/bindings/deno/.github/workflows/hypatia-scan.yml index fbd8812..7acc46b 100644 --- a/bindings/deno/.github/workflows/hypatia-scan.yml +++ b/bindings/deno/.github/workflows/hypatia-scan.yml @@ -21,5 +21,5 @@ jobs: actions: read contents: read security-events: write - uses: hyperpolymath/standards/.github/workflows/hypatia-scan-reusable.yml@4e6ffe5568d7864f540d99c7d4ea9b9250ed30f2 + uses: hyperpolymath/standards/.github/workflows/hypatia-scan-reusable.yml@210f14e753c80064ec1bcae72f1d654dd9b0e687 secrets: inherit diff --git a/bindings/deno/.github/workflows/mirror.yml b/bindings/deno/.github/workflows/mirror.yml index 639988a..d5201b9 100644 --- a/bindings/deno/.github/workflows/mirror.yml +++ b/bindings/deno/.github/workflows/mirror.yml @@ -14,5 +14,5 @@ jobs: permissions: actions: read contents: read - uses: hyperpolymath/standards/.github/workflows/mirror-reusable.yml@4e6ffe5568d7864f540d99c7d4ea9b9250ed30f2 + uses: hyperpolymath/standards/.github/workflows/mirror-reusable.yml@210f14e753c80064ec1bcae72f1d654dd9b0e687 secrets: inherit diff --git a/bindings/deno/.github/workflows/scorecard-enforcer.yml b/bindings/deno/.github/workflows/scorecard-enforcer.yml index 57bcadd..7b8e069 100644 --- a/bindings/deno/.github/workflows/scorecard-enforcer.yml +++ b/bindings/deno/.github/workflows/scorecard-enforcer.yml @@ -17,4 +17,4 @@ jobs: permissions: contents: read security-events: write - uses: hyperpolymath/standards/.github/workflows/scorecard-reusable.yml@4e6ffe5568d7864f540d99c7d4ea9b9250ed30f2 + uses: hyperpolymath/standards/.github/workflows/scorecard-reusable.yml@210f14e753c80064ec1bcae72f1d654dd9b0e687 diff --git a/bindings/deno/.github/workflows/scorecard.yml b/bindings/deno/.github/workflows/scorecard.yml index 31924ff..434aa88 100644 --- a/bindings/deno/.github/workflows/scorecard.yml +++ b/bindings/deno/.github/workflows/scorecard.yml @@ -23,5 +23,5 @@ jobs: permissions: contents: read security-events: write - uses: hyperpolymath/standards/.github/workflows/scorecard-reusable.yml@4e6ffe5568d7864f540d99c7d4ea9b9250ed30f2 + uses: hyperpolymath/standards/.github/workflows/scorecard-reusable.yml@210f14e753c80064ec1bcae72f1d654dd9b0e687 secrets: inherit diff --git a/bindings/deno/.github/workflows/secret-scanner.yml b/bindings/deno/.github/workflows/secret-scanner.yml index 682b409..2966fe5 100644 --- a/bindings/deno/.github/workflows/secret-scanner.yml +++ b/bindings/deno/.github/workflows/secret-scanner.yml @@ -17,5 +17,5 @@ jobs: scan: permissions: contents: read - uses: hyperpolymath/standards/.github/workflows/secret-scanner-reusable.yml@4e6ffe5568d7864f540d99c7d4ea9b9250ed30f2 + uses: hyperpolymath/standards/.github/workflows/secret-scanner-reusable.yml@210f14e753c80064ec1bcae72f1d654dd9b0e687 secrets: inherit diff --git a/bindings/haskell/.github/workflows/codeql.yml b/bindings/haskell/.github/workflows/codeql.yml index e6bdb0e..90f0622 100644 --- a/bindings/haskell/.github/workflows/codeql.yml +++ b/bindings/haskell/.github/workflows/codeql.yml @@ -22,6 +22,6 @@ jobs: actions: read contents: read security-events: write - uses: hyperpolymath/standards/.github/workflows/codeql-reusable.yml@4e6ffe5568d7864f540d99c7d4ea9b9250ed30f2 + uses: hyperpolymath/standards/.github/workflows/codeql-reusable.yml@210f14e753c80064ec1bcae72f1d654dd9b0e687 with: language: javascript-typescript diff --git a/bindings/haskell/.github/workflows/governance.yml b/bindings/haskell/.github/workflows/governance.yml index bd68b4c..ff72fbc 100644 --- a/bindings/haskell/.github/workflows/governance.yml +++ b/bindings/haskell/.github/workflows/governance.yml @@ -27,4 +27,4 @@ jobs: permissions: actions: read contents: read - uses: hyperpolymath/standards/.github/workflows/governance-reusable.yml@4e6ffe5568d7864f540d99c7d4ea9b9250ed30f2 + uses: hyperpolymath/standards/.github/workflows/governance-reusable.yml@210f14e753c80064ec1bcae72f1d654dd9b0e687 diff --git a/bindings/haskell/.github/workflows/hypatia-scan.yml b/bindings/haskell/.github/workflows/hypatia-scan.yml index fbd8812..7acc46b 100644 --- a/bindings/haskell/.github/workflows/hypatia-scan.yml +++ b/bindings/haskell/.github/workflows/hypatia-scan.yml @@ -21,5 +21,5 @@ jobs: actions: read contents: read security-events: write - uses: hyperpolymath/standards/.github/workflows/hypatia-scan-reusable.yml@4e6ffe5568d7864f540d99c7d4ea9b9250ed30f2 + uses: hyperpolymath/standards/.github/workflows/hypatia-scan-reusable.yml@210f14e753c80064ec1bcae72f1d654dd9b0e687 secrets: inherit diff --git a/bindings/haskell/.github/workflows/mirror.yml b/bindings/haskell/.github/workflows/mirror.yml index 639988a..d5201b9 100644 --- a/bindings/haskell/.github/workflows/mirror.yml +++ b/bindings/haskell/.github/workflows/mirror.yml @@ -14,5 +14,5 @@ jobs: permissions: actions: read contents: read - uses: hyperpolymath/standards/.github/workflows/mirror-reusable.yml@4e6ffe5568d7864f540d99c7d4ea9b9250ed30f2 + uses: hyperpolymath/standards/.github/workflows/mirror-reusable.yml@210f14e753c80064ec1bcae72f1d654dd9b0e687 secrets: inherit diff --git a/bindings/haskell/.github/workflows/scorecard-enforcer.yml b/bindings/haskell/.github/workflows/scorecard-enforcer.yml index 57bcadd..7b8e069 100644 --- a/bindings/haskell/.github/workflows/scorecard-enforcer.yml +++ b/bindings/haskell/.github/workflows/scorecard-enforcer.yml @@ -17,4 +17,4 @@ jobs: permissions: contents: read security-events: write - uses: hyperpolymath/standards/.github/workflows/scorecard-reusable.yml@4e6ffe5568d7864f540d99c7d4ea9b9250ed30f2 + uses: hyperpolymath/standards/.github/workflows/scorecard-reusable.yml@210f14e753c80064ec1bcae72f1d654dd9b0e687 diff --git a/bindings/haskell/.github/workflows/scorecard.yml b/bindings/haskell/.github/workflows/scorecard.yml index 31924ff..434aa88 100644 --- a/bindings/haskell/.github/workflows/scorecard.yml +++ b/bindings/haskell/.github/workflows/scorecard.yml @@ -23,5 +23,5 @@ jobs: permissions: contents: read security-events: write - uses: hyperpolymath/standards/.github/workflows/scorecard-reusable.yml@4e6ffe5568d7864f540d99c7d4ea9b9250ed30f2 + uses: hyperpolymath/standards/.github/workflows/scorecard-reusable.yml@210f14e753c80064ec1bcae72f1d654dd9b0e687 secrets: inherit diff --git a/bindings/haskell/.github/workflows/secret-scanner.yml b/bindings/haskell/.github/workflows/secret-scanner.yml index 682b409..2966fe5 100644 --- a/bindings/haskell/.github/workflows/secret-scanner.yml +++ b/bindings/haskell/.github/workflows/secret-scanner.yml @@ -17,5 +17,5 @@ jobs: scan: permissions: contents: read - uses: hyperpolymath/standards/.github/workflows/secret-scanner-reusable.yml@4e6ffe5568d7864f540d99c7d4ea9b9250ed30f2 + uses: hyperpolymath/standards/.github/workflows/secret-scanner-reusable.yml@210f14e753c80064ec1bcae72f1d654dd9b0e687 secrets: inherit diff --git a/bindings/rust/.github/workflows/codeql.yml b/bindings/rust/.github/workflows/codeql.yml index e6bdb0e..90f0622 100644 --- a/bindings/rust/.github/workflows/codeql.yml +++ b/bindings/rust/.github/workflows/codeql.yml @@ -22,6 +22,6 @@ jobs: actions: read contents: read security-events: write - uses: hyperpolymath/standards/.github/workflows/codeql-reusable.yml@4e6ffe5568d7864f540d99c7d4ea9b9250ed30f2 + uses: hyperpolymath/standards/.github/workflows/codeql-reusable.yml@210f14e753c80064ec1bcae72f1d654dd9b0e687 with: language: javascript-typescript diff --git a/bindings/rust/.github/workflows/governance.yml b/bindings/rust/.github/workflows/governance.yml index bd68b4c..ff72fbc 100644 --- a/bindings/rust/.github/workflows/governance.yml +++ b/bindings/rust/.github/workflows/governance.yml @@ -27,4 +27,4 @@ jobs: permissions: actions: read contents: read - uses: hyperpolymath/standards/.github/workflows/governance-reusable.yml@4e6ffe5568d7864f540d99c7d4ea9b9250ed30f2 + uses: hyperpolymath/standards/.github/workflows/governance-reusable.yml@210f14e753c80064ec1bcae72f1d654dd9b0e687 diff --git a/bindings/rust/.github/workflows/hypatia-scan.yml b/bindings/rust/.github/workflows/hypatia-scan.yml index fbd8812..7acc46b 100644 --- a/bindings/rust/.github/workflows/hypatia-scan.yml +++ b/bindings/rust/.github/workflows/hypatia-scan.yml @@ -21,5 +21,5 @@ jobs: actions: read contents: read security-events: write - uses: hyperpolymath/standards/.github/workflows/hypatia-scan-reusable.yml@4e6ffe5568d7864f540d99c7d4ea9b9250ed30f2 + uses: hyperpolymath/standards/.github/workflows/hypatia-scan-reusable.yml@210f14e753c80064ec1bcae72f1d654dd9b0e687 secrets: inherit diff --git a/bindings/rust/.github/workflows/mirror.yml b/bindings/rust/.github/workflows/mirror.yml index 639988a..d5201b9 100644 --- a/bindings/rust/.github/workflows/mirror.yml +++ b/bindings/rust/.github/workflows/mirror.yml @@ -14,5 +14,5 @@ jobs: permissions: actions: read contents: read - uses: hyperpolymath/standards/.github/workflows/mirror-reusable.yml@4e6ffe5568d7864f540d99c7d4ea9b9250ed30f2 + uses: hyperpolymath/standards/.github/workflows/mirror-reusable.yml@210f14e753c80064ec1bcae72f1d654dd9b0e687 secrets: inherit diff --git a/bindings/rust/.github/workflows/scorecard-enforcer.yml b/bindings/rust/.github/workflows/scorecard-enforcer.yml index 57bcadd..7b8e069 100644 --- a/bindings/rust/.github/workflows/scorecard-enforcer.yml +++ b/bindings/rust/.github/workflows/scorecard-enforcer.yml @@ -17,4 +17,4 @@ jobs: permissions: contents: read security-events: write - uses: hyperpolymath/standards/.github/workflows/scorecard-reusable.yml@4e6ffe5568d7864f540d99c7d4ea9b9250ed30f2 + uses: hyperpolymath/standards/.github/workflows/scorecard-reusable.yml@210f14e753c80064ec1bcae72f1d654dd9b0e687 diff --git a/bindings/rust/.github/workflows/scorecard.yml b/bindings/rust/.github/workflows/scorecard.yml index 31924ff..434aa88 100644 --- a/bindings/rust/.github/workflows/scorecard.yml +++ b/bindings/rust/.github/workflows/scorecard.yml @@ -23,5 +23,5 @@ jobs: permissions: contents: read security-events: write - uses: hyperpolymath/standards/.github/workflows/scorecard-reusable.yml@4e6ffe5568d7864f540d99c7d4ea9b9250ed30f2 + uses: hyperpolymath/standards/.github/workflows/scorecard-reusable.yml@210f14e753c80064ec1bcae72f1d654dd9b0e687 secrets: inherit diff --git a/bindings/rust/.github/workflows/secret-scanner.yml b/bindings/rust/.github/workflows/secret-scanner.yml index 682b409..2966fe5 100644 --- a/bindings/rust/.github/workflows/secret-scanner.yml +++ b/bindings/rust/.github/workflows/secret-scanner.yml @@ -17,5 +17,5 @@ jobs: scan: permissions: contents: read - uses: hyperpolymath/standards/.github/workflows/secret-scanner-reusable.yml@4e6ffe5568d7864f540d99c7d4ea9b9250ed30f2 + uses: hyperpolymath/standards/.github/workflows/secret-scanner-reusable.yml@210f14e753c80064ec1bcae72f1d654dd9b0e687 secrets: inherit diff --git a/editors/vscode/.github/workflows/codeql.yml b/editors/vscode/.github/workflows/codeql.yml index e6bdb0e..90f0622 100644 --- a/editors/vscode/.github/workflows/codeql.yml +++ b/editors/vscode/.github/workflows/codeql.yml @@ -22,6 +22,6 @@ jobs: actions: read contents: read security-events: write - uses: hyperpolymath/standards/.github/workflows/codeql-reusable.yml@4e6ffe5568d7864f540d99c7d4ea9b9250ed30f2 + uses: hyperpolymath/standards/.github/workflows/codeql-reusable.yml@210f14e753c80064ec1bcae72f1d654dd9b0e687 with: language: javascript-typescript diff --git a/editors/vscode/.github/workflows/governance.yml b/editors/vscode/.github/workflows/governance.yml index bd68b4c..ff72fbc 100644 --- a/editors/vscode/.github/workflows/governance.yml +++ b/editors/vscode/.github/workflows/governance.yml @@ -27,4 +27,4 @@ jobs: permissions: actions: read contents: read - uses: hyperpolymath/standards/.github/workflows/governance-reusable.yml@4e6ffe5568d7864f540d99c7d4ea9b9250ed30f2 + uses: hyperpolymath/standards/.github/workflows/governance-reusable.yml@210f14e753c80064ec1bcae72f1d654dd9b0e687 diff --git a/editors/vscode/.github/workflows/hypatia-scan.yml b/editors/vscode/.github/workflows/hypatia-scan.yml index fbd8812..7acc46b 100644 --- a/editors/vscode/.github/workflows/hypatia-scan.yml +++ b/editors/vscode/.github/workflows/hypatia-scan.yml @@ -21,5 +21,5 @@ jobs: actions: read contents: read security-events: write - uses: hyperpolymath/standards/.github/workflows/hypatia-scan-reusable.yml@4e6ffe5568d7864f540d99c7d4ea9b9250ed30f2 + uses: hyperpolymath/standards/.github/workflows/hypatia-scan-reusable.yml@210f14e753c80064ec1bcae72f1d654dd9b0e687 secrets: inherit diff --git a/editors/vscode/.github/workflows/mirror.yml b/editors/vscode/.github/workflows/mirror.yml index 639988a..d5201b9 100644 --- a/editors/vscode/.github/workflows/mirror.yml +++ b/editors/vscode/.github/workflows/mirror.yml @@ -14,5 +14,5 @@ jobs: permissions: actions: read contents: read - uses: hyperpolymath/standards/.github/workflows/mirror-reusable.yml@4e6ffe5568d7864f540d99c7d4ea9b9250ed30f2 + uses: hyperpolymath/standards/.github/workflows/mirror-reusable.yml@210f14e753c80064ec1bcae72f1d654dd9b0e687 secrets: inherit diff --git a/editors/vscode/.github/workflows/scorecard-enforcer.yml b/editors/vscode/.github/workflows/scorecard-enforcer.yml index 57bcadd..7b8e069 100644 --- a/editors/vscode/.github/workflows/scorecard-enforcer.yml +++ b/editors/vscode/.github/workflows/scorecard-enforcer.yml @@ -17,4 +17,4 @@ jobs: permissions: contents: read security-events: write - uses: hyperpolymath/standards/.github/workflows/scorecard-reusable.yml@4e6ffe5568d7864f540d99c7d4ea9b9250ed30f2 + uses: hyperpolymath/standards/.github/workflows/scorecard-reusable.yml@210f14e753c80064ec1bcae72f1d654dd9b0e687 diff --git a/editors/vscode/.github/workflows/scorecard.yml b/editors/vscode/.github/workflows/scorecard.yml index 31924ff..434aa88 100644 --- a/editors/vscode/.github/workflows/scorecard.yml +++ b/editors/vscode/.github/workflows/scorecard.yml @@ -23,5 +23,5 @@ jobs: permissions: contents: read security-events: write - uses: hyperpolymath/standards/.github/workflows/scorecard-reusable.yml@4e6ffe5568d7864f540d99c7d4ea9b9250ed30f2 + uses: hyperpolymath/standards/.github/workflows/scorecard-reusable.yml@210f14e753c80064ec1bcae72f1d654dd9b0e687 secrets: inherit diff --git a/editors/vscode/.github/workflows/secret-scanner.yml b/editors/vscode/.github/workflows/secret-scanner.yml index 682b409..2966fe5 100644 --- a/editors/vscode/.github/workflows/secret-scanner.yml +++ b/editors/vscode/.github/workflows/secret-scanner.yml @@ -17,5 +17,5 @@ jobs: scan: permissions: contents: read - uses: hyperpolymath/standards/.github/workflows/secret-scanner-reusable.yml@4e6ffe5568d7864f540d99c7d4ea9b9250ed30f2 + uses: hyperpolymath/standards/.github/workflows/secret-scanner-reusable.yml@210f14e753c80064ec1bcae72f1d654dd9b0e687 secrets: inherit diff --git a/pandoc/.github/workflows/codeql.yml b/pandoc/.github/workflows/codeql.yml index e6bdb0e..90f0622 100644 --- a/pandoc/.github/workflows/codeql.yml +++ b/pandoc/.github/workflows/codeql.yml @@ -22,6 +22,6 @@ jobs: actions: read contents: read security-events: write - uses: hyperpolymath/standards/.github/workflows/codeql-reusable.yml@4e6ffe5568d7864f540d99c7d4ea9b9250ed30f2 + uses: hyperpolymath/standards/.github/workflows/codeql-reusable.yml@210f14e753c80064ec1bcae72f1d654dd9b0e687 with: language: javascript-typescript diff --git a/pandoc/.github/workflows/governance.yml b/pandoc/.github/workflows/governance.yml index bd68b4c..ff72fbc 100644 --- a/pandoc/.github/workflows/governance.yml +++ b/pandoc/.github/workflows/governance.yml @@ -27,4 +27,4 @@ jobs: permissions: actions: read contents: read - uses: hyperpolymath/standards/.github/workflows/governance-reusable.yml@4e6ffe5568d7864f540d99c7d4ea9b9250ed30f2 + uses: hyperpolymath/standards/.github/workflows/governance-reusable.yml@210f14e753c80064ec1bcae72f1d654dd9b0e687 diff --git a/pandoc/.github/workflows/hypatia-scan.yml b/pandoc/.github/workflows/hypatia-scan.yml index fbd8812..7acc46b 100644 --- a/pandoc/.github/workflows/hypatia-scan.yml +++ b/pandoc/.github/workflows/hypatia-scan.yml @@ -21,5 +21,5 @@ jobs: actions: read contents: read security-events: write - uses: hyperpolymath/standards/.github/workflows/hypatia-scan-reusable.yml@4e6ffe5568d7864f540d99c7d4ea9b9250ed30f2 + uses: hyperpolymath/standards/.github/workflows/hypatia-scan-reusable.yml@210f14e753c80064ec1bcae72f1d654dd9b0e687 secrets: inherit diff --git a/pandoc/.github/workflows/mirror.yml b/pandoc/.github/workflows/mirror.yml index 639988a..d5201b9 100644 --- a/pandoc/.github/workflows/mirror.yml +++ b/pandoc/.github/workflows/mirror.yml @@ -14,5 +14,5 @@ jobs: permissions: actions: read contents: read - uses: hyperpolymath/standards/.github/workflows/mirror-reusable.yml@4e6ffe5568d7864f540d99c7d4ea9b9250ed30f2 + uses: hyperpolymath/standards/.github/workflows/mirror-reusable.yml@210f14e753c80064ec1bcae72f1d654dd9b0e687 secrets: inherit diff --git a/pandoc/.github/workflows/scorecard-enforcer.yml b/pandoc/.github/workflows/scorecard-enforcer.yml index 57bcadd..7b8e069 100644 --- a/pandoc/.github/workflows/scorecard-enforcer.yml +++ b/pandoc/.github/workflows/scorecard-enforcer.yml @@ -17,4 +17,4 @@ jobs: permissions: contents: read security-events: write - uses: hyperpolymath/standards/.github/workflows/scorecard-reusable.yml@4e6ffe5568d7864f540d99c7d4ea9b9250ed30f2 + uses: hyperpolymath/standards/.github/workflows/scorecard-reusable.yml@210f14e753c80064ec1bcae72f1d654dd9b0e687 diff --git a/pandoc/.github/workflows/scorecard.yml b/pandoc/.github/workflows/scorecard.yml index 31924ff..434aa88 100644 --- a/pandoc/.github/workflows/scorecard.yml +++ b/pandoc/.github/workflows/scorecard.yml @@ -23,5 +23,5 @@ jobs: permissions: contents: read security-events: write - uses: hyperpolymath/standards/.github/workflows/scorecard-reusable.yml@4e6ffe5568d7864f540d99c7d4ea9b9250ed30f2 + uses: hyperpolymath/standards/.github/workflows/scorecard-reusable.yml@210f14e753c80064ec1bcae72f1d654dd9b0e687 secrets: inherit diff --git a/pandoc/.github/workflows/secret-scanner.yml b/pandoc/.github/workflows/secret-scanner.yml index 682b409..2966fe5 100644 --- a/pandoc/.github/workflows/secret-scanner.yml +++ b/pandoc/.github/workflows/secret-scanner.yml @@ -17,5 +17,5 @@ jobs: scan: permissions: contents: read - uses: hyperpolymath/standards/.github/workflows/secret-scanner-reusable.yml@4e6ffe5568d7864f540d99c7d4ea9b9250ed30f2 + uses: hyperpolymath/standards/.github/workflows/secret-scanner-reusable.yml@210f14e753c80064ec1bcae72f1d654dd9b0e687 secrets: inherit