From e48f9ce29489d1f3eae47449ab3b13cdf4b47a37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 20:02:53 +0000 Subject: [PATCH] chore(deps): bump apple-actions/import-codesign-certs Bumps [apple-actions/import-codesign-certs](https://github.com/apple-actions/import-codesign-certs) from 2.0.0 to 5.0.3. - [Release notes](https://github.com/apple-actions/import-codesign-certs/releases) - [Commits](https://github.com/apple-actions/import-codesign-certs/compare/8f3fb608891dd2244cdab3d69cd68c0d37a7fe93...95e84a1a18f2bdbc5c6ab9b7f4429372e4b13a8b) --- updated-dependencies: - dependency-name: apple-actions/import-codesign-certs dependency-version: 5.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3e91f10c..578d1a10 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -94,7 +94,7 @@ jobs: - name: Import Keychain Certs # if this ever breaks, we should replace this magic with epxlicit security commands executed inside of it via.. nodejs # prior art: https://github.com/lando/code-sign-action/blob/f35d0b777ee592c758351252fa3f0d58f21e5129/action.yml#L106-L123 - uses: apple-actions/import-codesign-certs@8f3fb608891dd2244cdab3d69cd68c0d37a7fe93 # v2 + uses: apple-actions/import-codesign-certs@95e84a1a18f2bdbc5c6ab9b7f4429372e4b13a8b # v2 with: p12-file-base64: ${{ secrets.APPLE_CERTS_P12 }} p12-password: ${{ secrets.APPLE_CERTS_PASS }}