From 86a4e2f3fd124a57c3cdae2c9677fa413ff8c573 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 21:08:23 +0000 Subject: [PATCH] ci(deps): bump coatl-dev/actions/gpg-import from 7.0.5 to 7.0.11 Bumps [coatl-dev/actions/gpg-import](https://github.com/coatl-dev/actions) from 7.0.5 to 7.0.11. - [Release notes](https://github.com/coatl-dev/actions/releases) - [Changelog](https://github.com/coatl-dev/actions/blob/coatl/CHANGELOG.md) - [Commits](https://github.com/coatl-dev/actions/compare/a81a1c9a37205e630d28c561dfc3b605b6e031dd...eaeed3dde61077bd254f6c8b9b523b0a6b182e19) --- updated-dependencies: - dependency-name: coatl-dev/actions/gpg-import dependency-version: 7.0.11 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/pip-compile-upgrade.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pip-compile-upgrade.yml b/.github/workflows/pip-compile-upgrade.yml index dc6a688..5ee79f4 100644 --- a/.github/workflows/pip-compile-upgrade.yml +++ b/.github/workflows/pip-compile-upgrade.yml @@ -35,7 +35,7 @@ jobs: - name: Import GPG key if: ${{ steps.git-diff.outputs.diff == 'true' }} id: gpg-import - uses: coatl-dev/actions/gpg-import@a81a1c9a37205e630d28c561dfc3b605b6e031dd # v7.0.5 + uses: coatl-dev/actions/gpg-import@eaeed3dde61077bd254f6c8b9b523b0a6b182e19 # v7.0.11 with: passphrase: ${{ secrets.COATL_BOT_GPG_PASSPHRASE }} private-key: ${{ secrets.COATL_BOT_GPG_PRIVATE_KEY }}