From aed2aec38ec10fcd5c7630f9e24df93db2570d7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 14:14:34 +0000 Subject: [PATCH] Bump apple-actions/import-codesign-certs from 6 to 7 Bumps [apple-actions/import-codesign-certs](https://github.com/apple-actions/import-codesign-certs) from 6 to 7. - [Release notes](https://github.com/apple-actions/import-codesign-certs/releases) - [Commits](https://github.com/apple-actions/import-codesign-certs/compare/v6...v7) --- updated-dependencies: - dependency-name: apple-actions/import-codesign-certs dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-mac.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-mac.yml b/.github/workflows/build-mac.yml index cc195294..3001d5d2 100644 --- a/.github/workflows/build-mac.yml +++ b/.github/workflows/build-mac.yml @@ -34,7 +34,7 @@ jobs: RUNTIME_ID: "osx-${{ inputs.architecture }}" WAIT_FOR_NOTARIZE: ${{ vars.WAIT_FOR_NOTARIZE == 'true' }} steps: - - uses: apple-actions/import-codesign-certs@v6 + - uses: apple-actions/import-codesign-certs@v7 if: ${{ inputs.sign-app }} with: p12-file-base64: ${{ secrets.DISTRIBUTION_SIGNING_CERT }}