Skip to content

Commit 30fa0d8

Browse files
authored
Merge pull request #543 from tschm/rhiza_v1.7.1_20260830
chore: update rhiza to v1.7.1
2 parents b228407 + 27f62bd commit 30fa0d8

20 files changed

Lines changed: 71 additions & 683 deletions

.github/workflows/rhiza_benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ on:
2020

2121
jobs:
2222
benchmark:
23-
uses: jebel-quant/rhiza/.github/workflows/rhiza_benchmark.yml@v1.6.0
23+
uses: jebel-quant/rhiza/.github/workflows/rhiza_benchmark.yml@v1.7.1
2424
secrets: inherit

.github/workflows/rhiza_book.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ permissions:
2929

3030
jobs:
3131
book:
32-
uses: jebel-quant/rhiza/.github/workflows/rhiza_book.yml@v1.6.0
32+
uses: jebel-quant/rhiza/.github/workflows/rhiza_book.yml@v1.7.1
3333
secrets: inherit
3434
permissions:
3535
contents: read

.github/workflows/rhiza_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ on:
2626

2727
jobs:
2828
ci:
29-
uses: jebel-quant/rhiza/.github/workflows/rhiza_ci.yml@v1.6.0
29+
uses: jebel-quant/rhiza/.github/workflows/rhiza_ci.yml@v1.7.1
3030
secrets: inherit

.github/workflows/rhiza_codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ on:
2626

2727
jobs:
2828
codeql:
29-
uses: jebel-quant/rhiza/.github/workflows/rhiza_codeql.yml@v1.6.0
29+
uses: jebel-quant/rhiza/.github/workflows/rhiza_codeql.yml@v1.7.1
3030
secrets: inherit
3131
permissions:
3232
security-events: write # Upload CodeQL results to code scanning

.github/workflows/rhiza_marimo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ on:
2828

2929
jobs:
3030
marimo:
31-
uses: jebel-quant/rhiza/.github/workflows/rhiza_marimo.yml@v1.6.0
31+
uses: jebel-quant/rhiza/.github/workflows/rhiza_marimo.yml@v1.7.1
3232
secrets: inherit

.github/workflows/rhiza_paper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ on:
3939

4040
jobs:
4141
paper:
42-
uses: jebel-quant/rhiza/.github/workflows/rhiza_paper.yml@v1.6.0
42+
uses: jebel-quant/rhiza/.github/workflows/rhiza_paper.yml@v1.7.1
4343
secrets: inherit
4444
# `contents: write` is for the `paper` branch publish and nothing else. A pull request
4545
# never reaches that step, so the scope is unused on every PR run.

.github/workflows/rhiza_scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ permissions: read-all
3636

3737
jobs:
3838
scorecard:
39-
uses: jebel-quant/rhiza/.github/workflows/rhiza_scorecard.yml@v1.6.0
39+
uses: jebel-quant/rhiza/.github/workflows/rhiza_scorecard.yml@v1.7.1
4040
secrets: inherit
4141
permissions:
4242
security-events: write # Upload the SARIF results to code scanning

.github/workflows/rhiza_weekly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ on:
2828

2929
jobs:
3030
weekly:
31-
uses: jebel-quant/rhiza/.github/workflows/rhiza_weekly.yml@v1.6.0
31+
uses: jebel-quant/rhiza/.github/workflows/rhiza_weekly.yml@v1.7.1
3232
secrets: inherit

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,11 @@ cython_debug/
111111
# overwritten by every sync, so `local.mk` is the only place a repo's own make targets can
112112
# live, and anything CI invokes has to be committed. rhiza's own `make e2e`, which
113113
# rhiza_e2e.yml runs in all three language jobs, is exactly that case.
114+
#
115+
# `local-setup.sh` is not ignored either, and for the same reason one step further out: it
116+
# is the hook every layer's `install` runs to provision a native binary the project needs
117+
# (graphviz, libpq, pandoc), so CI invokes it on every job. A gitignored provisioning script
118+
# is one that works on its author's machine and nowhere else.
114119

115120
.bandit-baseline.json
116121

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ repos:
144144
groups: ["security", "slow"]
145145

146146
- repo: https://github.com/astral-sh/uv-pre-commit
147-
rev: 0.12.5
147+
rev: 0.12.6
148148
hooks:
149149
- id: uv-lock
150150
groups: ["python", "fast"]

0 commit comments

Comments
 (0)