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
2 changes: 1 addition & 1 deletion .github/workflows/ci-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ jobs:
- name: Install cargo-deny
# v2.67.25
uses: >-
taiki-e/install-action@cfdb446e391c69574ebc316dfb7d7849ec12b940
taiki-e/install-action@d6e286fa45544157a02d45a43742857ebbc25d12
with:
tool: cargo-deny

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Install cargo-llvm-cov
# v2.67.25
uses: >-
taiki-e/install-action@cfdb446e391c69574ebc316dfb7d7849ec12b940
taiki-e/install-action@d6e286fa45544157a02d45a43742857ebbc25d12
with:
tool: cargo-llvm-cov@0.6.14

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Install analysis tools
# v2.67.18
uses: taiki-e/install-action@cfdb446e391c69574ebc316dfb7d7849ec12b940
uses: taiki-e/install-action@d6e286fa45544157a02d45a43742857ebbc25d12
with:
tool: cargo-geiger,cargo-bloat

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ jobs:

- name: Initialize CodeQL
# yamllint disable-line rule:line-length
uses: github/codeql-action/init@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
uses: github/codeql-action/init@c793b717bc78562f491db7b0e93a3a178b099162 # v4.32.5
with:
languages: rust
build-mode: none

- name: Perform CodeQL analysis
# yamllint disable-line rule:line-length
uses: github/codeql-action/analyze@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
uses: github/codeql-action/analyze@c793b717bc78562f491db7b0e93a3a178b099162 # v4.32.5
with:
category: "/language:rust"
2 changes: 1 addition & 1 deletion .github/workflows/copilot-setup-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- name: Install cargo-deny
# v2.67.25
uses: taiki-e/install-action@cfdb446e391c69574ebc316dfb7d7849ec12b940
uses: taiki-e/install-action@d6e286fa45544157a02d45a43742857ebbc25d12
with:
tool: cargo-deny

Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/daily-docs-review.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions .github/workflows/docs-freshness.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/fuzz-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
toolchain: nightly

- name: Install cargo-fuzz
uses: taiki-e/install-action@cfdb446e391c69574ebc316dfb7d7849ec12b940 # v2.68.8
uses: taiki-e/install-action@d6e286fa45544157a02d45a43742857ebbc25d12 # v2.68.16
with:
tool: cargo-fuzz@0.12.0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mutation-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
key: ${{ runner.os }}-target-mutation-${{ hashFiles('**/Cargo.lock') }}

- name: Install cargo-mutants
uses: taiki-e/install-action@cfdb446e391c69574ebc316dfb7d7849ec12b940 # v2.68.8
uses: taiki-e/install-action@d6e286fa45544157a02d45a43742857ebbc25d12 # v2.68.16
with:
tool: cargo-mutants@24.11.0

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ jobs:
- name: Install cargo-deb
# v2.67.25
uses: >-
taiki-e/install-action@cfdb446e391c69574ebc316dfb7d7849ec12b940
taiki-e/install-action@d6e286fa45544157a02d45a43742857ebbc25d12
with:
tool: cargo-deb@2.7.0

Expand Down Expand Up @@ -254,7 +254,7 @@ jobs:
- name: Install cargo-generate-rpm
# v2.67.25
uses: >-
taiki-e/install-action@cfdb446e391c69574ebc316dfb7d7849ec12b940
taiki-e/install-action@d6e286fa45544157a02d45a43742857ebbc25d12
with:
tool: cargo-generate-rpm@0.15.1

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-sbom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Install cargo-sbom
# v2.67.25
uses: >-
taiki-e/install-action@cfdb446e391c69574ebc316dfb7d7849ec12b940
taiki-e/install-action@d6e286fa45544157a02d45a43742857ebbc25d12
with:
tool: cargo-sbom

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- name: Install cargo-audit
# v2.67.18
uses: taiki-e/install-action@cfdb446e391c69574ebc316dfb7d7849ec12b940
uses: taiki-e/install-action@d6e286fa45544157a02d45a43742857ebbc25d12
with:
tool: cargo-audit

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/spell-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: Check spelling with typos
# master (latest)
uses: crate-ci/typos@57b11c6b7e54c402ccd9cda953f1072ec4f78e33
uses: crate-ci/typos@631208b7aac2daa8b707f55e7331f9112b0e062d
continue-on-error: true
with:
files: .
Expand Down
Loading