Skip to content

chore: bump crazy-max/ghaction-import-gpg from 6.3.0 to 7.0.0#648

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/crazy-max/ghaction-import-gpg-7.0.0
Open

chore: bump crazy-max/ghaction-import-gpg from 6.3.0 to 7.0.0#648
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/crazy-max/ghaction-import-gpg-7.0.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 2, 2026

Bumps crazy-max/ghaction-import-gpg from 6.3.0 to 7.0.0.

Release notes

Sourced from crazy-max/ghaction-import-gpg's releases.

v7.0.0

Full Changelog: crazy-max/ghaction-import-gpg@v6.3.0...v7.0.0

Commits
  • 2dc316d Merge pull request #242 from crazy-max/dependabot/npm_and_yarn/actions/exec-3...
  • 5812792 chore: update generated content
  • ceb906e build(deps): bump @​actions/exec from 1.1.1 to 3.0.0
  • a9dffd9 Merge pull request #241 from crazy-max/node24
  • 36d49fc node 24 as default runtime
  • 50c4e4f Merge pull request #233 from crazy-max/dependabot/npm_and_yarn/openpgp-6.3.0
  • c78fe49 chore: update generated content
  • 8dbbb1e Merge pull request #221 from crazy-max/dependabot/npm_and_yarn/brace-expansio...
  • fc715b0 build(deps): bump openpgp from 6.1.0 to 6.3.0
  • 9946916 build(deps): bump brace-expansion from 1.1.11 to 1.1.12
  • Additional commits viewable in compare view

@dependabot dependabot Bot added the dependabot label Mar 2, 2026
@dependabot dependabot Bot requested a review from a team as a code owner March 2, 2026 23:58
@jamesnrokt
Copy link
Copy Markdown
Collaborator

@dependabot rebase

@dependabot dependabot Bot force-pushed the dependabot/github_actions/crazy-max/ghaction-import-gpg-7.0.0 branch from c1f700d to 676b0f9 Compare March 11, 2026 18:20
@sonarqubecloud
Copy link
Copy Markdown

@dependabot dependabot Bot changed the base branch from main to workstation/6.0-Release May 22, 2026 14:14
@dependabot dependabot Bot force-pushed the dependabot/github_actions/crazy-max/ghaction-import-gpg-7.0.0 branch from 676b0f9 to 3d771fa Compare May 22, 2026 14:14
@cursor
Copy link
Copy Markdown

cursor Bot commented May 22, 2026

PR Summary

Medium Risk
Updates the GPG import GitHub Action used for signed release/regression branch commits, which could affect the release pipeline if the new action runtime/behavior differs or is incompatible with the runner.

Overview
Bumps crazy-max/ghaction-import-gpg to a newer pinned commit across the daily.yml and release.yml workflows, updating the step that imports the signing key and enables GPG-signed commits during automated branch creation and releases.

Reviewed by Cursor Bugbot for commit b0d2a80. Bugbot is set up for automated code reviews on this repo. Configure here.

Copy link
Copy Markdown

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 2 potential issues.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 3d771fa. Configure here.

Comment thread .mobsf Outdated
- android_ssl_pinning
- accept_self_signed_certificate
- android_manifest_well_known_assetlinks # Sample apps use third-party domains (e.g. Branch mp-fortune.app.link)
- android_task_hijacking1 # Sample apps; targetSdk in build.gradle
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Duplicate android_task_hijacking1 rule in ignore list

Low Severity

The android_task_hijacking1 rule appears twice in the ignore-rules list — once at line 18 with the comment "Sample apps; acceptable for demo" and again at line 34 with "Sample apps; targetSdk in build.gradle". This redundancy adds confusion about the canonical reason for the ignore and clutters the config file.

Additional Locations (1)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 3d771fa. Configure here.

Comment thread .github/workflows/release-publish.yml Outdated
run: ./gradlew publishMavenPublicationToMavenCentralRepository -PVERSION=${{ needs.setup-and-version.outputs.final_version }}

- name: Publish kits to Maven Central
run: ./gradlew publishMavenPublicationToMavenCentralRepository -PVERSION=${{ needs.setup-and-version.outputs.final_version }} -c settings-kits.gradle
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing mparticleFromMavenLocalOnly flag for kit publish step

Medium Severity

The "Publish kits to Maven Central" step does not include -Pmparticle.kit.mparticleFromMavenLocalOnly=true, unlike every other workflow that builds kits after publishing core to Maven local (daily.yml, pull-request.yml). If this Gradle property controls how kits resolve the core dependency, its absence could cause the kits publish to resolve core from a remote repository where the just-published version may not yet be available, leading to a failed release.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 3d771fa. Configure here.

Bumps [crazy-max/ghaction-import-gpg](https://github.com/crazy-max/ghaction-import-gpg) from 6.3.0 to 7.0.0.
- [Release notes](https://github.com/crazy-max/ghaction-import-gpg/releases)
- [Commits](crazy-max/ghaction-import-gpg@e89d409...2dc316d)

---
updated-dependencies:
- dependency-name: crazy-max/ghaction-import-gpg
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the base branch from workstation/6.0-Release to main May 22, 2026 14:19
@dependabot dependabot Bot force-pushed the dependabot/github_actions/crazy-max/ghaction-import-gpg-7.0.0 branch from 3d771fa to b0d2a80 Compare May 22, 2026 14:19
@sonarqubecloud
Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant