From 446103e35f9ff19e88dfe8eb22c6b01dd21ad1ba Mon Sep 17 00:00:00 2001 From: Vasil Boyadzhiev Date: Thu, 24 Oct 2024 14:19:50 +0300 Subject: [PATCH] ci: Updating workflow actions to step-security maintained version. (#304) Signed-off-by: Vasil Boyadzhiev --- .github/workflows/release-automation.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-automation.yaml b/.github/workflows/release-automation.yaml index 8d954bf6f..e36587080 100644 --- a/.github/workflows/release-automation.yaml +++ b/.github/workflows/release-automation.yaml @@ -183,7 +183,7 @@ jobs: - name: Import GPG Key id: gpg_importer - uses: crazy-max/ghaction-import-gpg@01dd5d3ca463c7f10f7f4f7b4f177225ac661ee4 # v6.1.0 + uses: step-security/ghaction-import-gpg@6c8fe4d0126a59d57c21f87c9ae5dd3451fa3cca # v6.1.0 with: git_commit_gpgsign: true git_tag_gpgsign: true