Skip to content

Commit d030ef9

Browse files
build(deps): bump step-security/ghaction-import-gpg from 6.1.0 to 6.3.0 (#1224)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8459add commit d030ef9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release-automation.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969

7070
- name: Import GPG Key
7171
id: gpg_importer
72-
uses: step-security/ghaction-import-gpg@6c8fe4d0126a59d57c21f87c9ae5dd3451fa3cca # v6.1.0
72+
uses: step-security/ghaction-import-gpg@c86c374c0659a6c2d1284bccf8af889e73ce8fe0 # v6.3.0
7373
with:
7474
git_commit_gpgsign: true
7575
git_tag_gpgsign: true
@@ -164,7 +164,7 @@ jobs:
164164

165165
- name: Import GPG Key
166166
id: gpg_importer
167-
uses: step-security/ghaction-import-gpg@6c8fe4d0126a59d57c21f87c9ae5dd3451fa3cca # v6.1.0
167+
uses: step-security/ghaction-import-gpg@c86c374c0659a6c2d1284bccf8af889e73ce8fe0 # v6.3.0
168168
with:
169169
git_commit_gpgsign: true
170170
git_tag_gpgsign: true

.github/workflows/release-push-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ jobs:
186186
187187
- name: Import GPG key
188188
id: gpg_key
189-
uses: step-security/ghaction-import-gpg@6c8fe4d0126a59d57c21f87c9ae5dd3451fa3cca # v6.1.0
189+
uses: step-security/ghaction-import-gpg@c86c374c0659a6c2d1284bccf8af889e73ce8fe0 # v6.3.0
190190
with:
191191
gpg_private_key: ${{ secrets.GPG_KEY_CONTENTS }}
192192
passphrase: ${{ secrets.GPG_KEY_PASSPHRASE }}

0 commit comments

Comments
 (0)