From f6e4aab55675ccb983694a9e32c979307326d393 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 23:13:01 +0000 Subject: [PATCH] chore(deps): Bump step-security/ghaction-import-gpg from 6.3.0 to 7.0.0 Bumps [step-security/ghaction-import-gpg](https://github.com/step-security/ghaction-import-gpg) from 6.3.0 to 7.0.0. - [Release notes](https://github.com/step-security/ghaction-import-gpg/releases) - [Commits](https://github.com/step-security/ghaction-import-gpg/compare/c86c374c0659a6c2d1284bccf8af889e73ce8fe0...c0b4a334b9b72bfaaebec86ef022a78a5b17f828) --- updated-dependencies: - dependency-name: step-security/ghaction-import-gpg dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/flow-deploy-release-artifact.yaml | 2 +- .github/workflows/zxc-release-maven-central.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/flow-deploy-release-artifact.yaml b/.github/workflows/flow-deploy-release-artifact.yaml index ce9e5496..d188553a 100644 --- a/.github/workflows/flow-deploy-release-artifact.yaml +++ b/.github/workflows/flow-deploy-release-artifact.yaml @@ -151,7 +151,7 @@ jobs: - name: Import GPG key id: gpg_key - uses: step-security/ghaction-import-gpg@c86c374c0659a6c2d1284bccf8af889e73ce8fe0 # v6.3.0 + uses: step-security/ghaction-import-gpg@c0b4a334b9b72bfaaebec86ef022a78a5b17f828 # v7.0.0 with: gpg_private_key: ${{ secrets.GPG_KEY_CONTENTS }} diff --git a/.github/workflows/zxc-release-maven-central.yaml b/.github/workflows/zxc-release-maven-central.yaml index 1db4d98a..2993c6c8 100644 --- a/.github/workflows/zxc-release-maven-central.yaml +++ b/.github/workflows/zxc-release-maven-central.yaml @@ -118,7 +118,7 @@ jobs: - name: Import GPG key id: gpg_key - uses: step-security/ghaction-import-gpg@c86c374c0659a6c2d1284bccf8af889e73ce8fe0 # v6.3.0 + uses: step-security/ghaction-import-gpg@c0b4a334b9b72bfaaebec86ef022a78a5b17f828 # v7.0.0 if: ${{ inputs.dry-run-enabled != true && !cancelled() && !failure() }} with: