Skip to content

Commit 7af5bea

Browse files
san-estrbarker-dev
andauthored
ci: Updating actions to their step-security maintained version. (#997)
Signed-off-by: Vasil Boyadzhiev <[email protected]> Signed-off-by: Roger Barker <[email protected]> Co-authored-by: Roger Barker <[email protected]>
1 parent 87fb22f commit 7af5bea

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/flow-deploy-release-artifact.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,8 @@ jobs:
151151
152152
- name: Import GPG key
153153
id: gpg_key
154-
uses: crazy-max/ghaction-import-gpg@cb9bde2e2525e640591a934b1fd28eef1dcaf5e5 # v6.2.0
154+
uses: step-security/ghaction-import-gpg@6c8fe4d0126a59d57c21f87c9ae5dd3451fa3cca # v6.1.0
155+
155156
with:
156157
gpg_private_key: ${{ secrets.GPG_KEY_CONTENTS }}
157158
passphrase: ${{ secrets.GPG_KEY_PASSPHRASE }}

.github/workflows/zxc-release-maven-central.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,8 @@ jobs:
118118
119119
- name: Import GPG key
120120
id: gpg_key
121-
uses: crazy-max/ghaction-import-gpg@cb9bde2e2525e640591a934b1fd28eef1dcaf5e5 # v6.2.0
121+
uses: step-security/ghaction-import-gpg@6c8fe4d0126a59d57c21f87c9ae5dd3451fa3cca # v6.1.0
122+
122123
if: ${{ inputs.dry-run-enabled != true && !cancelled() && !failure() }}
123124
with:
124125
gpg_private_key: ${{ secrets.gpg-key-contents }}

0 commit comments

Comments
 (0)