Skip to content
This repository was archived by the owner on Jul 17, 2026. It is now read-only.
Closed
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.1.3
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 @@ permissions:

jobs:
book:
uses: jebel-quant/rhiza/.github/workflows/rhiza_book.yml@v1.1.3
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.1.3
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 @@ -26,7 +26,7 @@ on:

jobs:
codeql:
uses: jebel-quant/rhiza/.github/workflows/rhiza_codeql.yml@v1.1.3
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_fuzzing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ permissions:

jobs:
fuzzing:
uses: jebel-quant/rhiza/.github/workflows/rhiza_fuzzing.yml@v1.1.3
uses: jebel-quant/rhiza/.github/workflows/rhiza_fuzzing.yml@v1.2.1
secrets: inherit
permissions:
contents: read
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.1.3
uses: jebel-quant/rhiza/.github/workflows/rhiza_marimo.yml@v1.2.1
secrets: inherit
4 changes: 2 additions & 2 deletions .github/workflows/rhiza_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ jobs:
version: "0.11.16"

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

Expand Down Expand Up @@ -286,7 +286,7 @@ jobs:
# The XML format is provided for compatibility but doesn't need separate attestation.
id: attest-sbom
if: hashFiles('pyproject.toml') != '' && github.event.repository.private == false
uses: actions/attest@v4.1.1
uses: actions/attest@v4.2.0
with:
subject-path: sbom.cdx.json
sbom-path: sbom.cdx.json
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rhiza_scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ permissions: read-all

jobs:
scorecard:
uses: jebel-quant/rhiza/.github/workflows/rhiza_scorecard.yml@v1.1.3
uses: jebel-quant/rhiza/.github/workflows/rhiza_scorecard.yml@v1.2.1
secrets: inherit
permissions:
security-events: write # Upload the SARIF results to code scanning
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rhiza_sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ on:

jobs:
sync:
uses: jebel-quant/rhiza/.github/workflows/rhiza_sync.yml@v1.1.3
uses: jebel-quant/rhiza/.github/workflows/rhiza_sync.yml@v1.2.1
with:
direct: ${{ github.event_name == 'push' }}
create-pr: ${{ github.event_name != 'push' && (github.event_name == 'schedule' || inputs.create-pr == true) }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rhiza_weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ on:

jobs:
weekly:
uses: jebel-quant/rhiza/.github/workflows/rhiza_weekly.yml@v1.1.3
uses: jebel-quant/rhiza/.github/workflows/rhiza_weekly.yml@v1.2.1
secrets: inherit
Loading