This is an automated email from the ASF dual-hosted git repository.

derrickaw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new c0414c07bdd Bump crazy-max/ghaction-import-gpg from 6.3.0 to 7.0.0 
(#38387)
c0414c07bdd is described below

commit c0414c07bddf0b1910712438f2ef9567b3cb1c6d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed May 6 22:42:29 2026 -0400

    Bump crazy-max/ghaction-import-gpg from 6.3.0 to 7.0.0 (#38387)
    
    Bumps 
[crazy-max/ghaction-import-gpg](https://github.com/crazy-max/ghaction-import-gpg)
 from 6.3.0 to 7.0.0.
    - [Release notes](https://github.com/crazy-max/ghaction-import-gpg/releases)
    - 
[Commits](https://github.com/crazy-max/ghaction-import-gpg/compare/e89d40939c28e39f97cf32126055eeae86ba74ec...2dc316deee8e90f13e1a351ab510b4d5bc0c82cd)
    
    ---
    updated-dependencies:
    - dependency-name: crazy-max/ghaction-import-gpg
      dependency-version: 7.0.0
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 .github/workflows/build_release_candidate.yml | 8 ++++----
 .github/workflows/finalize_release.yml        | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/build_release_candidate.yml 
b/.github/workflows/build_release_candidate.yml
index 410925229f4..de43a9ae5fb 100644
--- a/.github/workflows/build_release_candidate.yml
+++ b/.github/workflows/build_release_candidate.yml
@@ -74,7 +74,7 @@ jobs:
             11
       - name: Import GPG key
         id: import_gpg
-        uses: 
crazy-max/ghaction-import-gpg@e89d40939c28e39f97cf32126055eeae86ba74ec
+        uses: 
crazy-max/ghaction-import-gpg@2dc316deee8e90f13e1a351ab510b4d5bc0c82cd
         with:
           gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
       - name: Auth for nexus
@@ -126,7 +126,7 @@ jobs:
           java-version: '11'
       - name: Import GPG key
         id: import_gpg
-        uses: 
crazy-max/ghaction-import-gpg@e89d40939c28e39f97cf32126055eeae86ba74ec
+        uses: 
crazy-max/ghaction-import-gpg@2dc316deee8e90f13e1a351ab510b4d5bc0c82cd
         with:
           gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
       - name: stage source
@@ -193,7 +193,7 @@ jobs:
           disable-cache: true
       - name: Import GPG key
         id: import_gpg
-        uses: 
crazy-max/ghaction-import-gpg@e89d40939c28e39f97cf32126055eeae86ba74ec
+        uses: 
crazy-max/ghaction-import-gpg@2dc316deee8e90f13e1a351ab510b4d5bc0c82cd
         with:
           gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
       - name: Install dependencies
@@ -455,7 +455,7 @@ jobs:
           go-version: '1.26'
       - name: Import GPG key
         id: import_gpg
-        uses: 
crazy-max/ghaction-import-gpg@e89d40939c28e39f97cf32126055eeae86ba74ec
+        uses: 
crazy-max/ghaction-import-gpg@2dc316deee8e90f13e1a351ab510b4d5bc0c82cd
         with:
           gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
       - name: Build prism artifacts
diff --git a/.github/workflows/finalize_release.yml 
b/.github/workflows/finalize_release.yml
index b6f1fde4456..388c9e61ebe 100644
--- a/.github/workflows/finalize_release.yml
+++ b/.github/workflows/finalize_release.yml
@@ -139,7 +139,7 @@ jobs:
         git config user.email actions@"$RUNNER_NAME".local
     - name: Import GPG key
       id: import_gpg
-      uses: 
crazy-max/ghaction-import-gpg@e89d40939c28e39f97cf32126055eeae86ba74ec
+      uses: 
crazy-max/ghaction-import-gpg@2dc316deee8e90f13e1a351ab510b4d5bc0c82cd
       with:
         gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
     - name: Push tags

Reply via email to