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
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line numberDiff line numberDiff line change
Expand Up@@ -132,7 +132,7 @@ jobs:
name: Feature powerset and coverage
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
submodules: recursive
persist-credentials: false
Expand All@@ -143,7 +143,7 @@ jobs:

- uses: Swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2

- uses: taiki-e/install-action@5b4d68e2e660441203ab128a23676f1e4faf1532 # v2
- uses: taiki-e/install-action@ba47c86ac325773530516bb756137ac718732518 # v2
with:
tool: cargo-hack,cargo-llvm-cov

Expand DownExpand Up@@ -328,7 +328,7 @@ jobs:

- uses: Swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2

- uses: taiki-e/install-action@5b4d68e2e660441203ab128a23676f1e4faf1532 # v2
- uses: taiki-e/install-action@ba47c86ac325773530516bb756137ac718732518 # v2
with:
tool: cargo-llvm-cov

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line numberDiff line numberDiff line change
Expand Up@@ -52,7 +52,7 @@ jobs:
runs-on: ubuntu-latest
environment: Production
steps:
- uses: actions/checkout@v7
- uses: actions/checkout@v7.0.1
with:
fetch-depth: 0
submodules: true
Expand DownExpand Up@@ -221,7 +221,7 @@ jobs:
tag: ${{ steps.resolve.outputs.tag }}
next_version: ${{ steps.resolve.outputs.next_version }}
steps:
- uses: actions/checkout@v7
- uses: actions/checkout@v7.0.1
with:
fetch-depth: 0
persist-credentials: false
Expand DownExpand Up@@ -298,7 +298,7 @@ jobs:
target: aarch64-pc-windows-msvc
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v7
- uses: actions/checkout@v7.0.1
with:
ref: ${{ needs.release-target.outputs.tag }}
persist-credentials: false
Expand DownExpand Up@@ -402,7 +402,7 @@ jobs:
&& needs.native-bundles.result == 'success' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/checkout@v7.0.1
with:
ref: ${{ needs.release-target.outputs.tag }}
persist-credentials: false
Expand Down