From 2ca22128ba97c0330447b953a77a2e3b69a32328 Mon Sep 17 00:00:00 2001 From: "Jonathan D.A. Jewell" <6759885+hyperpolymath@users.noreply.github.com> Date: Mon, 3 Aug 2026 13:49:52 +0100 Subject: [PATCH] fix(ci): repair workflow(s) GitHub has never parsed These files were rejected by the workflow parser before any run could be scheduled: the API reported each name as its file path (the never-parsed fallback), and every run failed at 0s with zero jobs and no logs. - .github/workflows/scorecard.yml:YAML_INVALID:drop mapping under scalar permissions: actions: read Not changed (needs review): - .github/workflows/security-scan.yml:UNKNOWN-needs-judgement - .github/workflows/boj-build.yml:UNKNOWN-needs-judgement Validated per file: actionlint, yaml.safe_load, duplicate-key check. Co-Authored-By: Claude Opus 5 --- .github/workflows/scorecard.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index fb869d87..7640e2be 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -9,7 +9,6 @@ on: branches: [main] permissions: read-all - actions: read jobs: analysis: