Skip to content

Commit 06c4544

Browse files
hyperpolymathclaude
andcommitted
fix(ci): repair branch payload — remove invalid root-level timeout-minutes, pin TruffleHog jobs
- boj-build.yml, bridge-forbidden-phrases.yml: drop root-level timeout-minutes (invalid workflow key -> startup_failure; job-level timeouts already present) - secret-scanner.yml + alkahest-shell-transmuter security-checks.yml: SHA-pin actions/checkout and trufflesecurity/trufflehog (was @v4/@main), add job timeout Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 1e199f3 commit 06c4544

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/boj-build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# SPDX-License-Identifier: MPL-2.0
22
name: BoJ Server Build Trigger
3-
timeout-minutes: 30
43
on:
54
push:
65
branches: [main, master]

.github/workflows/bridge-forbidden-phrases.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
# reusable.yml should pick up this rule for all bridge-tagged repos.
1616

1717
name: Bridge Forbidden Phrases
18-
timeout-minutes: 30
1918
on:
2019
push:
2120
branches: [main, master]

.github/workflows/secret-scanner.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,12 @@ jobs:
1515
secrets: inherit
1616
trufflehog:
1717
runs-on: ubuntu-latest
18+
timeout-minutes: 15
1819
steps:
19-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v4
2021
with:
2122
fetch-depth: 0
2223
- name: TruffleHog Secret Scan
23-
uses: trufflesecurity/trufflehog@main
24+
uses: trufflesecurity/trufflehog@6c05c4a00b91aa542267d8e32a8254774799d68d # v3.93.3
2425
with:
2526
extra_args: --only-verified --fail

alkahest-shell-transmuter/.github/workflows/security-checks.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,12 @@ jobs:
9999
echo "No template placeholders found"
100100
trufflehog:
101101
runs-on: ubuntu-latest
102+
timeout-minutes: 15
102103
steps:
103-
- uses: actions/checkout@v4
104+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v4
104105
with:
105106
fetch-depth: 0
106107
- name: TruffleHog Secret Scan
107-
uses: trufflesecurity/trufflehog@main
108+
uses: trufflesecurity/trufflehog@6c05c4a00b91aa542267d8e32a8254774799d68d # v3.93.3
108109
with:
109110
extra_args: --only-verified --fail

0 commit comments

Comments
 (0)