Skip to content

Commit 08ea8ea

Browse files
Merge branch 'main' into fix/ci-426-squisher-cleanup
2 parents 6baa547 + 84d6fe9 commit 08ea8ea

28 files changed

Lines changed: 70 additions & 0 deletions

.github/workflows/affinescript-verify.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
timeout-minutes: 20
5050
name: AffineScript Verify
5151
runs-on: ubuntu-latest
52+
timeout-minutes: 30
5253
permissions:
5354
contents: read
5455
steps:

.github/workflows/boj-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
trigger-boj:
3030
name: Trigger BoJ server
3131
runs-on: ubuntu-latest
32+
timeout-minutes: 30
3233
timeout-minutes: 10
3334
# No job-level gate: the `secrets` context is not available in `if:`
3435
# (referencing it is an "Unrecognized named-value: 'secrets'" startup
@@ -70,6 +71,7 @@ jobs:
7071
name: K9-SVC contractile validation
7172
timeout-minutes: 10
7273
runs-on: ubuntu-latest
74+
timeout-minutes: 30
7375
steps:
7476
- name: Checkout
7577
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1

.github/workflows/casket-pages.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
build:
2222
timeout-minutes: 20
2323
runs-on: ubuntu-latest
24+
timeout-minutes: 30
2425
steps:
2526
- name: Checkout
2627
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v4
@@ -95,6 +96,7 @@ jobs:
9596
name: github-pages
9697
url: ${{ steps.deployment.outputs.page_url }}
9798
runs-on: ubuntu-latest
99+
timeout-minutes: 30
98100
needs: build
99101
steps:
100102
- name: Deploy to GitHub Pages

.github/workflows/changelog-reusable.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ on:
3838
type: string
3939
default: 'commit-back'
4040
runs-on:
41+
timeout-minutes: 30
4142
description: 'Runner label'
4243
required: false
4344
type: string
@@ -57,6 +58,7 @@ jobs:
5758
timeout-minutes: 10
5859
name: Generate CHANGELOG.md
5960
runs-on: ${{ inputs.runs-on }}
61+
timeout-minutes: 30
6062
permissions:
6163
contents: write
6264
pull-requests: write

.github/workflows/codeql-reusable.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ on:
6666
required: false
6767
default: none
6868
runs-on:
69+
timeout-minutes: 30
6970
description: 'Runner label for the analyze job'
7071
type: string
7172
required: false
@@ -79,6 +80,7 @@ jobs:
7980
analyze:
8081
timeout-minutes: 20
8182
runs-on: ${{ inputs.runs-on }}
83+
timeout-minutes: 30
8284
# Job-level permissions inherit from workflow-level and ADD security-events: write.
8385
# Do NOT narrow here or CodeQL action loses `actions: read` which it needs.
8486
permissions:

.github/workflows/debt-measure.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
measure:
3838
name: Measure and record
3939
runs-on: ubuntu-latest
40+
timeout-minutes: 30
4041
timeout-minutes: 15
4142
permissions:
4243
contents: write

.github/workflows/deno-ci-reusable.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ on:
3232
workflow_call:
3333
inputs:
3434
runs-on:
35+
timeout-minutes: 30
3536
description: Runner label for the deno-ci job
3637
type: string
3738
required: false
@@ -56,6 +57,7 @@ jobs:
5657
timeout-minutes: 20
5758
name: Deno CI
5859
runs-on: ${{ inputs.runs-on }}
60+
timeout-minutes: 30
5961
permissions:
6062
contents: read
6163
steps:

.github/workflows/doc-format.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
timeout-minutes: 10
2626
name: Check Documentation Format
2727
runs-on: ubuntu-latest
28+
timeout-minutes: 30
2829
steps:
2930
- name: Checkout
3031
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v4

.github/workflows/dyadt-verify.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
verify-claims:
2525
name: Verify CLAIMS.a2ml + conformance
2626
runs-on: ubuntu-latest
27+
timeout-minutes: 30
2728
timeout-minutes: 10
2829
steps:
2930
- name: Checkout repository

.github/workflows/echidna-verify.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
agda-lol:
4747
name: Agda — lol/proofs
4848
runs-on: ubuntu-latest
49+
timeout-minutes: 30
4950
timeout-minutes: 20
5051
steps:
5152
- name: Checkout
@@ -87,6 +88,7 @@ jobs:
8788
idris2-a2ml:
8889
name: Idris2 — a2ml proofs
8990
runs-on: ubuntu-latest
91+
timeout-minutes: 30
9092
timeout-minutes: 20
9193
steps:
9294
- name: Checkout
@@ -155,6 +157,7 @@ jobs:
155157
idris2-avow:
156158
name: Idris2 — AVOW consent proofs
157159
runs-on: ubuntu-latest
160+
timeout-minutes: 30
158161
timeout-minutes: 20
159162
steps:
160163
- name: Checkout
@@ -224,6 +227,7 @@ jobs:
224227
name: Trust pipeline summary
225228
needs: [agda-lol, idris2-a2ml, idris2-avow]
226229
runs-on: ubuntu-latest
230+
timeout-minutes: 30
227231
if: always()
228232
steps:
229233
- name: Summarise

0 commit comments

Comments
 (0)