Bump Apple-Actions/import-codesign-certs from 6.1.0 to 7.0.0#355
Bump Apple-Actions/import-codesign-certs from 6.1.0 to 7.0.0#355dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps [Apple-Actions/import-codesign-certs](https://github.com/apple-actions/import-codesign-certs) from 6.1.0 to 7.0.0. - [Release notes](https://github.com/apple-actions/import-codesign-certs/releases) - [Commits](Apple-Actions/import-codesign-certs@v6.1.0...v7.0.0) --- updated-dependencies: - dependency-name: Apple-Actions/import-codesign-certs dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
🤖 Cursor Dependency AnalysisSupply-Chain Malware ReviewChecking how the action is used in the repo and sampling upstream Verdict: benign Why this reads as a normal maintainer release, not compromise
Actionable follow‑ups (optional, not malware‑driven)
Scanner vs. interpretation: The high heuristic count is not inconsistent with benign esbuild‑bundled output; absence of unicode/confusable/IOC positives is the stronger signal here. Compatibility AnalysisSearching the repo for usage and inspecting the upstream action for API changes. 1) Where it’s usedOnly in 2) Overlap with likely changes (release notes + upstream)Release notes emphasize ncc → esbuild and dependency bumps — those affect how In 3) Risks / unknowns
4) RecommendationMerge. No workflow input/output changes; your call site stays valid. Optionally treat the next real macOS signed build (with secrets) as the definitive smoke test after merge. Malware Scan Summary
Top findings
|
Bumps Apple-Actions/import-codesign-certs from 6.1.0 to 7.0.0.
Release notes
Sourced from Apple-Actions/import-codesign-certs's releases.
Commits
5142e02[main] Switch from ncc to esbuild and upgrade dependenciesd118e79[main] Lock down versions with SHAfa7fd27Merge pull request #173 from Apple-Actions/dependabot/npm_and_yarn/knip-6.2.044741a8Bump knip from 5.78.0 to 6.2.071c8098Merge pull request #168 from Apple-Actions/dependabot/npm_and_yarn/picomatch-...7ebdf79Bump picomatch from 2.3.1 to 2.3.24cf892cMerge pull request #167 from Apple-Actions/dependabot/github_actions/actions/...0d67bcdBump actions/setup-node from 6.2.0 to 6.3.050a47bfMerge pull request #166 from Apple-Actions/dependabot/npm_and_yarn/flatted-3.4.22219450Bump flatted from 3.4.1 to 3.4.2Dependabot 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 because it only changes the GitHub Actions dependency used to import macOS signing certs, but it could affect notarized/release builds if the new action version behaves differently.
Overview
Updates the
build-packages.ymlworkflow to useApple-Actions/import-codesign-certs@v7.0.0for importing the Apple app signing certificate on macOS optimized builds.Reviewed by Cursor Bugbot for commit f72f0a1. Bugbot is set up for automated code reviews on this repo. Configure here.