Skip to content
Open
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/bench-eql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
# the repo root never sees packages/eql/mise.toml.
working_directory: packages/eql

- uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
- uses: Swatinem/rust-cache@f0d9c3887740aee45f6153b24b3a6b815192ec16 # v2
with:
workspaces: packages/eql
shared-key: sqlx-tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macro-expand-eql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
cache: true
working_directory: packages/eql

- uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
- uses: Swatinem/rust-cache@f0d9c3887740aee45f6153b24b3a6b815192ec16 # v2
with:
# The workspace ROOT, not the `tests/sqlx` member this job expands.
# `workspaces:` tells rust-cache where to find the `Cargo.lock` it
Expand Down
22 changes: 11 additions & 11 deletions .github/workflows/test-eql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ jobs:
cache: true
working_directory: packages/eql

- uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
- uses: Swatinem/rust-cache@f0d9c3887740aee45f6153b24b3a6b815192ec16 # v2
with:
workspaces: packages/eql
shared-key: sqlx-tests
Expand Down Expand Up @@ -403,7 +403,7 @@ jobs:
cache: true
working_directory: packages/eql

- uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
- uses: Swatinem/rust-cache@f0d9c3887740aee45f6153b24b3a6b815192ec16 # v2
with:
workspaces: packages/eql
shared-key: sqlx-tests
Expand Down Expand Up @@ -454,7 +454,7 @@ jobs:
cache: true
working_directory: packages/eql

- uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
- uses: Swatinem/rust-cache@f0d9c3887740aee45f6153b24b3a6b815192ec16 # v2
with:
workspaces: packages/eql
shared-key: sqlx-tests
Expand Down Expand Up @@ -503,7 +503,7 @@ jobs:
install: true
cache: true
working_directory: packages/eql
- uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
- uses: Swatinem/rust-cache@f0d9c3887740aee45f6153b24b3a6b815192ec16 # v2
with:
workspaces: packages/eql
shared-key: sqlx-tests
Expand All @@ -530,7 +530,7 @@ jobs:
install: true
cache: true
working_directory: packages/eql
- uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
- uses: Swatinem/rust-cache@f0d9c3887740aee45f6153b24b3a6b815192ec16 # v2
with:
workspaces: packages/eql
shared-key: sqlx-tests
Expand Down Expand Up @@ -584,7 +584,7 @@ jobs:
install: true
cache: true
working_directory: packages/eql
- uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
- uses: Swatinem/rust-cache@f0d9c3887740aee45f6153b24b3a6b815192ec16 # v2
with:
workspaces: packages/eql
shared-key: sqlx-tests
Expand Down Expand Up @@ -614,7 +614,7 @@ jobs:
install: true
cache: true
working_directory: packages/eql
- uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
- uses: Swatinem/rust-cache@f0d9c3887740aee45f6153b24b3a6b815192ec16 # v2
with:
workspaces: packages/eql
shared-key: sqlx-tests
Expand Down Expand Up @@ -648,7 +648,7 @@ jobs:
install: true
cache: true
working_directory: packages/eql
- uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
- uses: Swatinem/rust-cache@f0d9c3887740aee45f6153b24b3a6b815192ec16 # v2
with:
workspaces: packages/eql
shared-key: sqlx-tests
Expand Down Expand Up @@ -702,7 +702,7 @@ jobs:
# scripts/__tests__/eql-suite-ci.test.mjs, which finds the cargo by
# closing over the mise task graph rather than grepping this file — the
# string `cargo` appears nowhere in it.
- uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
- uses: Swatinem/rust-cache@f0d9c3887740aee45f6153b24b3a6b815192ec16 # v2
with:
workspaces: packages/eql
shared-key: sqlx-tests
Expand Down Expand Up @@ -746,7 +746,7 @@ jobs:
install: true
cache: true
working_directory: packages/eql
- uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
- uses: Swatinem/rust-cache@f0d9c3887740aee45f6153b24b3a6b815192ec16 # v2
with:
workspaces: packages/eql
shared-key: sqlx-tests
Expand Down Expand Up @@ -864,7 +864,7 @@ jobs:
install: true
cache: true
working_directory: packages/eql
- uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
- uses: Swatinem/rust-cache@f0d9c3887740aee45f6153b24b3a6b815192ec16 # v2
with:
workspaces: packages/eql
shared-key: sqlx-tests
Expand Down
Loading