From d377e86057e48ef581893a69b9ca24b2a669ccb3 Mon Sep 17 00:00:00 2001 From: "Jonathan D.A. Jewell" <6759885+hyperpolymath@users.noreply.github.com> Date: Mon, 3 Aug 2026 17:36:44 +0100 Subject: [PATCH] fix(ci): drop illegal timeout-minutes on reusable-workflow jobs A job whose body is 'uses:' may not carry timeout-minutes; the key invalidates the entire file (conclusion 'failure' at 0s, run named by file path). PR #56 fixed scorecard.yml and missed these two. --- .github/workflows/mirror.yml | 1 - .github/workflows/secret-scanner.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index f4ddfca..6bd847d 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -9,5 +9,4 @@ permissions: jobs: mirror: uses: hyperpolymath/standards/.github/workflows/mirror-reusable.yml@d135b05bfc647d0c0fbfedc7e80f37ea50f49236 - timeout-minutes: 10 secrets: inherit diff --git a/.github/workflows/secret-scanner.yml b/.github/workflows/secret-scanner.yml index d027a59..a227f09 100644 --- a/.github/workflows/secret-scanner.yml +++ b/.github/workflows/secret-scanner.yml @@ -12,5 +12,4 @@ permissions: jobs: scan: uses: hyperpolymath/standards/.github/workflows/secret-scanner-reusable.yml@d135b05bfc647d0c0fbfedc7e80f37ea50f49236 - timeout-minutes: 10 secrets: inherit