From 9242a3493af4c518c4d1328f19ddf2d95c182af7 Mon Sep 17 00:00:00 2001 From: Self-hosted Renovate Bot <133977723+balena-renovate[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 14:47:56 +0000 Subject: [PATCH] Update apple-actions/import-codesign-certs action to v2 Update apple-actions/import-codesign-certs from 1 to 2 Change-type: patch --- .github/actions/publish/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/publish/action.yml b/.github/actions/publish/action.yml index 5729271c..56696300 100644 --- a/.github/actions/publish/action.yml +++ b/.github/actions/publish/action.yml @@ -66,7 +66,7 @@ runs: # https://github.com/Apple-Actions/import-codesign-certs - name: Import Apple code signing certificate if: runner.os == 'macOS' - uses: apple-actions/import-codesign-certs@253ddeeac23f2bdad1646faac5c8c2832e800071 # v1 + uses: apple-actions/import-codesign-certs@8f3fb608891dd2244cdab3d69cd68c0d37a7fe93 # v2 with: p12-file-base64: ${{ fromJSON(inputs.secrets).APPLE_SIGNING }} p12-password: ${{ fromJSON(inputs.secrets).APPLE_SIGNING_PASSWORD }}