Skip to content
Merged
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
20 changes: 10 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -284,12 +284,12 @@ jobs:

- name: Install cross (Linux / FreeBSD cross-compile)
if: matrix.cross
uses: taiki-e/install-action@fcf5432d9f50d67e37ee6e29bdb7a224ff67b4a7 # v2.62.23
uses: taiki-e/install-action@e67fa11c4b9316fa714ddf0abed07a0c3143b95b # v2.62.23
with:
tool: cross@${{ env.CROSS_VERSION }}

- name: Install cargo-about
uses: taiki-e/install-action@fcf5432d9f50d67e37ee6e29bdb7a224ff67b4a7 # v2.62.23
uses: taiki-e/install-action@e67fa11c4b9316fa714ddf0abed07a0c3143b95b # v2.62.23
with:
tool: cargo-about@${{ env.CARGO_ABOUT_VERSION }}

Expand Down Expand Up @@ -453,7 +453,7 @@ jobs:
toolchain: ${{ needs.preflight.outputs.toolchain }}
targets: ${{ matrix.target }}

- uses: taiki-e/install-action@fcf5432d9f50d67e37ee6e29bdb7a224ff67b4a7 # v2.62.23
- uses: taiki-e/install-action@e67fa11c4b9316fa714ddf0abed07a0c3143b95b # v2.62.23
with:
tool: cargo-deb@${{ env.CARGO_DEB_VERSION }}

Expand Down Expand Up @@ -518,7 +518,7 @@ jobs:
toolchain: ${{ needs.preflight.outputs.toolchain }}
targets: ${{ matrix.target }}

- uses: taiki-e/install-action@fcf5432d9f50d67e37ee6e29bdb7a224ff67b4a7 # v2.62.23
- uses: taiki-e/install-action@e67fa11c4b9316fa714ddf0abed07a0c3143b95b # v2.62.23
with:
tool: cargo-generate-rpm@${{ env.CARGO_GENERATE_RPM_VERSION }}

Expand Down Expand Up @@ -622,7 +622,7 @@ jobs:
# cross-arch builds (aarch64 on an x86_64 runner), run the Alpine
# container under qemu for the target architecture so abuild's
# CARCH matches.
- uses: docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8 # v4.2.0
- uses: docker/setup-qemu-action@1f40c72289eff860ee54a304f1438e3cff362e0a # v4.3.0
if: matrix.apk_arch != 'x86_64'

- name: Build .apk inside alpine:3.20 container
Expand Down Expand Up @@ -704,7 +704,7 @@ jobs:
image: [ubuntu:22.04, ubuntu:24.04, debian:12]
arch: [amd64, arm64]
steps:
- uses: docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8 # v4.2.0
- uses: docker/setup-qemu-action@1f40c72289eff860ee54a304f1438e3cff362e0a # v4.3.0
if: matrix.arch == 'arm64'
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
with:
Expand Down Expand Up @@ -801,7 +801,7 @@ jobs:
image: [rockylinux:9, fedora:latest, amazonlinux:2023]
arch: [x86_64, aarch64]
steps:
- uses: docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8 # v4.2.0
- uses: docker/setup-qemu-action@1f40c72289eff860ee54a304f1438e3cff362e0a # v4.3.0
if: matrix.arch == 'aarch64'
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
with:
Expand Down Expand Up @@ -848,7 +848,7 @@ jobs:
matrix:
arch: [x86_64, aarch64]
steps:
- uses: docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8 # v4.2.0
- uses: docker/setup-qemu-action@1f40c72289eff860ee54a304f1438e3cff362e0a # v4.3.0
if: matrix.arch == 'aarch64'
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
with:
Expand Down Expand Up @@ -980,7 +980,7 @@ jobs:
- uses: dtolnay/rust-toolchain@6c977a6ca4077a0ceb28ffbe03f59d46e9ac8772 # stable tip
with:
toolchain: ${{ needs.preflight.outputs.toolchain }}
- uses: taiki-e/install-action@fcf5432d9f50d67e37ee6e29bdb7a224ff67b4a7 # v2.62.23
- uses: taiki-e/install-action@e67fa11c4b9316fa714ddf0abed07a0c3143b95b # v2.62.23
with:
tool: cargo-cyclonedx@${{ env.CARGO_CYCLONEDX_VERSION }}

Expand Down Expand Up @@ -1057,7 +1057,7 @@ jobs:
path: .

- name: Attach artefacts to GitHub Release
uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3.0.2
uses: softprops/action-gh-release@efb35369e0ad2afab669f228072c1b0d510eae64 # v3.0.3
with:
tag_name: ${{ needs.preflight.outputs.tag }}
body_path: release-notes.md
Expand Down