Sync google-github-actions/auth version in workflow files

This commit is contained in:
Michael Klishin 2024-08-21 15:17:39 -04:00
parent 1795306f3f
commit a627c2c043
9 changed files with 10 additions and 10 deletions

View File

@ -66,7 +66,7 @@ jobs:
ecs-cli --version
- name: AUTHENTICATE TO GOOGLE CLOUD
if: steps.authorized.outputs.authorized == 'true'
uses: google-github-actions/auth@v2.1.4
uses: google-github-actions/auth@v2.1.5
with:
credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
- name: CONFIGURE BAZEL

View File

@ -96,7 +96,7 @@ jobs:
https://builds.hex.pm
https://cdn.jsdelivr.net/hex
- name: AUTHENTICATE TO GOOGLE CLOUD
uses: google-github-actions/auth@v2.1.4
uses: google-github-actions/auth@v2.1.5
with:
credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
- name: BUILD SECONDARY UMBRELLA ARCHIVE

View File

@ -72,7 +72,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.4
uses: google-github-actions/auth@v2.1.5
with:
credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
- name: REPO CACHE

View File

@ -58,7 +58,7 @@ jobs:
https://cdn.jsdelivr.net/hex
- name: Authenticate To Google Cloud
uses: google-github-actions/auth@v2.1.4
uses: google-github-actions/auth@v2.1.5
with:
credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}

View File

@ -74,7 +74,7 @@ jobs:
https://builds.hex.pm
https://cdn.jsdelivr.net/hex
- name: AUTHENTICATE TO GOOGLE CLOUD
uses: google-github-actions/auth@v2.1.4
uses: google-github-actions/auth@v2.1.5
with:
credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
- name: BUILD SECONDARY UMBRELLA ARCHIVE

View File

@ -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.4
uses: google-github-actions/auth@v2.1.5
with:
credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
- name: CONFIGURE BAZEL

View File

@ -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.4
uses: google-github-actions/auth@v2.1.5
with:
credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
- name: CONFIGURE BAZEL

View File

@ -20,7 +20,7 @@ on:
pull_request:
paths:
- 'deps/rabbitmq_management/**'
- .github/workflows/test-selenium-for-pull-requests.yaml
- .github/workflows/test-selenium-for-pull-requests.yaml
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
@ -54,7 +54,7 @@ jobs:
https://cdn.jsdelivr.net/hex
- name: Authenticate To Google Cloud
uses: google-github-actions/auth@v2.1.4
uses: google-github-actions/auth@v2.1.5
with:
credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}

View File

@ -52,7 +52,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.4
uses: google-github-actions/auth@v2.1.5
with:
credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
- name: REPO CACHE