From 2bb25e7b0481b00a60fc9c7277bd94937df24aef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 08:33:39 -0700 Subject: [PATCH] chore(deps): pin block/apple-codesign-action action to 679535d (#159) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/bundle-desktop-macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bundle-desktop-macos.yml b/.github/workflows/bundle-desktop-macos.yml index 0e7111047..34aec0dc9 100644 --- a/.github/workflows/bundle-desktop-macos.yml +++ b/.github/workflows/bundle-desktop-macos.yml @@ -52,7 +52,7 @@ jobs: - name: Codesign and Notarize if: ${{ inputs.signing }} id: codesign - uses: block/apple-codesign-action@v1.1.0 + uses: block/apple-codesign-action@679535d1ab7c5a7c18e6f9afcba3464512cc3dde # v1.1.0 with: osx-codesign-role: ${{ secrets.OSX_CODESIGN_ROLE }} codesign-s3-bucket: ${{ secrets.CODESIGN_S3_BUCKET }}