Skip to content

Commit 7ca1a63

Browse files
fix(ci): update hypatia SHA + codeql timeout for echidna main repo
- Update hypatia-scan-reusable SHA to 6cd3772824e59c8c9affeab66061e25383544242 - Increase CodeQL timeout from 15 to 60 minutes Generated by Mistral Vibe. Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
1 parent 32dd499 commit 7ca1a63

3 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/codeql.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ permissions:
2323
jobs:
2424
analyze:
2525
runs-on: ubuntu-latest
26+
timeout-minutes: 60
2627
permissions:
2728
contents: read
2829
security-events: write

.github/workflows/hypatia-scan.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,6 @@ permissions:
2525

2626
jobs:
2727
hypatia:
28-
uses: hyperpolymath/standards/.github/workflows/hypatia-scan-reusable.yml@4f07382468f045cdaf75e0bbdb1886a0579d83e3 # main 2026-05-30 (erlef/setup-beam v1.24.0 consolidation #289)
28+
uses: hyperpolymath/standards/.github/workflows/hypatia-scan-reusable.yml@6cd3772824e59c8c9affeab66061e25383544242
29+
timeout-minutes: 10
2930
secrets: inherit

echidna-playground/.github/workflows/codeql.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
analyze:
1919
name: Analyze (${{ matrix.language }})
2020
runs-on: ubuntu-latest
21+
timeout-minutes: 60
2122
permissions:
2223
security-events: write
2324
packages: read

0 commit comments

Comments
 (0)