From 774404b662c2f2bf89296743435b52c1b526a8eb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 20:52:53 +0100 Subject: [PATCH] chore(deps): update actions/attest-build-provenance action to v1.4.4 (#512) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/android.yml | 2 +- .github/workflows/desktop-tauri.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 8b8a5a5d..8d76b350 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -127,7 +127,7 @@ jobs: - name: 🛡️ Attest build provenance (publish only) if: inputs.publish - uses: actions/attest-build-provenance@1c608d11d69870c2092266b3f9a6f3abbf17002c # v1.4.3 + uses: actions/attest-build-provenance@ef244123eb79f2f7a7e75d99086184180e6d0018 # v1.4.4 with: subject-path: | src-tauri/gen/android/app/build/outputs/apk/universal/release/mdns-browser_v${{ steps.get-version.outputs.current-version }}.apk diff --git a/.github/workflows/desktop-tauri.yml b/.github/workflows/desktop-tauri.yml index 3e078bb5..277fb5f4 100644 --- a/.github/workflows/desktop-tauri.yml +++ b/.github/workflows/desktop-tauri.yml @@ -154,7 +154,7 @@ jobs: - name: 🛡️ Attest build provenance (publish release only) if: inputs.tagName != '' - uses: actions/attest-build-provenance@1c608d11d69870c2092266b3f9a6f3abbf17002c # v1.4.3 + uses: actions/attest-build-provenance@ef244123eb79f2f7a7e75d99086184180e6d0018 # v1.4.4 with: subject-path: | target/release/bundle/nsis/*