From 69947284d1d34b9ffb832ec94787b4b1ef95c41d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 21:23:24 +0000 Subject: [PATCH] chore(deps): Bump step-security/ghaction-import-gpg from 6.3.1 to 7.0.0 Bumps [step-security/ghaction-import-gpg](https://github.com/step-security/ghaction-import-gpg) from 6.3.1 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/69c854a83c7f79463f8bdf46772ab09826c560cd...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-release-scaleset-images.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/flow-release-scaleset-images.yaml b/.github/workflows/flow-release-scaleset-images.yaml index 48b4baf..73f5286 100644 --- a/.github/workflows/flow-release-scaleset-images.yaml +++ b/.github/workflows/flow-release-scaleset-images.yaml @@ -156,7 +156,7 @@ jobs: - name: Import GPG key id: gpg_key - uses: step-security/ghaction-import-gpg@69c854a83c7f79463f8bdf46772ab09826c560cd # v6.3.1 + uses: step-security/ghaction-import-gpg@c0b4a334b9b72bfaaebec86ef022a78a5b17f828 # v7.0.0 with: gpg_private_key: ${{ secrets.GPG_KEY_CONTENTS }} passphrase: ${{ secrets.GPG_KEY_PASSPHRASE }} @@ -198,7 +198,7 @@ jobs: - name: Import GPG key id: gpg_key - uses: step-security/ghaction-import-gpg@69c854a83c7f79463f8bdf46772ab09826c560cd # v6.3.1 + uses: step-security/ghaction-import-gpg@c0b4a334b9b72bfaaebec86ef022a78a5b17f828 # v7.0.0 with: gpg_private_key: ${{ secrets.GPG_KEY_CONTENTS }} passphrase: ${{ secrets.GPG_KEY_PASSPHRASE }}