diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 39e2535e..abbdba55 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -32,7 +32,7 @@ jobs: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - name: Install cargo-llvm-cov - uses: taiki-e/install-action@f355b1dcaf1a1c56ccead97cc540a259faf4bd5a # v2.62.20 + uses: taiki-e/install-action@e30c5b8cfc4910a9f163907c8149ac1e54f1ab11 # v2.62.25 with: tool: cargo-llvm-cov - name: Install dependencies diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index a0102b70..078adba1 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -138,7 +138,7 @@ jobs: uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - name: Install Cargo Audit - uses: taiki-e/install-action@f355b1dcaf1a1c56ccead97cc540a259faf4bd5a # v2.62.20 + uses: taiki-e/install-action@e30c5b8cfc4910a9f163907c8149ac1e54f1ab11 # v2.62.25 with: tool: cargo-audit @@ -167,7 +167,7 @@ jobs: uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - name: Install Cargo Hack - uses: taiki-e/install-action@f355b1dcaf1a1c56ccead97cc540a259faf4bd5a # v2.62.20 + uses: taiki-e/install-action@e30c5b8cfc4910a9f163907c8149ac1e54f1ab11 # v2.62.25 with: tool: cargo-hack diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ccd165cd..ed479529 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -54,7 +54,7 @@ jobs: if: steps.cargo-cache.outputs.cache-hit != 'true' continue-on-error: true - name: Install cargo audit & auditable - uses: taiki-e/install-action@f355b1dcaf1a1c56ccead97cc540a259faf4bd5a # v2.62.20 + uses: taiki-e/install-action@e30c5b8cfc4910a9f163907c8149ac1e54f1ab11 # v2.62.25 with: tool: cargo-audit,cargo-auditable - id: version @@ -103,7 +103,7 @@ jobs: if-no-files-found: error retention-days: 5 - name: Install cargo-cyclonedx - uses: taiki-e/install-action@f355b1dcaf1a1c56ccead97cc540a259faf4bd5a # v2.62.20 + uses: taiki-e/install-action@e30c5b8cfc4910a9f163907c8149ac1e54f1ab11 # v2.62.25 with: tool: cargo-cyclonedx - name: Run cycloneDX and get JSON output