From d848853d2602d477056ecc5d5559744e31980a3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Sep 2025 10:10:41 +0000 Subject: [PATCH] chore(deps): bump step-security/ghaction-import-gpg from 6.3.0 to 6.3.1 Bumps [step-security/ghaction-import-gpg](https://github.com/step-security/ghaction-import-gpg) from 6.3.0 to 6.3.1. - [Release notes](https://github.com/step-security/ghaction-import-gpg/releases) - [Commits](https://github.com/step-security/ghaction-import-gpg/compare/c86c374c0659a6c2d1284bccf8af889e73ce8fe0...69c854a83c7f79463f8bdf46772ab09826c560cd) --- updated-dependencies: - dependency-name: step-security/ghaction-import-gpg dependency-version: 6.3.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/release-artifacts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-artifacts.yml b/.github/workflows/release-artifacts.yml index 39c9fc7d1..427ca661b 100644 --- a/.github/workflows/release-artifacts.yml +++ b/.github/workflows/release-artifacts.yml @@ -101,7 +101,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@69c854a83c7f79463f8bdf46772ab09826c560cd # v6.3.1 with: gpg_private_key: ${{ secrets.GPG_KEY_CONTENTS }} passphrase: ${{ secrets.GPG_KEY_PASSPHRASE }}