Bump Apple-Actions/import-codesign-certs from 6 to 6.1.0#352
Conversation
Bumps [Apple-Actions/import-codesign-certs](https://github.com/apple-actions/import-codesign-certs) from 6 to 6.1.0. - [Release notes](https://github.com/apple-actions/import-codesign-certs/releases) - [Commits](Apple-Actions/import-codesign-certs@v6...v6.1.0) --- updated-dependencies: - dependency-name: Apple-Actions/import-codesign-certs dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
🤖 Cursor Dependency AnalysisSupply-Chain Malware ReviewGathering workflow usage and upstream action context to complete the supply-chain review. Verdict: benign Why this looks safe
- name: Import Apple app signing certificate
if: startsWith(matrix.os, 'macos') && matrix.config == 'optimized=1' && steps.check_secrets.outputs.HAS_APPLE_SECRET == 'true'
uses: Apple-Actions/import-codesign-certs@v6.1.0
with:
p12-file-base64: ${{ secrets.APPLE_DEV_ID_APP }}
p12-password: ${{ secrets.APPLE_DEV_ID_APP_PASS }}
Actionable note: If you want extra assurance, on GitHub compare v6…v6.1.0; in many setups this is a tagging/metadata alignment. The local mirror’s identical peeled commits align with your scanner’s Compatibility AnalysisSearching the repo for usages and inspecting upstream changes between v6 and v6.1.0. 1) Where it’s usedOnly one real workflow reference under - name: Import Apple app signing certificate
if: startsWith(matrix.os, 'macos') && matrix.config == 'optimized=1' && steps.check_secrets.outputs.HAS_APPLE_SECRET == 'true'
uses: Apple-Actions/import-codesign-certs@v6.1.0
with:
p12-file-base64: ${{ secrets.APPLE_DEV_ID_APP }}
p12-password: ${{ secrets.APPLE_DEV_ID_APP_PASS }}Other 2) Overlap with upstream changesIn Your workflow only uses 3) Risks / unknowns
4) RecommendationMerge — adoption matches the action’s inputs; Malware Scan Summary
Top findings
|
Bumps Apple-Actions/import-codesign-certs from 6 to 6.1.0.
Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Note
Low Risk
Low risk: a patch-level GitHub Action version bump that only affects macOS code-signing setup in CI.
Overview
Updates the macOS CI signing step in
build-packages.ymlto useApple-Actions/import-codesign-certs@v6.1.0instead ofv6, keeping the workflow behavior the same while pulling in the newer action release.Reviewed by Cursor Bugbot for commit 9499c96. Bugbot is set up for automated code reviews on this repo. Configure here.