diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 20e1aaf..fa5aeab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -171,7 +171,7 @@ jobs: for package in irregex gist relate blast; do ( cd "$package" && zig build --summary none ) done - - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 + - uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1 - name: pytest on 3.12 (the declared floor) working-directory: blast/bindings/python run: uv run --python 3.12 pytest -q @@ -286,7 +286,7 @@ jobs: # layout that differs in every one of these repositories. This is a # plain step, so it inherits the working directory and the toolchain # rustup already resolved above. - - uses: taiki-e/install-action@7f4eb899022d8fe70b20c4f3de697aa85c309026 # v2.85.11 + - uses: taiki-e/install-action@1ed6d7be6168f6c9046541087ff549b6bc581fdf # v2.87.2 with: tool: cargo-deny@0.19.0 # deny.toml has been checked in the whole time with nothing running it. @@ -371,7 +371,7 @@ jobs: - uses: DavidAnson/markdownlint-cli2-action@21c1be1b93ad9ed58fa840aacc3f279cde2a72ff # v24.2.0 with: globs: "**/*.md" - - uses: crate-ci/typos@8a48f81b6c64dcfea44b3633223084c4be58ac5f # v1.49.0 + - uses: crate-ci/typos@4d9c206a77c041268485162b8e2579ad7a5cb9a3 # v1.50.0 config: # YAML and TOML are executable configuration here; EditorConfig is the @@ -383,7 +383,7 @@ jobs: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: persist-credentials: false - - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 + - uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1 - run: uv run --no-project --with yamllint==1.38.0 yamllint . - run: uv run --no-project --with taplo==0.9.3 taplo lint - run: uv run --no-project --with taplo==0.9.3 taplo fmt --check @@ -397,7 +397,7 @@ jobs: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: persist-credentials: false - - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 + - uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1 - run: uv run --no-project --with ruff==0.16.1 ruff check --config quality/ruff.toml . - run: uv run --no-project --with ruff==0.16.1 ruff format --check --config quality/ruff.toml . @@ -410,7 +410,7 @@ jobs: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: persist-credentials: false - - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 + - uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1 - run: uv run --no-project --with zizmor==1.29.0 zizmor --no-online-audits --strict-collection . topology: @@ -431,7 +431,7 @@ jobs: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: persist-credentials: false - - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 + - uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1 # The fix is in the code, or in a `variance ... because "..."` that says # what would retire it - never in quietly widening the contract to match # what the imports happen to do today. @@ -456,7 +456,7 @@ jobs: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: persist-credentials: false - - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 + - uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1 - run: uv run --no-project --python 3.12 python tools/version_parity.py # Every index this project publishes to shows the repository README as the diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 32312cb..9982b89 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -155,7 +155,7 @@ jobs: command: version args: --root . - - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 + - uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1 with: enable-cache: false diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6536123..28d0254 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -92,7 +92,7 @@ jobs: with: version: 0.16.0 use-cache: false - - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 + - uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1 with: enable-cache: false - name: Build native wheels and release archives from one source build @@ -130,7 +130,7 @@ jobs: with: name: dist path: dist - - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 + - uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1 with: enable-cache: false