diff --git a/.github/workflows/cargo-deny.yaml b/.github/workflows/cargo-deny.yaml index 5dcacb1..2ad79e9 100644 --- a/.github/workflows/cargo-deny.yaml +++ b/.github/workflows/cargo-deny.yaml @@ -29,7 +29,7 @@ jobs: cargo-deny: runs-on: ubuntu-latest steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 - name: Install cargo-deny uses: taiki-e/install-action@db5fb34fa772531a3ece57ca434f579eb334e0fb # v2 with: diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a975ae7..3091a1f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -25,7 +25,7 @@ jobs: releases: ${{ steps.release-plz.outputs.releases }} steps: - name: Checkout repository - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 with: fetch-depth: 0 persist-credentials: false @@ -73,7 +73,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout repository - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 with: persist-credentials: false - name: Resolve CLI release tag @@ -111,7 +111,7 @@ jobs: cancel-in-progress: false steps: - name: Checkout repository - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 with: fetch-depth: 0 persist-credentials: false diff --git a/.github/workflows/rust.yaml b/.github/workflows/rust.yaml index 1a61a4e..22a5455 100644 --- a/.github/workflows/rust.yaml +++ b/.github/workflows/rust.yaml @@ -21,7 +21,7 @@ jobs: with: toolchain: stable components: rustfmt - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 - run: cargo fmt --check lint: @@ -32,7 +32,7 @@ jobs: with: toolchain: stable components: clippy - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 - run: cargo clippy --locked --all-targets --all-features -- -D warnings compile: @@ -42,13 +42,13 @@ jobs: uses: dtolnay/rust-toolchain@3c5f7ea28cd621ae0bf5283f0e981fb97b8a7af9 # master with: toolchain: stable - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 - run: cargo check --locked --all-targets --all-features msrv: runs-on: ubuntu-latest steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 - name: Install cargo-msrv uses: taiki-e/install-action@db5fb34fa772531a3ece57ca434f579eb334e0fb # v2 with: @@ -66,7 +66,7 @@ jobs: uses: dtolnay/rust-toolchain@3c5f7ea28cd621ae0bf5283f0e981fb97b8a7af9 # master with: toolchain: stable - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 - run: cargo doc --locked --document-private-items --no-deps --workspace --all-features test: @@ -77,7 +77,7 @@ jobs: with: toolchain: stable - name: Checkout - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 - name: Test run: cargo test --locked --workspace --all-features @@ -89,7 +89,7 @@ jobs: with: toolchain: stable - name: Checkout - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 - name: Install cargo-llvm-cov uses: taiki-e/install-action@db5fb34fa772531a3ece57ca434f579eb334e0fb # v2 with: