Browse Source

CI: Update Google Cloud GitHub Actions

derrod 1 year ago
parent
commit
348793b3f0
2 changed files with 3 additions and 3 deletions
  1. 2 2
      .github/actions/bouf/action.yaml
  2. 1 1
      .github/workflows/push.yaml

+ 2 - 2
.github/actions/bouf/action.yaml

@@ -87,13 +87,13 @@ runs:
         git tag -l --format='%(contents:body)' ${{ inputs.version }} > "${{ github.workspace }}/notes.rst"
     
     - name: 'Authenticate to Google Cloud'
-      uses: 'google-github-actions/auth@35b0e87d162680511bf346c299f71c9c5c379033'
+      uses: 'google-github-actions/auth@5a50e581162a13f4baa8916d01180d2acbc04363'
       with:
         workload_identity_provider: ${{ inputs.gcpWorkloadIdentityProvider }}
         service_account: ${{ inputs.gcpServiceAccountName }}
 
     - name: 'Set up Cloud SDK'
-      uses: 'google-github-actions/setup-gcloud@e30db14379863a8c79331b04a9969f4c1e225e0b'
+      uses: 'google-github-actions/setup-gcloud@98ddc00a17442e89a24bbf282954a3b65ce6d200'
 
     - name: Download Old Builds
       shell: pwsh

+ 1 - 1
.github/workflows/push.yaml

@@ -228,7 +228,7 @@ jobs:
       - name: Set Up Environment 🔧
         id: setup
         env:
-          BOUF_ACTION_HASH: 'e91375eb41c3c9d97df14dc3c2775ce254e50f92dad782341e8cd2a1f9faf7de'
+          BOUF_ACTION_HASH: 'f9fdc601d0da8c3f18e0135d3f0ffbfba6544ff1742906ccfa9fdbe4bdea4bf9'
         run: |
           $channel = if ($env:GITHUB_REF_NAME -match "(beta|rc)") { "beta" } else { "stable" }
           $shortHash = $env:GITHUB_SHA.Substring(0,9)