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.1
uses: jebel-quant/rhiza/.github/workflows/rhiza_benchmark.yml@v1.2.2
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.1
uses: jebel-quant/rhiza/.github/workflows/rhiza_book.yml@v1.2.2
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.1
uses: jebel-quant/rhiza/.github/workflows/rhiza_ci.yml@v1.2.2
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.1
uses: jebel-quant/rhiza/.github/workflows/rhiza_codeql.yml@v1.2.2
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.1
uses: jebel-quant/rhiza/.github/workflows/rhiza_marimo.yml@v1.2.2
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.1
uses: jebel-quant/rhiza/.github/workflows/rhiza_mutation.yml@v1.2.2
secrets: inherit
permissions:
contents: read
Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/rhiza_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
tag: ${{ steps.set_tag.outputs.tag }}
steps:
- name: Checkout Code
uses: actions/checkout@v6.0.3
uses: actions/checkout@v6.1.0
with:
fetch-depth: 0

Expand Down Expand Up @@ -212,7 +212,7 @@ jobs:
attestations: write # SLSA provenance + SBOM attestations (public repos only)
steps:
- name: Checkout Code
uses: actions/checkout@v6.0.3
uses: actions/checkout@v6.1.0
with:
fetch-depth: 0

Expand All @@ -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.1
uses: jebel-quant/rhiza/.github/actions/configure-git-auth@v1.2.2
with:
token: ${{ secrets.GH_PAT }}

Expand Down Expand Up @@ -287,7 +287,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 Expand Up @@ -342,7 +342,7 @@ jobs:

steps:
- name: Checkout Code
uses: actions/checkout@v6.0.3
uses: actions/checkout@v6.1.0
with:
fetch-depth: 0

Expand Down Expand Up @@ -393,7 +393,7 @@ jobs:

steps:
- name: Checkout Code
uses: actions/checkout@v6.0.3
uses: actions/checkout@v6.1.0
with:
fetch-depth: 0

Expand Down Expand Up @@ -431,7 +431,7 @@ jobs:
# repository-url and password only used for custom feeds, not for PyPI with OIDC
- name: Publish to PyPI
if: ${{ steps.check_dist.outputs.should_publish == 'true' }}
uses: pypa/gh-action-pypi-publish@v1.14.0
uses: pypa/gh-action-pypi-publish@v1.14.1
with:
packages-dir: dist/
skip-existing: true
Expand All @@ -450,7 +450,7 @@ jobs:

steps:
- name: Checkout Code
uses: actions/checkout@v6.0.3
uses: actions/checkout@v6.1.0
with:
fetch-depth: 0

Expand Down Expand Up @@ -529,7 +529,7 @@ jobs:
image_name: ${{ steps.image_name.outputs.image_name }}
steps:
- name: Checkout Code
uses: actions/checkout@v6.0.3
uses: actions/checkout@v6.1.0
with:
fetch-depth: 0

Expand Down Expand Up @@ -616,7 +616,7 @@ jobs:
contents: write # Needed to undraft/publish the GitHub release
steps:
- name: Checkout Code
uses: actions/checkout@v6.0.3
uses: actions/checkout@v6.1.0
with:
fetch-depth: 0

Expand Down