diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9c151072..23caf606 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: run: cargo run --locked -p projectatlas-lints --bin cargo-projectatlas-lints -- strict-strings - name: Install cargo-deny - uses: taiki-e/install-action@a6b2e2dcd845ddd7f509ce4f3ed3d922b80cc5d9 # v2 + uses: taiki-e/install-action@82cd3e7658a6f96c86c0234aeeda1748937cb0a1 # v2 with: tool: cargo-deny@0.20.2 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2f4e7274..f192635d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -123,7 +123,7 @@ jobs: run: cargo run --locked -p projectatlas-lints --bin cargo-projectatlas-lints -- strict-strings - name: Install cargo-deny - uses: taiki-e/install-action@a6b2e2dcd845ddd7f509ce4f3ed3d922b80cc5d9 # v2 + uses: taiki-e/install-action@82cd3e7658a6f96c86c0234aeeda1748937cb0a1 # v2 with: tool: cargo-deny@0.20.2