diff --git a/.github/workflows/security.yaml b/.github/workflows/security.yaml index 400f9ff..5330b88 100644 --- a/.github/workflows/security.yaml +++ b/.github/workflows/security.yaml @@ -100,7 +100,7 @@ jobs: toolchain: stable - name: Run advisories checklist - uses: EmbarkStudios/cargo-deny-action@76cd80eb775d7bbbd2d80292136d74d39e1b4918 # v2 + uses: EmbarkStudios/cargo-deny-action@3fd3802e88374d3fe9159b834c7714ec57d6c979 # v2 with: command: check advisories @@ -135,6 +135,6 @@ jobs: toolchain: stable - name: Run bans, licenses, and sources checklist - uses: EmbarkStudios/cargo-deny-action@76cd80eb775d7bbbd2d80292136d74d39e1b4918 # v2 + uses: EmbarkStudios/cargo-deny-action@3fd3802e88374d3fe9159b834c7714ec57d6c979 # v2 with: command: check bans licenses sources