Skip to content

Commit 1e89ac7

Browse files
tschmclaude
andauthored
chore: update rhiza to v1.0.0 (#775)
* chore: bump rhiza to v1.0.0 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> * chore: apply rhiza sync v1.0.0 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 5799995 commit 1e89ac7

13 files changed

Lines changed: 15 additions & 15 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@v0.19.9
23+
uses: jebel-quant/rhiza/.github/workflows/rhiza_benchmark.yml@v1.0.0
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@v0.19.9
32+
uses: jebel-quant/rhiza/.github/workflows/rhiza_book.yml@v1.0.0
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@v0.19.9
29+
uses: jebel-quant/rhiza/.github/workflows/rhiza_ci.yml@v1.0.0
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@v0.19.9
29+
uses: jebel-quant/rhiza/.github/workflows/rhiza_codeql.yml@v1.0.0
3030
secrets: inherit
3131
permissions:
3232
security-events: write # Upload CodeQL results to code scanning

.github/workflows/rhiza_fuzzing.yml

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

3535
jobs:
3636
fuzzing:
37-
uses: jebel-quant/rhiza/.github/workflows/rhiza_fuzzing.yml@v0.19.9
37+
uses: jebel-quant/rhiza/.github/workflows/rhiza_fuzzing.yml@v1.0.0
3838
secrets: inherit
3939
permissions:
4040
contents: read

.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@v0.19.9
31+
uses: jebel-quant/rhiza/.github/workflows/rhiza_marimo.yml@v1.0.0
3232
secrets: inherit

.github/workflows/rhiza_mutation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
# this repo sets the `MUTATION_ENABLED` variable to 'true'. Gating here in
4343
# the caller keeps it optional regardless of the pinned reusable workflow.
4444
if: ${{ vars.MUTATION_ENABLED == 'true' }}
45-
uses: jebel-quant/rhiza/.github/workflows/rhiza_mutation.yml@v0.19.9
45+
uses: jebel-quant/rhiza/.github/workflows/rhiza_mutation.yml@v1.0.0
4646
secrets: inherit
4747
permissions:
4848
contents: read

.github/workflows/rhiza_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ jobs:
221221
version: "0.11.16"
222222

223223
- name: Configure git auth for private packages
224-
uses: jebel-quant/rhiza/.github/actions/configure-git-auth@v0.19.9
224+
uses: jebel-quant/rhiza/.github/actions/configure-git-auth@v1.0.0
225225
with:
226226
token: ${{ secrets.GH_PAT }}
227227

.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@v0.19.9
39+
uses: jebel-quant/rhiza/.github/workflows/rhiza_scorecard.yml@v1.0.0
4040
secrets: inherit
4141
permissions:
4242
security-events: write # Upload the SARIF results to code scanning

.github/workflows/rhiza_sync.yml

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

3636
jobs:
3737
sync:
38-
uses: jebel-quant/rhiza/.github/workflows/rhiza_sync.yml@v0.19.9
38+
uses: jebel-quant/rhiza/.github/workflows/rhiza_sync.yml@v1.0.0
3939
with:
4040
direct: ${{ github.event_name == 'push' }}
4141
create-pr: ${{ github.event_name != 'push' && (github.event_name == 'schedule' || inputs.create-pr == true) }}

0 commit comments

Comments
 (0)