Sync google-github-actions/auth version in workflow files
This commit is contained in:
parent
1795306f3f
commit
a627c2c043
|
@ -66,7 +66,7 @@ jobs:
|
||||||
ecs-cli --version
|
ecs-cli --version
|
||||||
- name: AUTHENTICATE TO GOOGLE CLOUD
|
- name: AUTHENTICATE TO GOOGLE CLOUD
|
||||||
if: steps.authorized.outputs.authorized == 'true'
|
if: steps.authorized.outputs.authorized == 'true'
|
||||||
uses: google-github-actions/auth@v2.1.4
|
uses: google-github-actions/auth@v2.1.5
|
||||||
with:
|
with:
|
||||||
credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
|
credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
|
||||||
- name: CONFIGURE BAZEL
|
- name: CONFIGURE BAZEL
|
||||||
|
|
|
@ -96,7 +96,7 @@ jobs:
|
||||||
https://builds.hex.pm
|
https://builds.hex.pm
|
||||||
https://cdn.jsdelivr.net/hex
|
https://cdn.jsdelivr.net/hex
|
||||||
- name: AUTHENTICATE TO GOOGLE CLOUD
|
- name: AUTHENTICATE TO GOOGLE CLOUD
|
||||||
uses: google-github-actions/auth@v2.1.4
|
uses: google-github-actions/auth@v2.1.5
|
||||||
with:
|
with:
|
||||||
credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
|
credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
|
||||||
- name: BUILD SECONDARY UMBRELLA ARCHIVE
|
- name: BUILD SECONDARY UMBRELLA ARCHIVE
|
||||||
|
|
|
@ -72,7 +72,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
echo "value=bazel-repo-cache-${{ hashFiles('MODULE.bazel') }}" | tee -a $GITHUB_OUTPUT
|
echo "value=bazel-repo-cache-${{ hashFiles('MODULE.bazel') }}" | tee -a $GITHUB_OUTPUT
|
||||||
- name: AUTHENTICATE TO GOOGLE CLOUD
|
- name: AUTHENTICATE TO GOOGLE CLOUD
|
||||||
uses: google-github-actions/auth@v2.1.4
|
uses: google-github-actions/auth@v2.1.5
|
||||||
with:
|
with:
|
||||||
credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
|
credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
|
||||||
- name: REPO CACHE
|
- name: REPO CACHE
|
||||||
|
|
|
@ -58,7 +58,7 @@ jobs:
|
||||||
https://cdn.jsdelivr.net/hex
|
https://cdn.jsdelivr.net/hex
|
||||||
|
|
||||||
- name: Authenticate To Google Cloud
|
- name: Authenticate To Google Cloud
|
||||||
uses: google-github-actions/auth@v2.1.4
|
uses: google-github-actions/auth@v2.1.5
|
||||||
with:
|
with:
|
||||||
credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
|
credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
|
||||||
|
|
||||||
|
|
|
@ -74,7 +74,7 @@ jobs:
|
||||||
https://builds.hex.pm
|
https://builds.hex.pm
|
||||||
https://cdn.jsdelivr.net/hex
|
https://cdn.jsdelivr.net/hex
|
||||||
- name: AUTHENTICATE TO GOOGLE CLOUD
|
- name: AUTHENTICATE TO GOOGLE CLOUD
|
||||||
uses: google-github-actions/auth@v2.1.4
|
uses: google-github-actions/auth@v2.1.5
|
||||||
with:
|
with:
|
||||||
credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
|
credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
|
||||||
- name: BUILD SECONDARY UMBRELLA ARCHIVE
|
- name: BUILD SECONDARY UMBRELLA ARCHIVE
|
||||||
|
|
|
@ -54,7 +54,7 @@ jobs:
|
||||||
https://builds.hex.pm
|
https://builds.hex.pm
|
||||||
https://cdn.jsdelivr.net/hex
|
https://cdn.jsdelivr.net/hex
|
||||||
- name: AUTHENTICATE TO GOOGLE CLOUD
|
- name: AUTHENTICATE TO GOOGLE CLOUD
|
||||||
uses: google-github-actions/auth@v2.1.4
|
uses: google-github-actions/auth@v2.1.5
|
||||||
with:
|
with:
|
||||||
credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
|
credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
|
||||||
- name: CONFIGURE BAZEL
|
- name: CONFIGURE BAZEL
|
||||||
|
|
|
@ -51,7 +51,7 @@ jobs:
|
||||||
https://builds.hex.pm
|
https://builds.hex.pm
|
||||||
https://cdn.jsdelivr.net/hex
|
https://cdn.jsdelivr.net/hex
|
||||||
- name: AUTHENTICATE TO GOOGLE CLOUD
|
- name: AUTHENTICATE TO GOOGLE CLOUD
|
||||||
uses: google-github-actions/auth@v2.1.4
|
uses: google-github-actions/auth@v2.1.5
|
||||||
with:
|
with:
|
||||||
credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
|
credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
|
||||||
- name: CONFIGURE BAZEL
|
- name: CONFIGURE BAZEL
|
||||||
|
|
|
@ -20,7 +20,7 @@ on:
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- 'deps/rabbitmq_management/**'
|
- 'deps/rabbitmq_management/**'
|
||||||
- .github/workflows/test-selenium-for-pull-requests.yaml
|
- .github/workflows/test-selenium-for-pull-requests.yaml
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
@ -54,7 +54,7 @@ jobs:
|
||||||
https://cdn.jsdelivr.net/hex
|
https://cdn.jsdelivr.net/hex
|
||||||
|
|
||||||
- name: Authenticate To Google Cloud
|
- name: Authenticate To Google Cloud
|
||||||
uses: google-github-actions/auth@v2.1.4
|
uses: google-github-actions/auth@v2.1.5
|
||||||
with:
|
with:
|
||||||
credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
|
credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
|
||||||
|
|
||||||
|
|
|
@ -52,7 +52,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
echo "value=bazel-repo-cache-${{ hashFiles('MODULE.bazel') }}" | tee -a $GITHUB_OUTPUT
|
echo "value=bazel-repo-cache-${{ hashFiles('MODULE.bazel') }}" | tee -a $GITHUB_OUTPUT
|
||||||
- name: AUTHENTICATE TO GOOGLE CLOUD
|
- name: AUTHENTICATE TO GOOGLE CLOUD
|
||||||
uses: google-github-actions/auth@v2.1.4
|
uses: google-github-actions/auth@v2.1.5
|
||||||
with:
|
with:
|
||||||
credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
|
credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
|
||||||
- name: REPO CACHE
|
- name: REPO CACHE
|
||||||
|
|
Loading…
Reference in New Issue