From 990a5e86839345dfe99e1d257683cf220c1e7c52 Mon Sep 17 00:00:00 2001 From: Nextest Bot Date: Wed, 18 Oct 2023 14:05:50 -0700 Subject: [PATCH] Update actions/checkout digest to b4ffde6 (#1044) --- .github/workflows/ci.yml | 8 ++++---- .github/workflows/coverage.yml | 2 +- .github/workflows/docs.yml | 2 +- .github/workflows/hakari.yml | 2 +- .github/workflows/release.yml | 14 +++++++------- 5 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 10e704ad995..b0c8031ac0f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: name: Lint runs-on: ubuntu-latest steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - uses: dtolnay/rust-toolchain@stable with: components: rustfmt, clippy @@ -42,7 +42,7 @@ jobs: os: [ ubuntu-latest ] fail-fast: false steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - uses: dtolnay/rust-toolchain@stable with: components: rustfmt, clippy @@ -63,7 +63,7 @@ jobs: rust-version: [ "1.70", stable ] fail-fast: false steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - uses: dtolnay/rust-toolchain@master with: toolchain: ${{ matrix.rust-version }} @@ -102,7 +102,7 @@ jobs: # gcc-mingw-w64-x86-64-win32 requires Ubuntu 22.04 runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: Install Rust toolchain uses: dtolnay/rust-toolchain@stable with: diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 7e8b387cc9c..a7e2c0a7979 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -17,7 +17,7 @@ jobs: RUSTFLAGS: -D warnings CARGO_TERM_COLOR: always steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - uses: dtolnay/rust-toolchain@stable with: components: llvm-tools-preview diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index c020ed864c2..298d799c86c 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -12,7 +12,7 @@ jobs: concurrency: ci-${{ github.ref }} runs-on: ubuntu-latest steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - uses: dtolnay/rust-toolchain@stable - uses: Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43 # v2 - name: Install static-sitemap-cli diff --git a/.github/workflows/hakari.yml b/.github/workflows/hakari.yml index 3dc215da5aa..dc8a16b9e92 100644 --- a/.github/workflows/hakari.yml +++ b/.github/workflows/hakari.yml @@ -17,7 +17,7 @@ jobs: env: RUSTFLAGS: -D warnings steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - uses: dtolnay/rust-toolchain@stable - name: Install cargo-hakari uses: taiki-e/install-action@56763447c13e66a9787a23b000f5c18f765781ee # v2 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index af2b46319e4..3e6bd26083e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: if: github.repository_owner == 'nextest-rs' && startsWith(github.ref_name, 'quick-junit-') runs-on: ubuntu-latest steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 with: persist-credentials: false - name: Install Rust @@ -40,7 +40,7 @@ jobs: if: github.repository_owner == 'nextest-rs' && startsWith(github.ref_name, 'nextest-filtering-') runs-on: ubuntu-latest steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 with: persist-credentials: false - name: Install Rust @@ -67,7 +67,7 @@ jobs: if: github.repository_owner == 'nextest-rs' && startsWith(github.ref_name, 'nextest-metadata-') runs-on: ubuntu-latest steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 with: persist-credentials: false - name: Install Rust @@ -94,7 +94,7 @@ jobs: if: github.repository_owner == 'nextest-rs' && startsWith(github.ref_name, 'nextest-runner-') runs-on: ubuntu-latest steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 with: persist-credentials: false - name: Install Rust @@ -121,7 +121,7 @@ jobs: if: github.repository_owner == 'nextest-rs' && startsWith(github.ref_name, 'cargo-nextest-') runs-on: ubuntu-latest steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 with: persist-credentials: false # Note: do not publish this until binaries are built and uploaded below. This is so that @@ -184,7 +184,7 @@ jobs: - if: matrix.container == 'ghcr.io/nextest-rs/ubuntu-18.04:1.0.0' run: | git config --global --add safe.directory "${GITHUB_WORKSPACE}" - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: Install Rust uses: dtolnay/rust-toolchain@stable - uses: taiki-e/upload-rust-binary-action@f6b013bbda0fb47fb0e7a25a1e437b51971fb241 # v1 @@ -228,7 +228,7 @@ jobs: - build-cargo-nextest-binaries runs-on: ubuntu-latest steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: Install Rust uses: dtolnay/rust-toolchain@stable - name: Install cargo release