Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/rhiza_benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ on:

jobs:
benchmark:
uses: jebel-quant/rhiza/.github/workflows/rhiza_benchmark.yml@v1.2.0
uses: jebel-quant/rhiza/.github/workflows/rhiza_benchmark.yml@v1.2.1
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/rhiza_book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ on:

jobs:
book:
uses: jebel-quant/rhiza/.github/workflows/rhiza_book.yml@v1.2.0
uses: jebel-quant/rhiza/.github/workflows/rhiza_book.yml@v1.2.1
secrets: inherit
permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rhiza_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ on:

jobs:
ci:
uses: jebel-quant/rhiza/.github/workflows/rhiza_ci.yml@v1.2.0
uses: jebel-quant/rhiza/.github/workflows/rhiza_ci.yml@v1.2.1
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/rhiza_codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ on:

jobs:
codeql:
uses: jebel-quant/rhiza/.github/workflows/rhiza_codeql.yml@v1.2.0
uses: jebel-quant/rhiza/.github/workflows/rhiza_codeql.yml@v1.2.1
secrets: inherit
permissions:
security-events: write # Upload CodeQL results to code scanning
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rhiza_marimo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ on:

jobs:
marimo:
uses: jebel-quant/rhiza/.github/workflows/rhiza_marimo.yml@v1.2.0
uses: jebel-quant/rhiza/.github/workflows/rhiza_marimo.yml@v1.2.1
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/rhiza_mutation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
# this repo sets the `MUTATION_ENABLED` variable to 'true'. Gating here in
# the caller keeps it optional regardless of the pinned reusable workflow.
if: ${{ vars.MUTATION_ENABLED == 'true' }}
uses: jebel-quant/rhiza/.github/workflows/rhiza_mutation.yml@v1.2.0
uses: jebel-quant/rhiza/.github/workflows/rhiza_mutation.yml@v1.2.1
secrets: inherit
permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rhiza_paper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ on:

jobs:
paper:
uses: jebel-quant/rhiza/.github/workflows/rhiza_paper.yml@v1.2.0
uses: jebel-quant/rhiza/.github/workflows/rhiza_paper.yml@v1.2.1
secrets: inherit
permissions:
contents: write
2 changes: 1 addition & 1 deletion .github/workflows/rhiza_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ jobs:
version: "0.11.16"

- name: Configure git auth for private packages
uses: jebel-quant/rhiza/.github/actions/configure-git-auth@v1.2.0
uses: jebel-quant/rhiza/.github/actions/configure-git-auth@v1.2.1
with:
token: ${{ secrets.GH_PAT }}

Expand Down
18 changes: 9 additions & 9 deletions .rhiza/template.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
sha: 7a906d2cf8c33d1d870ca7c7f5af3127f070c3ed
sha: e0fe02300840e39fe75d19db2741e9a790f87794
repo: jebel-quant/rhiza
host: github
ref: v1.2.0
ref: v1.2.1
include: []
exclude: []
exclude:
- bundles/github/.github/workflows/rhiza_fuzzing.yml
- bundles/github/.github/workflows/rhiza_weekly.yml
- bundles/github/.github/workflows/rhiza_scorecard.yml
templates:
- legal
- github-paper
profiles:
- github-project
files:
- .bandit
- .editorconfig
Expand All @@ -26,13 +31,10 @@ files:
- .github/workflows/rhiza_book.yml
- .github/workflows/rhiza_ci.yml
- .github/workflows/rhiza_codeql.yml
- .github/workflows/rhiza_fuzzing.yml
- .github/workflows/rhiza_marimo.yml
- .github/workflows/rhiza_mutation.yml
- .github/workflows/rhiza_paper.yml
- .github/workflows/rhiza_release.yml
- .github/workflows/rhiza_scorecard.yml
- .github/workflows/rhiza_weekly.yml
- .gitignore
- .pre-commit-config.yaml
- .python-version
Expand Down Expand Up @@ -75,7 +77,5 @@ files:
- docs/mkdocs-base.yml
- pytest.ini
- ruff.toml
profiles:
- github-project
synced_at: '2026-07-16T18:38:21Z'
synced_at: '2026-07-17T12:57:28Z'
strategy: merge
2 changes: 1 addition & 1 deletion .rhiza/template.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
repository: "jebel-quant/rhiza"
ref: "v1.2.0"
ref: "v1.2.1"

profiles:
- github-project
Expand Down