From dc9fed7f494ae9069aeb7774c4404a5a5728d162 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 20:46:53 +0000 Subject: [PATCH] chore(deps): update indygreg/apple-code-sign-action digest to a00d97f --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ff18ec033..5319a8e6e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -93,7 +93,7 @@ jobs: run: echo "${{ secrets.APPLE_APP_STORE_CONNECT_API_KEY_JSON }}" | base64 -d > key.json - name: Sign binary - uses: indygreg/apple-code-sign-action@7833348d60ab2228e66dda72322120fb89db09ee + uses: indygreg/apple-code-sign-action@a00d97f64dc70cb0e9bbc1e5f13d1892dd1c333a with: input_path: binaries/${{ matrix.binary }} sign: true @@ -111,7 +111,7 @@ jobs: zip ${{ matrix.binary }}.zip ${{ matrix.binary }} - name: Notarize binary - uses: indygreg/apple-code-sign-action@7833348d60ab2228e66dda72322120fb89db09ee + uses: indygreg/apple-code-sign-action@a00d97f64dc70cb0e9bbc1e5f13d1892dd1c333a with: input_path: binaries/${{ matrix.binary }}.zip sign: false