Skip to content
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
6 changes: 3 additions & 3 deletions .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

- uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0

- uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
- uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
Expand Down Expand Up @@ -142,7 +142,7 @@
type=raw,value=${{ fromJson(inputs.plan).announcement_tag }}
type=semver,pattern=v{{ major }}.{{ minor }},value=${{ fromJson(inputs.plan).announcement_tag }}

- uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
- uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
Expand Down Expand Up @@ -178,7 +178,7 @@
echo "digest=${digest}" >> "$GITHUB_OUTPUT"

- name: Generate artifact attestation
uses: actions/attest-build-provenance@00014ed6ed5efc5b1ab7f7f34a39eb55d41aa4f8 # v3.1.0
uses: actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.2.0

Check warning

Code scanning / zizmor

detects commit SHAs that don't match their version comment tags Warning

detects commit SHAs that don't match their version comment tags
with:
subject-name: ${{ env.PREK_BASE_IMG }}
subject-digest: ${{ steps.manifest-digest.outputs.digest }}
26 changes: 13 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
- name: "rustfmt"
run: cargo fmt --all --check
- name: Run prek checks
uses: j178/prek-action@9d6a3097e0c1865ecce00cfb89fe80f2ee91b547 # v1.0.12
uses: j178/prek-action@564dda4cfa5e96aafdc4a5696c4bf7b46baae5ac # v1.1.0
env:
PREK_SKIP: cargo-fmt,cargo-clippy

Expand Down Expand Up @@ -192,7 +192,7 @@ jobs:
with:
persist-credentials: false
- name: "Install cargo shear"
uses: taiki-e/install-action@81a2f66614862089b24532663f669a485d79c889 # v2.67.10
uses: taiki-e/install-action@650c5ca14212efbbf3e580844b04bdccf68dac31 # v2.67.18
with:
tool: cargo-shear
- run: cargo shear
Expand All @@ -216,12 +216,12 @@ jobs:
run: rustup component add llvm-tools-preview

- name: "Install cargo nextest"
uses: taiki-e/install-action@81a2f66614862089b24532663f669a485d79c889 # v2.67.10
uses: taiki-e/install-action@650c5ca14212efbbf3e580844b04bdccf68dac31 # v2.67.18
with:
tool: cargo-nextest

- name: "Install cargo-llvm-cov"
uses: taiki-e/install-action@81a2f66614862089b24532663f669a485d79c889 # v2.67.10
uses: taiki-e/install-action@650c5ca14212efbbf3e580844b04bdccf68dac31 # v2.67.18
with:
tool: cargo-llvm-cov

Expand Down Expand Up @@ -280,17 +280,17 @@ jobs:
run: rustup component add llvm-tools-preview

- name: "Install cargo nextest"
uses: taiki-e/install-action@81a2f66614862089b24532663f669a485d79c889 # v2.67.10
uses: taiki-e/install-action@650c5ca14212efbbf3e580844b04bdccf68dac31 # v2.67.18
with:
tool: cargo-nextest

- name: "Install cargo-llvm-cov"
uses: taiki-e/install-action@81a2f66614862089b24532663f669a485d79c889 # v2.67.10
uses: taiki-e/install-action@650c5ca14212efbbf3e580844b04bdccf68dac31 # v2.67.18
with:
tool: cargo-llvm-cov

- name: "Install uv"
uses: astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # v7.2.0
uses: astral-sh/setup-uv@803947b9bd8e9f986429fa0c5a41c367cd732b41 # v7.2.1
with:
version: ${{ env.UV_VERSION }}

Expand Down Expand Up @@ -343,17 +343,17 @@ jobs:
run: rustup component add llvm-tools-preview

- name: "Install cargo nextest"
uses: taiki-e/install-action@81a2f66614862089b24532663f669a485d79c889 # v2.67.10
uses: taiki-e/install-action@650c5ca14212efbbf3e580844b04bdccf68dac31 # v2.67.18
with:
tool: cargo-nextest

- name: "Install cargo-llvm-cov"
uses: taiki-e/install-action@81a2f66614862089b24532663f669a485d79c889 # v2.67.10
uses: taiki-e/install-action@650c5ca14212efbbf3e580844b04bdccf68dac31 # v2.67.18
with:
tool: cargo-llvm-cov

