From 2b9a88af249b5fc086071479714bfcb18066ea2a Mon Sep 17 00:00:00 2001 From: "Jonathan D.A. Jewell" <6759885+hyperpolymath@users.noreply.github.com> Date: Mon, 21 Sep 2026 08:55:01 +0100 Subject: [PATCH 1/6] fix(ci): correct the indentation of the permissions block in governance.yml --- .github/workflows/governance.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/governance.yml b/.github/workflows/governance.yml index 7e5f4b4..9870177 100644 --- a/.github/workflows/governance.yml +++ b/.github/workflows/governance.yml @@ -14,7 +14,7 @@ permissions: jobs: governance: uses: hyperpolymath/standards/.github/workflows/governance-reusable.yml@81dbf2dd854b1444fd6236fa2352474383b2c2b9 - permissions: - actions: read - contents: read - security-events: write + permissions: + actions: read + contents: read + security-events: write From d9ed437fb24731c648778dbc88dacf606f144733 Mon Sep 17 00:00:00 2001 From: "Jonathan D.A. Jewell" <6759885+hyperpolymath@users.noreply.github.com> Date: Mon, 21 Sep 2026 08:55:02 +0100 Subject: [PATCH 2/6] fix(ci): correct the indentation of the permissions block in hypatia-scan.yml --- .github/workflows/hypatia-scan.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/hypatia-scan.yml b/.github/workflows/hypatia-scan.yml index 4c5e201..1df2748 100644 --- a/.github/workflows/hypatia-scan.yml +++ b/.github/workflows/hypatia-scan.yml @@ -18,7 +18,7 @@ jobs: hypatia: uses: hyperpolymath/standards/.github/workflows/hypatia-scan-reusable.yml@81dbf2dd854b1444fd6236fa2352474383b2c2b9 secrets: inherit - permissions: - actions: read - contents: read - security-events: write + permissions: + actions: read + contents: read + security-events: write From 28f26095f1ef15fd5c4eacc8b045bc2561a0cf10 Mon Sep 17 00:00:00 2001 From: "Jonathan D.A. Jewell" <6759885+hyperpolymath@users.noreply.github.com> Date: Mon, 21 Sep 2026 08:55:03 +0100 Subject: [PATCH 3/6] fix(ci): correct the indentation of the permissions block in mirror.yml --- .github/workflows/mirror.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index bcb06e6..392d4f8 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -13,7 +13,7 @@ jobs: mirror: uses: hyperpolymath/standards/.github/workflows/mirror-reusable.yml@d135b05bfc647d0c0fbfedc7e80f37ea50f49236 secrets: inherit - permissions: - actions: read - contents: read - security-events: write + permissions: + actions: read + contents: read + security-events: write From f08c78a97af6d2f4d108b208d6edaefc97b1beb9 Mon Sep 17 00:00:00 2001 From: "Jonathan D.A. Jewell" <6759885+hyperpolymath@users.noreply.github.com> Date: Mon, 21 Sep 2026 08:55:04 +0100 Subject: [PATCH 4/6] fix(ci): correct the indentation of the permissions block in rust-ci.yml --- .github/workflows/rust-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/rust-ci.yml b/.github/workflows/rust-ci.yml index 9b47d46..9845d84 100644 --- a/.github/workflows/rust-ci.yml +++ b/.github/workflows/rust-ci.yml @@ -15,7 +15,7 @@ permissions: jobs: rust-ci: uses: hyperpolymath/standards/.github/workflows/rust-ci-reusable.yml@412a7031577112b31ee287cc6060179d638d6500 - permissions: - actions: read - contents: read - security-events: write + permissions: + actions: read + contents: read + security-events: write From 80b5e63c68c957fae1e7a9e0f40164bf20f9d912 Mon Sep 17 00:00:00 2001 From: "Jonathan D.A. Jewell" <6759885+hyperpolymath@users.noreply.github.com> Date: Mon, 21 Sep 2026 08:55:04 +0100 Subject: [PATCH 5/6] fix(ci): correct the indentation of the permissions block in scorecard.yml --- .github/workflows/scorecard.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 99f64d2..1179cc8 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -14,7 +14,7 @@ permissions: jobs: scorecard: uses: hyperpolymath/standards/.github/workflows/scorecard-reusable.yml@5a93d9d57cc04de4002d6d0ecd336fc7a8698910 - permissions: - actions: read - contents: read - security-events: write + permissions: + actions: read + contents: read + security-events: write From 36e9791088550c089135f0f12f06ed650ab22bd2 Mon Sep 17 00:00:00 2001 From: "Jonathan D.A. Jewell" <6759885+hyperpolymath@users.noreply.github.com> Date: Mon, 21 Sep 2026 08:55:05 +0100 Subject: [PATCH 6/6] fix(ci): correct the indentation of the permissions block in secret-scanner.yml --- .github/workflows/secret-scanner.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/secret-scanner.yml b/.github/workflows/secret-scanner.yml index f5175ae..63078c0 100644 --- a/.github/workflows/secret-scanner.yml +++ b/.github/workflows/secret-scanner.yml @@ -17,7 +17,7 @@ jobs: scan: uses: hyperpolymath/standards/.github/workflows/secret-scanner-reusable.yml@c65436ee3351cd6b0fa14b142938b195efc77586 secrets: inherit - permissions: - actions: read - contents: read - security-events: write + permissions: + actions: read + contents: read + security-events: write