diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cb081a4..9fd8d76 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -69,7 +69,7 @@ jobs: - name: Install toolchain run: rustup toolchain install stable - name: Install cargo-edit tool - uses: taiki-e/install-action@cca35edeb1d01366c2843b68fc3ca441446d73d3 # v2 + uses: taiki-e/install-action@3d7d7cd5ac7f994c1892ae0c06165095b9139094 # v2 with: tool: cargo-edit - name: Update version string @@ -138,7 +138,7 @@ jobs: - name: Install toolchain run: rustup toolchain install stable - name: Install cargo-sbom - uses: taiki-e/install-action@cca35edeb1d01366c2843b68fc3ca441446d73d3 # v2 + uses: taiki-e/install-action@3d7d7cd5ac7f994c1892ae0c06165095b9139094 # v2 with: tool: cargo-sbom - name: Generate SBOM