diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index 624c11bf..684802d5 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -50,7 +50,7 @@ jobs: steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - - uses: EmbarkStudios/cargo-deny-action@f87fcad0e65efa7cbdec993036c394fa9be14262 # v2 + - uses: EmbarkStudios/cargo-deny-action@2d8c9929d8f9f42bedba73f1287cb0b479f07acb # v2 with: command: check bans licenses sources diff --git a/.github/workflows/careful.yml b/.github/workflows/careful.yml index 660d6a92..c19916c6 100644 --- a/.github/workflows/careful.yml +++ b/.github/workflows/careful.yml @@ -37,7 +37,7 @@ jobs: with: toolchain: ${{ matrix.rust }} - name: install cargo-careful - uses: taiki-e/install-action@6da51af62171044932d435033daa70a0eb3383ba # v2 + uses: taiki-e/install-action@a22e1808bbd53573c0b897cc089c64643401af7d # v2 with: tool: cargo-careful - uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2 diff --git a/.github/workflows/ci-heavy.yml b/.github/workflows/ci-heavy.yml index 68994446..cab8c267 100644 --- a/.github/workflows/ci-heavy.yml +++ b/.github/workflows/ci-heavy.yml @@ -151,7 +151,7 @@ jobs: with: toolchain: ${{ matrix.rust }} - name: install cargo-hack - uses: taiki-e/install-action@6da51af62171044932d435033daa70a0eb3383ba # v2 + uses: taiki-e/install-action@a22e1808bbd53573c0b897cc089c64643401af7d # v2 with: tool: cargo-hack - uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2 @@ -253,7 +253,7 @@ jobs: steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Install cargo-hack - uses: taiki-e/install-action@6da51af62171044932d435033daa70a0eb3383ba # v2 + uses: taiki-e/install-action@a22e1808bbd53573c0b897cc089c64643401af7d # v2 with: tool: cargo-hack diff --git a/.github/workflows/coverage.yaml b/.github/workflows/coverage.yaml index 21bdbd70..3f053553 100644 --- a/.github/workflows/coverage.yaml +++ b/.github/workflows/coverage.yaml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Install cargo-tarpaulin - uses: taiki-e/install-action@6da51af62171044932d435033daa70a0eb3383ba # v2 + uses: taiki-e/install-action@a22e1808bbd53573c0b897cc089c64643401af7d # v2 with: tool: cargo-tarpaulin