Bump google-github-actions/auth from 2.1.12 to 3.0.0
Bumps [google-github-actions/auth](https://github.com/google-github-actions/auth) from 2.1.12 to 3.0.0. - [Release notes](https://github.com/google-github-actions/auth/releases) - [Changelog](https://github.com/google-github-actions/auth/blob/main/CHANGELOG.md) - [Commits](https://github.com/google-github-actions/auth/compare/v2.1.12...v3.0.0) --- updated-dependencies: - dependency-name: google-github-actions/auth dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
f2bd0b955c
commit
8baa3f9991
|
@ -68,7 +68,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.12
|
uses: google-github-actions/auth@v3.0.0
|
||||||
with:
|
with:
|
||||||
credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
|
credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
|
||||||
- name: CONFIGURE BAZEL
|
- name: CONFIGURE BAZEL
|
||||||
|
|
|
@ -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.12
|
uses: google-github-actions/auth@v3.0.0
|
||||||
with:
|
with:
|
||||||
credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
|
credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
|
||||||
|
|
||||||
|
|
|
@ -77,7 +77,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.12
|
uses: google-github-actions/auth@v3.0.0
|
||||||
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.12
|
uses: google-github-actions/auth@v3.0.0
|
||||||
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.12
|
uses: google-github-actions/auth@v3.0.0
|
||||||
with:
|
with:
|
||||||
credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
|
credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
|
||||||
- name: CONFIGURE BAZEL
|
- name: CONFIGURE BAZEL
|
||||||
|
|
|
@ -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.12
|
uses: google-github-actions/auth@v3.0.0
|
||||||
with:
|
with:
|
||||||
credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
|
credentials_json: ${{ secrets.REMOTE_CACHE_CREDENTIALS_JSON }}
|
||||||
|
|
||||||
|
|
|
@ -53,7 +53,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.12
|
uses: google-github-actions/auth@v3.0.0
|
||||||
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