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@f176c07a0a40cbfdd08ee9aa8bf1655701d11e69
taiki-e/install-action@288875dd3d64326724fa6d9593062d9f8ba0b131
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@f176c07a0a40cbfdd08ee9aa8bf1655701d11e69
taiki-e/install-action@288875dd3d64326724fa6d9593062d9f8ba0b131
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@1c0532667bd5bc37f71fc223a52e7c41c966d9d7
uses: taiki-e/install-action@288875dd3d64326724fa6d9593062d9f8ba0b131
with:
tool: cargo-geiger,cargo-bloat

Expand Down
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@f176c07a0a40cbfdd08ee9aa8bf1655701d11e69
uses: taiki-e/install-action@288875dd3d64326724fa6d9593062d9f8ba0b131
with:
tool: cargo-deny

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- name: Dependabot metadata
id: metadata
uses: dependabot/fetch-metadata@5e5f99653a5b510e8555840e80cbf1514ad4af38 # v2.2.0
uses: dependabot/fetch-metadata@21025c705c08248db411dc16f3619e6b5f9ea21a # v2.2.0

- name: Auto-merge patch and minor updates
if: steps.metadata.outputs.update-type == 'version-update:semver-patch' || steps.metadata.outputs.update-type == 'version-update:semver-minor'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker-hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- name: Extract metadata
id: meta
uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5.5.1
uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10.0
with:
images: |
${{ github.repository }}
Expand All @@ -55,7 +55,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push
uses: docker/build-push-action@4f7cdeb0f05278b464e71357394bf2c61f94138e # v6.10.0
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.10.0
with:
context: .
platforms: linux/amd64,linux/arm64
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@f176c07a0a40cbfdd08ee9aa8bf1655701d11e69 # v2.67.25
uses: taiki-e/install-action@288875dd3d64326724fa6d9593062d9f8ba0b131 # v2.67.30
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@f176c07a0a40cbfdd08ee9aa8bf1655701d11e69 # v2.67.25
uses: taiki-e/install-action@288875dd3d64326724fa6d9593062d9f8ba0b131 # v2.67.30
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@f176c07a0a40cbfdd08ee9aa8bf1655701d11e69 # v2.67.25
uses: taiki-e/install-action@288875dd3d64326724fa6d9593062d9f8ba0b131 # v2.67.30
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@c062e08bd532815e2082a85e87e3ef29c3e6d191 # v2.2.0
uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.2.0
with:
tag_name: nightly
name: Nightly Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ jobs:
id-token: write
contents: write
uses: >-
slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v2.0.0
slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v2.1.0
with:
base64-subjects: >-
${{ needs.slsa-build.outputs.hashes }}
Expand Down
6 changes: 3 additions & 3 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@e615672902de82edb33eddcb803a1295fc409525
orhun/git-cliff-action@e16f179f0be49ecdfe63753837f20b9531642772
with:
config: cliff.toml
args: --latest --strip header
Expand All @@ -54,7 +54,7 @@ jobs:
id: create_release
# v2.0.3
uses: >-
softprops/action-gh-release@e798e6a1ede8d07b74ac4cdac6bdfa4cc1653907
softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b
with:
tag_name: ${{ inputs.tag }}
name: >-
Expand All @@ -66,7 +66,7 @@ jobs:
- name: Generate full changelog
# v4.5.0
uses: >-
orhun/git-cliff-action@e615672902de82edb33eddcb803a1295fc409525
orhun/git-cliff-action@e16f179f0be49ecdfe63753837f20b9531642772
with:
config: cliff.toml
args: --verbose
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
id: meta
# v6.0.0
uses: >-
docker/metadata-action@a60f0f62b5c12316066c8db464bfb2faafd7907b
docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051
with:
images: >-
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
Expand All @@ -67,7 +67,7 @@ jobs:
- name: Build and push Docker image
# v6.10.0
uses: >-
docker/build-push-action@8c1e8f8e5bf845ba3773a14f3967965548a2341e
docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8
with:
context: .
platforms: linux/amd64,linux/arm64
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@f176c07a0a40cbfdd08ee9aa8bf1655701d11e69
taiki-e/install-action@288875dd3d64326724fa6d9593062d9f8ba0b131
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@f176c07a0a40cbfdd08ee9aa8bf1655701d11e69
taiki-e/install-action@288875dd3d64326724fa6d9593062d9f8ba0b131
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@f176c07a0a40cbfdd08ee9aa8bf1655701d11e69
taiki-e/install-action@288875dd3d64326724fa6d9593062d9f8ba0b131
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@1c0532667bd5bc37f71fc223a52e7c41c966d9d7
uses: taiki-e/install-action@288875dd3d64326724fa6d9593062d9f8ba0b131
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@9066e9940a8a05b98fb4733c62a726f83c9e57f8
uses: crate-ci/typos@57b11c6b7e54c402ccd9cda953f1072ec4f78e33
continue-on-error: true
with:
files: .
Expand Down
Loading