Skip to content

Commit

Permalink
Lock taiki-e/install-action to a githash for apache action policy - R…
Browse files Browse the repository at this point in the history
…elease 2.46.19 in the case of this hash.
  • Loading branch information
Omega359 committed Dec 21, 2024
1 parent 9b8b8f6 commit b827048
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ jobs:
with:
rust-version: stable
- name: Install nextest
uses: taiki-e/install-action@e37f44cf370f5ab2495787a3f6f30f092bc9a53e
uses: taiki-e/install-action@e37f44c
with:
tool: cargo-nextest
- name: Run tests (excluding doctests)
Expand All @@ -211,7 +211,7 @@ jobs:
with:
rust-version: stable
- name: Install nextest
uses: taiki-e/install-action@e37f44cf370f5ab2495787a3f6f30f092bc9a53e
uses: taiki-e/install-action@e37f44c
with:
tool: cargo-nextest
- name: Run tests (excluding doctests)
Expand Down Expand Up @@ -407,7 +407,7 @@ jobs:
# - name: Setup Rust toolchain
# uses: ./.github/actions/setup-macos-builder
# - name: Install nextest
# uses: taiki-e/install-action@e37f44cf370f5ab2495787a3f6f30f092bc9a53e
# uses: taiki-e/install-action@e37f44c
# with:
# tool: cargo-nextest
# - name: Run tests (excluding doctests)
Expand All @@ -429,7 +429,7 @@ jobs:
- name: Setup Rust toolchain
uses: ./.github/actions/setup-macos-aarch64-builder
- name: Install nextest
uses: taiki-e/install-action@e37f44cf370f5ab2495787a3f6f30f092bc9a53e
uses: taiki-e/install-action@e37f44c
with:
tool: cargo-nextest
- name: Run tests (excluding doctests)
Expand Down Expand Up @@ -463,7 +463,7 @@ jobs:
with:
rust-version: stable
- name: Install nextest
uses: taiki-e/install-action@e37f44cf370f5ab2495787a3f6f30f092bc9a53e
uses: taiki-e/install-action@e37f44c
with:
tool: cargo-nextest
- name: Run datafusion-common tests
Expand Down Expand Up @@ -581,7 +581,7 @@ jobs:
with:
rust-version: stable
- name: Install nextest
uses: taiki-e/install-action@e37f44cf370f5ab2495787a3f6f30f092bc9a53e
uses: taiki-e/install-action@e37f44c
with:
tool: cargo-nextest
- name: Run tests
Expand Down

0 comments on commit b827048

Please sign in to comment.