- name: "Install uv"
uses: astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # v7.2.0
uses: astral-sh/setup-uv@803947b9bd8e9f986429fa0c5a41c367cd732b41 # v7.2.1
with:
version: ${{ env.UV_VERSION }}
cache-local-path: ${{ env.DEV_DRIVE }}/uv-cache
Expand Down Expand Up @@ -438,12 +438,12 @@ jobs:
run: rustup component add llvm-tools-preview

- name: "Install cargo nextest"
uses: taiki-e/install-action@81a2f66614862089b24532663f669a485d79c889 # v2.67.10
uses: taiki-e/install-action@650c5ca14212efbbf3e580844b04bdccf68dac31 # v2.67.18
with:
tool: cargo-nextest

- name: "Install cargo-llvm-cov"
uses: taiki-e/install-action@81a2f66614862089b24532663f669a485d79c889 # v2.67.10
uses: taiki-e/install-action@650c5ca14212efbbf3e580844b04bdccf68dac31 # v2.67.18
with:
tool: cargo-llvm-cov

Expand All @@ -452,7 +452,7 @@ jobs:

- name: "Install uv"
if: ${{ matrix.language == 'python' }}
uses: astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # v7.2.0
uses: astral-sh/setup-uv@803947b9bd8e9f986429fa0c5a41c367cd732b41 # v7.2.1
with:
version: ${{ env.UV_VERSION }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2
with:
save-if: ${{ inputs.save-rust-cache == 'true' }}
- uses: taiki-e/install-action@81a2f66614862089b24532663f669a485d79c889 # v2.67.10
- uses: taiki-e/install-action@650c5ca14212efbbf3e580844b04bdccf68dac31 # v2.67.18
Copy link

Copilot AI Feb 2, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The spacing before the version comment should be consistent with the rest of the codebase. The existing convention in this repository uses a single space between the SHA and the comment (e.g., @sha # v1.0.0), but this change introduces two spaces. For consistency, this should use a single space like other action references in the workflow files.

Copilot uses AI. Check for mistakes.
with:
tool: cargo-bloat

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
fetch-depth: 0
persist-credentials: false

- uses: astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # v7.2.0
- uses: astral-sh/setup-uv@803947b9bd8e9f986429fa0c5a41c367cd732b41 # v7.2.1
Copy link

Copilot AI Feb 2, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The spacing before the version comment should be consistent with the rest of the codebase. The existing convention in this repository uses a single space between the SHA and the comment (e.g., @sha # v1.0.0), but this change introduces two spaces. For consistency, this should use a single space like other action references in the workflow files.

Copilot uses AI. Check for mistakes.
with:
version: ${{ env.UV_VERSION }}
cache-dependency-glob: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
id-token: write
steps:
- name: "Install uv"
uses: astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # v7.2.0
uses: astral-sh/setup-uv@803947b9bd8e9f986429fa0c5a41c367cd732b41 # v7.2.1
Copy link

Copilot AI Feb 2, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The spacing before the version comment should be consistent with the rest of the codebase. The existing convention in this repository uses a single space between the SHA and the comment (e.g., @sha # v1.0.0), but this change introduces two spaces. For consistency, this should use a single space like other action references in the workflow files.

Copilot uses AI. Check for mistakes.
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
with:
pattern: wheels-*
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@
# Remove the granular manifests
rm -f artifacts/*-dist-manifest.json
- name: Attest
uses: actions/attest-build-provenance@00014ed6ed5efc5b1ab7f7f34a39eb55d41aa4f8
uses: actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.2.0

Check warning

Code scanning / zizmor

detects commit SHAs that don't match their version comment tags Warning

detects commit SHAs that don't match their version comment tags
Copy link

Copilot AI Feb 2, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The spacing before the version comment should be consistent with the rest of the codebase. The existing convention in this repository uses a single space between the SHA and the comment (e.g., @sha # v1.0.0), but this change introduces two spaces. For consistency, this should use a single space like other action references in the workflow files.

Copilot uses AI. Check for mistakes.
with:
subject-path: |
artifacts/*
Expand Down
Loading