From 89b68ef3e9db9a1185747a4bf826cccafb487cfd Mon Sep 17 00:00:00 2001 From: "Jonathan D.A. Jewell" <6759885+hyperpolymath@users.noreply.github.com> Date: Mon, 3 Aug 2026 13:51:54 +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/secret-scanner.yml:ILLEGAL_KEY:rust-secrets:if-hashFiles Validated per file: actionlint, yaml.safe_load, duplicate-key check. Co-Authored-By: Claude Opus 5 --- .github/workflows/secret-scanner.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/secret-scanner.yml b/.github/workflows/secret-scanner.yml index 6c51297..9b63635 100644 --- a/.github/workflows/secret-scanner.yml +++ b/.github/workflows/secret-scanner.yml @@ -29,7 +29,6 @@ jobs: rust-secrets: runs-on: ubuntu-latest timeout-minutes: 15 - if: hashFiles('**/Cargo.toml') != '' steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Check for hardcoded secrets in Rust