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@288875dd3d64326724fa6d9593062d9f8ba0b131
taiki-e/install-action@cfdb446e391c69574ebc316dfb7d7849ec12b940
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@288875dd3d64326724fa6d9593062d9f8ba0b131
taiki-e/install-action@cfdb446e391c69574ebc316dfb7d7849ec12b940
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@288875dd3d64326724fa6d9593062d9f8ba0b131
uses: taiki-e/install-action@cfdb446e391c69574ebc316dfb7d7849ec12b940
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@9e907b5e64f6b83e7804b09294d44122997950d6 # v4.32.3
uses: github/codeql-action/init@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
with:
languages: rust
build-mode: none

- name: Perform CodeQL analysis
# yamllint disable-line rule:line-length
uses: github/codeql-action/analyze@9e907b5e64f6b83e7804b09294d44122997950d6 # v4.32.3
uses: github/codeql-action/analyze@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
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@288875dd3d64326724fa6d9593062d9f8ba0b131
uses: taiki-e/install-action@cfdb446e391c69574ebc316dfb7d7849ec12b940
with:
tool: cargo-deny

Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/daily-docs-review.lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
comment_repo: ""
steps:
- name: Setup Scripts
uses: github/gh-aw/actions/setup@c94abee3e98890c5ddf4e8f41a74ed3302c56cec # v0.47.1
uses: github/gh-aw/actions/setup@bf34f9947505c887fdc597a13b8ff277cccd9c20 # v0.49.4
with:
destination: /opt/gh-aw/actions
- name: Validate context variables
Expand Down Expand Up @@ -252,7 +252,7 @@ jobs:
secret_verification_result: ${{ steps.validate-secret.outputs.verification_result }}
steps:
- name: Setup Scripts
uses: github/gh-aw/actions/setup@c94abee3e98890c5ddf4e8f41a74ed3302c56cec # v0.47.1
uses: github/gh-aw/actions/setup@bf34f9947505c887fdc597a13b8ff277cccd9c20 # v0.49.4
with:
destination: /opt/gh-aw/actions
- name: Checkout repository
Expand Down Expand Up @@ -839,7 +839,7 @@ jobs:
total_count: ${{ steps.missing_tool.outputs.total_count }}
steps:
- name: Setup Scripts
uses: github/gh-aw/actions/setup@c94abee3e98890c5ddf4e8f41a74ed3302c56cec # v0.47.1
uses: github/gh-aw/actions/setup@bf34f9947505c887fdc597a13b8ff277cccd9c20 # v0.49.4
with:
destination: /opt/gh-aw/actions
- name: Download agent output artifact
Expand Down Expand Up @@ -943,7 +943,7 @@ jobs:
success: ${{ steps.parse_results.outputs.success }}
steps:
- name: Setup Scripts
uses: github/gh-aw/actions/setup@c94abee3e98890c5ddf4e8f41a74ed3302c56cec # v0.47.1
uses: github/gh-aw/actions/setup@bf34f9947505c887fdc597a13b8ff277cccd9c20 # v0.49.4
with:
destination: /opt/gh-aw/actions
- name: Download agent artifacts
Expand Down Expand Up @@ -1055,7 +1055,7 @@ jobs:
process_safe_outputs_temporary_id_map: ${{ steps.process_safe_outputs.outputs.temporary_id_map }}
steps:
- name: Setup Scripts
uses: github/gh-aw/actions/setup@c94abee3e98890c5ddf4e8f41a74ed3302c56cec # v0.47.1
uses: github/gh-aw/actions/setup@bf34f9947505c887fdc597a13b8ff277cccd9c20 # v0.49.4
with:
destination: /opt/gh-aw/actions
- name: Download agent output artifact
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
echo '<meta http-equiv="refresh" content="0; url=rust_template">' > target/doc/index.html

- name: Install mdBook
uses: taiki-e/install-action@288875dd3d64326724fa6d9593062d9f8ba0b131 # v2.67.30
uses: taiki-e/install-action@cfdb446e391c69574ebc316dfb7d7849ec12b940 # v2.68.8
with:
tool: mdbook@0.4.40

Expand Down
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@288875dd3d64326724fa6d9593062d9f8ba0b131 # v2.67.30
uses: taiki-e/install-action@cfdb446e391c69574ebc316dfb7d7849ec12b940 # v2.68.8
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@288875dd3d64326724fa6d9593062d9f8ba0b131 # v2.67.30
uses: taiki-e/install-action@cfdb446e391c69574ebc316dfb7d7849ec12b940 # v2.68.8
with:
tool: cargo-mutants@24.11.0

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-create.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
id: changelog
# v4.5.0
uses: >-
orhun/git-cliff-action@e16f179f0be49ecdfe63753837f20b9531642772
orhun/git-cliff-action@c93ef52f3d0ddcdcc9bd5447d98d458a11cd4f72
with:
config: cliff.toml
args: --latest --strip header
Expand All @@ -66,7 +66,7 @@ jobs:
- name: Generate full changelog
# v4.5.0
uses: >-
orhun/git-cliff-action@e16f179f0be49ecdfe63753837f20b9531642772
orhun/git-cliff-action@c93ef52f3d0ddcdcc9bd5447d98d458a11cd4f72
with:
config: cliff.toml
args: --verbose
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@288875dd3d64326724fa6d9593062d9f8ba0b131
taiki-e/install-action@cfdb446e391c69574ebc316dfb7d7849ec12b940
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@288875dd3d64326724fa6d9593062d9f8ba0b131
taiki-e/install-action@cfdb446e391c69574ebc316dfb7d7849ec12b940
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@288875dd3d64326724fa6d9593062d9f8ba0b131
taiki-e/install-action@cfdb446e391c69574ebc316dfb7d7849ec12b940
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@288875dd3d64326724fa6d9593062d9f8ba0b131
uses: taiki-e/install-action@cfdb446e391c69574ebc316dfb7d7849ec12b940
with:
tool: cargo-audit

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/stale@997185467fa4f803885201cee163a9f38240193d # v10.1.1
- uses: actions/stale@b5d41d4e1d5dceea10e7104786b73624c18a190f # v10.2.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

Expand Down
Loading