diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 72497c9..8e37a88 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -52,7 +52,7 @@ jobs: uses: Swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2.9.2 - name: Install cargo-deny and cargo-sort - uses: taiki-e/install-action@5b4d68e2e660441203ab128a23676f1e4faf1532 # v2.86.3 + uses: taiki-e/install-action@b6ff580856c41316412a0b9b60540fbc6f8c82cc # v2.86.7 with: tool: cargo-deny,cargo-sort @@ -245,7 +245,7 @@ jobs: workspaces: "fuzz -> target" - name: Install cargo-fuzz - uses: taiki-e/install-action@5b4d68e2e660441203ab128a23676f1e4faf1532 # v2.86.3 + uses: taiki-e/install-action@b6ff580856c41316412a0b9b60540fbc6f8c82cc # v2.86.7 with: tool: cargo-fuzz diff --git a/.github/workflows/security_audit.yaml b/.github/workflows/security_audit.yaml index 1bc3617..c688854 100644 --- a/.github/workflows/security_audit.yaml +++ b/.github/workflows/security_audit.yaml @@ -33,7 +33,7 @@ jobs: # lookup, so the action never compiles cargo-audit and the pin no longer # constrains a tool that only ever reads Cargo.lock. - name: Install cargo-audit - uses: taiki-e/install-action@5b4d68e2e660441203ab128a23676f1e4faf1532 # v2.86.3 + uses: taiki-e/install-action@b6ff580856c41316412a0b9b60540fbc6f8c82cc # v2.86.7 with: tool: cargo-audit