diff --git a/.github/workflows/integration-cleanup.yaml b/.github/workflows/integration-cleanup.yaml index f314808b..9809d62c 100644 --- a/.github/workflows/integration-cleanup.yaml +++ b/.github/workflows/integration-cleanup.yaml @@ -45,7 +45,7 @@ jobs: wget https://github.com/graillus/gcrgc/releases/download/v${GCRGC_VERSION}/gcrgc_${GCRGC_VERSION}_linux_amd64.tar.gz -O - | tar xz mv gcrgc ~/.local/bin/ - name: Authenticate to Google Cloud - uses: google-github-actions/auth@5a50e581162a13f4baa8916d01180d2acbc04363 # v2.1.0 + uses: google-github-actions/auth@a6e2e39c0a0331da29f7fd2c2a20a427e8d3ad1f # v2.1.1 with: credentials_json: '${{ secrets.CLEANUP_E2E_GOOGLE_CREDENTIALS }}' - name: Setup gcloud diff --git a/.github/workflows/integration-gcp.yaml b/.github/workflows/integration-gcp.yaml index 11bd4fbd..d54dba9d 100644 --- a/.github/workflows/integration-gcp.yaml +++ b/.github/workflows/integration-gcp.yaml @@ -30,7 +30,7 @@ jobs: go-version: 1.20.x cache-dependency-path: oci/tests/integration/go.sum - name: Authenticate to Google Cloud - uses: google-github-actions/auth@5a50e581162a13f4baa8916d01180d2acbc04363 # v2.1.0 + uses: google-github-actions/auth@a6e2e39c0a0331da29f7fd2c2a20a427e8d3ad1f # v2.1.1 id: 'auth' with: credentials_json: '${{ secrets.OCI_E2E_GOOGLE_CREDENTIALS }}'