From f733530b673912840d7faa294b0ffce1d88b8ba2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 15:12:47 +0800 Subject: [PATCH] ci: bump the github-actions group in /.github/workflows with 2 updates (#16344) Bumps the github-actions group in /.github/workflows with 2 updates: [apple-actions/import-codesign-certs](https://github.com/apple-actions/import-codesign-certs) and [apple-actions/download-provisioning-profiles](https://github.com/apple-actions/download-provisioning-profiles). Updates `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) Updates `apple-actions/download-provisioning-profiles` from 5 to 6 - [Release notes](https://github.com/apple-actions/download-provisioning-profiles/releases) - [Commits](https://github.com/apple-actions/download-provisioning-profiles/compare/v5...v6) --- updated-dependencies: - dependency-name: apple-actions/import-codesign-certs dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: apple-actions/download-provisioning-profiles dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6a3a455185..48e2ea2d12 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -440,14 +440,14 @@ jobs: - name: Install Developer ID certificate if: startsWith(github.ref, 'refs/tags/v') - uses: apple-actions/import-codesign-certs@v6 + uses: apple-actions/import-codesign-certs@v7 with: p12-file-base64: ${{ secrets.HGUANDL_SIGN_CERT_P12 }} p12-password: ${{ secrets.HGUANDL_SIGN_CERT_PASSWD }} - name: Download provisioning profiles if: startsWith(github.ref, 'refs/tags/v') - uses: apple-actions/download-provisioning-profiles@v5 + uses: apple-actions/download-provisioning-profiles@v6 with: bundle-id: "com.hguandl.MeoAsstMac" issuer-id: ${{ secrets.HGUANDL_APPSTORE_ISSUER }}