Skip to content
Open
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/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:
- uses: ./.github/actions/seed-ort-cache
# Pin sqlx-cli to 0.9 so the CLI's offline-cache format matches the
# workspace sqlx 0.9 (the .sqlx/ files it verifies).
- uses: taiki-e/install-action@ba47c86ac325773530516bb756137ac718732518 # v2.86.5
- uses: taiki-e/install-action@37f7c5781271959fb65b6b35224e28652ff2b63d # v2.87.0
with:
tool: sqlx-cli@0.9

Expand Down Expand Up @@ -284,7 +284,7 @@ jobs:
# artifacts stay valid). Linking ~99 instrumented test binaries is
# the bulk of a warm-cache "compile" phase; mold cuts it sharply.
- uses: rui314/setup-mold@7e4f20ad28a2e8ca6fd0892ccf72e2abb706b9c3 # v1 (mutable tag)
- uses: taiki-e/install-action@ba47c86ac325773530516bb756137ac718732518 # v2.86.5
- uses: taiki-e/install-action@37f7c5781271959fb65b6b35224e28652ff2b63d # v2.87.0
with:
tool: cargo-llvm-cov,cargo-nextest

Expand Down Expand Up @@ -495,7 +495,7 @@ jobs:
# its cache from a release asset so cold-cache builds don't touch it.
- uses: ./.github/actions/seed-ort-cache
- uses: rui314/setup-mold@7e4f20ad28a2e8ca6fd0892ccf72e2abb706b9c3 # v1 (mutable tag)
- uses: taiki-e/install-action@ba47c86ac325773530516bb756137ac718732518 # v2.86.5
- uses: taiki-e/install-action@37f7c5781271959fb65b6b35224e28652ff2b63d # v2.87.0
with:
tool: sqlx-cli@0.9
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
Expand Down
Loading