diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 60a1d443040..168efca0cd1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: env: RUSTFLAGS: -D warnings steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - uses: dtolnay/rust-toolchain@stable with: components: rustfmt, clippy @@ -50,7 +50,7 @@ jobs: env: RUSTFLAGS: -D warnings steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - uses: dtolnay/rust-toolchain@master with: toolchain: ${{ matrix.rust-version }} @@ -89,7 +89,7 @@ jobs: env: RUSTFLAGS: -D warnings steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - uses: dtolnay/rust-toolchain@master with: toolchain: ${{ matrix.rust-version }} @@ -115,7 +115,7 @@ jobs: env: RUSTDOCFLAGS: -D warnings steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - uses: dtolnay/rust-toolchain@stable # Note: caching doesn't appear to work for rustdoc as of 2022-12-04, and we're exceeding cache # sizes anyway @@ -136,7 +136,7 @@ jobs: RUSTFLAGS: -D warnings PROPTEST_MULTIPLIER: 64 steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 # This matches the cfg-expr version. - uses: dtolnay/rust-toolchain@1.81.0 - uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2 @@ -149,7 +149,7 @@ jobs: env: RUSTFLAGS: -D warnings steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - uses: dtolnay/rust-toolchain@stable with: targets: aarch64-unknown-linux-gnu diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 46f5d797f8c..1164fb44ded 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -11,7 +11,7 @@ jobs: concurrency: ci-${{ github.ref }} runs-on: ubuntu-latest steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - uses: dtolnay/rust-toolchain@nightly # Note: caching doesn't appear to work for rustdoc as of 2022-12-04, and we're exceeding cache # sizes anyway diff --git a/.github/workflows/hakari.yml b/.github/workflows/hakari.yml index bab57dc51e7..aa9d727ba77 100644 --- a/.github/workflows/hakari.yml +++ b/.github/workflows/hakari.yml @@ -17,7 +17,7 @@ jobs: env: RUSTFLAGS: -D warnings steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - uses: dtolnay/rust-toolchain@stable - name: Install cargo-hakari uses: taiki-e/install-action@3451569d988f3b0b3eaccd1d1b539a75ec96f192 # v2 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 74c5eae5273..1d9685d8461 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: if: github.repository_owner == 'guppy-rs' && startsWith(github.ref_name, 'target-spec-3') runs-on: ubuntu-latest steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 with: persist-credentials: false - name: Install Rust @@ -37,7 +37,7 @@ jobs: if: github.repository_owner == 'guppy-rs' && startsWith(github.ref_name, 'target-spec-miette-') runs-on: ubuntu-latest steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 with: persist-credentials: false - name: Install Rust @@ -62,7 +62,7 @@ jobs: if: github.repository_owner == 'guppy-rs' && startsWith(github.ref_name, 'guppy-summaries-') runs-on: ubuntu-latest steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 with: persist-credentials: false - name: Install Rust @@ -88,7 +88,7 @@ jobs: if: github.repository_owner == 'guppy-rs' && startsWith(github.ref_name, 'guppy-0') runs-on: ubuntu-latest steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 with: persist-credentials: false - name: Install Rust @@ -113,7 +113,7 @@ jobs: if: github.repository_owner == 'guppy-rs' && startsWith(github.ref_name, 'determinator-') runs-on: ubuntu-latest steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 with: persist-credentials: false - name: Install Rust @@ -138,7 +138,7 @@ jobs: if: github.repository_owner == 'guppy-rs' && startsWith(github.ref_name, 'hakari-') runs-on: ubuntu-latest steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 with: persist-credentials: false - name: Install Rust @@ -163,7 +163,7 @@ jobs: if: github.repository_owner == 'guppy-rs' && startsWith(github.ref_name, 'cargo-hakari-') runs-on: ubuntu-latest steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 with: persist-credentials: false # Note: do not publish this to crates.io until binaries are built and uploaded below. This is @@ -235,7 +235,7 @@ jobs: build-tool: cross runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Install Rust uses: dtolnay/rust-toolchain@stable - uses: taiki-e/upload-rust-binary-action@4cb589740b9124d524fd00973bb4f2082bb55d10 # v1 @@ -280,7 +280,7 @@ jobs: - build-cargo-hakari-binaries runs-on: ubuntu-latest steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Install Rust uses: dtolnay/rust-toolchain@stable - name: Install cargo release