Merge pull request #13791 from rabbitmq/dependabot/github_actions/v3.13.x/google-github-actions/auth-2.1.9
Bump google-github-actions/auth from 2.1.8 to 2.1.9
This commit is contained in:
commit
9f4d1c427a
|
|
@ -68,7 +68,7 @@ jobs:
|
|||
ecs-cli --version
|
||||
- name: AUTHENTICATE TO GOOGLE CLOUD
|
||||
if: steps.authorized.outputs.authorized == 'true'
|
||||
uses: google-github-actions/auth@v2.1.8
|
||||
uses: google-github-actions/auth@v2.1.9
|
||||
with:
|
||||
credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
|
||||
- name: CONFIGURE BAZEL
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@ jobs:
|
|||
https://cdn.jsdelivr.net/hex
|
||||
|
||||
- name: Authenticate To Google Cloud
|
||||
uses: google-github-actions/auth@v2.1.8
|
||||
uses: google-github-actions/auth@v2.1.9
|
||||
with:
|
||||
credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
|
||||
|
||||
|
|
|
|||
|
|
@ -77,7 +77,7 @@ jobs:
|
|||
https://builds.hex.pm
|
||||
https://cdn.jsdelivr.net/hex
|
||||
- name: AUTHENTICATE TO GOOGLE CLOUD
|
||||
uses: google-github-actions/auth@v2.1.8
|
||||
uses: google-github-actions/auth@v2.1.9
|
||||
with:
|
||||
credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
|
||||
- name: BUILD SECONDARY UMBRELLA ARCHIVE
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@ jobs:
|
|||
https://builds.hex.pm
|
||||
https://cdn.jsdelivr.net/hex
|
||||
- name: AUTHENTICATE TO GOOGLE CLOUD
|
||||
uses: google-github-actions/auth@v2.1.8
|
||||
uses: google-github-actions/auth@v2.1.9
|
||||
with:
|
||||
credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
|
||||
- name: CONFIGURE BAZEL
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@ jobs:
|
|||
https://builds.hex.pm
|
||||
https://cdn.jsdelivr.net/hex
|
||||
- name: AUTHENTICATE TO GOOGLE CLOUD
|
||||
uses: google-github-actions/auth@v2.1.8
|
||||
uses: google-github-actions/auth@v2.1.9
|
||||
with:
|
||||
credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
|
||||
- name: CONFIGURE BAZEL
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@ jobs:
|
|||
https://cdn.jsdelivr.net/hex
|
||||
|
||||
- name: Authenticate To Google Cloud
|
||||
uses: google-github-actions/auth@v2.1.8
|
||||
uses: google-github-actions/auth@v2.1.9
|
||||
with:
|
||||
credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
|
||||
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@ jobs:
|
|||
run: |
|
||||
echo "value=bazel-repo-cache-${{ hashFiles('MODULE.bazel') }}" | tee -a $GITHUB_OUTPUT
|
||||
- name: AUTHENTICATE TO GOOGLE CLOUD
|
||||
uses: google-github-actions/auth@v2.1.8
|
||||
uses: google-github-actions/auth@v2.1.9
|
||||
with:
|
||||
credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
|
||||
- name: REPO CACHE
|
||||
|
|
|
|||
Loading…
Reference in New Issue