Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ jobs:
toolchain: "stable"

- name: Install cargo-deny
uses: taiki-e/install-action@ba47c86ac325773530516bb756137ac718732518 # v2 (tool from `with`)
uses: taiki-e/install-action@37f7c5781271959fb65b6b35224e28652ff2b63d # v2 (tool from `with`)
with:
tool: cargo-deny

Expand Down Expand Up @@ -442,7 +442,7 @@ jobs:
persist-credentials: false

- name: Install mdbook
uses: taiki-e/install-action@ba47c86ac325773530516bb756137ac718732518 # v2
uses: taiki-e/install-action@37f7c5781271959fb65b6b35224e28652ff2b63d # v2
with:
tool: mdbook@0.5.4

Expand Down Expand Up @@ -619,7 +619,7 @@ jobs:
sudo swapon /swapfile

- name: Install cargo-llvm-cov
uses: taiki-e/install-action@ba47c86ac325773530516bb756137ac718732518 # v2 (tool from `with`)
uses: taiki-e/install-action@37f7c5781271959fb65b6b35224e28652ff2b63d # v2 (tool from `with`)
with:
tool: cargo-llvm-cov

Expand Down Expand Up @@ -692,7 +692,7 @@ jobs:
uses: ./.github/actions/apt-build-deps

- name: Install cargo-mutants
uses: taiki-e/install-action@ba47c86ac325773530516bb756137ac718732518 # v2 (tool from `with`)
uses: taiki-e/install-action@37f7c5781271959fb65b6b35224e28652ff2b63d # v2 (tool from `with`)
with:
tool: cargo-mutants

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
run: cargo fetch --locked

- name: Initialize CodeQL
uses: github/codeql-action/init@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4
uses: github/codeql-action/init@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4
with:
languages: rust
# Rust only supports buildless extraction; the extractor resolves
Expand All @@ -76,6 +76,6 @@ jobs:
- tests

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4
uses: github/codeql-action/analyze@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4
with:
category: "/language:rust"
2 changes: 1 addition & 1 deletion .github/workflows/docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ jobs:
run: cosign sign --yes "${{ env.GHCR_IMAGE }}@${{ steps.digest.outputs.digest }}"

- name: Generate SBOM
uses: anchore/sbom-action@e22c389904149dbc22b58101806040fa8d37a610 # v0
uses: anchore/sbom-action@3ad7283483fc7af8ff2b4ea19663c2d5ca935e26 # v0.24.2
with:
image: ${{ env.GHCR_IMAGE }}@${{ steps.digest.outputs.digest }}
format: spdx-json
Expand Down
Loading