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@a37010ded18ff788be4440302bd6830b1ae50d8b
taiki-e/install-action@de6bbd1333b8f331563d54a051e542c7dfef81c3
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@a37010ded18ff788be4440302bd6830b1ae50d8b
taiki-e/install-action@de6bbd1333b8f331563d54a051e542c7dfef81c3
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@a37010ded18ff788be4440302bd6830b1ae50d8b
uses: taiki-e/install-action@de6bbd1333b8f331563d54a051e542c7dfef81c3
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@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
uses: github/codeql-action/init@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4.33.0
with:
languages: rust
build-mode: none

- name: Perform CodeQL analysis
# yamllint disable-line rule:line-length
uses: github/codeql-action/analyze@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
uses: github/codeql-action/analyze@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4.33.0
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@a37010ded18ff788be4440302bd6830b1ae50d8b
uses: taiki-e/install-action@de6bbd1333b8f331563d54a051e542c7dfef81c3
with:
tool: cargo-deny

Expand Down
22 changes: 11 additions & 11 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.

20 changes: 10 additions & 10 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@a37010ded18ff788be4440302bd6830b1ae50d8b # v2.68.25
uses: taiki-e/install-action@de6bbd1333b8f331563d54a051e542c7dfef81c3 # v2.68.34
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@a37010ded18ff788be4440302bd6830b1ae50d8b # v2.68.25
uses: taiki-e/install-action@de6bbd1333b8f331563d54a051e542c7dfef81c3 # v2.68.34
with:
tool: cargo-mutants@24.11.0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Create nightly release
uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.2.0
uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2.2.0
with:
tag_name: nightly
name: Nightly Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-create.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
id: create_release
# v2.0.3
uses: >-
softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b
softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe
with:
tag_name: ${{ inputs.tag }}
name: >-
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@a37010ded18ff788be4440302bd6830b1ae50d8b
taiki-e/install-action@de6bbd1333b8f331563d54a051e542c7dfef81c3
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@a37010ded18ff788be4440302bd6830b1ae50d8b
taiki-e/install-action@de6bbd1333b8f331563d54a051e542c7dfef81c3
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@a37010ded18ff788be4440302bd6830b1ae50d8b
taiki-e/install-action@de6bbd1333b8f331563d54a051e542c7dfef81c3
with:
tool: cargo-sbom

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-sign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install Cosign
# v3.7.0
uses: >-
sigstore/cosign-installer@faadad0cce49287aee09b3a48701e75088a2c6ad
sigstore/cosign-installer@ba7bc0a3fef59531c69a25acd34668d6d3fe6f22

- name: Download release assets
env:
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@a37010ded18ff788be4440302bd6830b1ae50d8b
uses: taiki-e/install-action@de6bbd1333b8f331563d54a051e542c7dfef81c3
with:
tool: cargo-audit

Expand Down
Loading