diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b70afae3..b9db9014 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -95,7 +95,7 @@ jobs: sudo apt-get update sudo apt-get install --yes --no-install-recommends libasound2-dev pkg-config - name: Install cargo-nextest - uses: taiki-e/install-action@a2a5f6e99e1a31540baa0468acfa302cff0f359f # v2.86.4 + uses: taiki-e/install-action@37f7c5781271959fb65b6b35224e28652ff2b63d # v2.87.0 with: tool: nextest - name: Test workspace diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 22bedf73..a1c7148d 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -81,7 +81,7 @@ jobs: echo "archive=$archive" >> "$GITHUB_OUTPUT" - name: Generate CycloneDX SBOM - uses: anchore/sbom-action@e22c389904149dbc22b58101806040fa8d37a610 # v0 + uses: anchore/sbom-action@aa80c8c5bd439a416a62804f2151ab38c671a638 # v0.24.1 with: artifact-name: ${{ steps.source.outputs.archive }}.cdx.json format: cyclonedx-json diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6525bacd..2475aae3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -126,7 +126,7 @@ jobs: # dependency manifest, so the SBOM describes the shipped artifact rather # than the source tree. - name: Generate CycloneDX SBOM - uses: anchore/sbom-action@e22c389904149dbc22b58101806040fa8d37a610 # v0 + uses: anchore/sbom-action@aa80c8c5bd439a416a62804f2151ab38c671a638 # v0.24.1 with: file: ${{ steps.artifact.outputs.base }}/harmonia artifact-name: ${{ steps.artifact.outputs.base }}.cdx.json