Skip to content

Commit 9abbba7

Browse files
chore(deps): update google-github-actions/auth action to v2.1.10 (#6635)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [google-github-actions/auth](https://redirect.github.com/google-github-actions/auth) | action | patch | `v2.1.9` -> `v2.1.10` | --- ### Release Notes <details> <summary>google-github-actions/auth (google-github-actions/auth)</summary> ### [`v2.1.10`](https://redirect.github.com/google-github-actions/auth/releases/tag/v2.1.10) [Compare Source](https://redirect.github.com/google-github-actions/auth/compare/v2.1.9...v2.1.10) ##### What's Changed - Declare workflow permissions by [@&#8203;sethvargo](https://redirect.github.com/sethvargo) in [https://github.com/google-github-actions/auth/pull/482](https://redirect.github.com/google-github-actions/auth/pull/482) - Document that the OIDC token expires in 5min by [@&#8203;sethvargo](https://redirect.github.com/sethvargo) in [https://github.com/google-github-actions/auth/pull/483](https://redirect.github.com/google-github-actions/auth/pull/483) - Release: v2.1.10 by [@&#8203;google-github-actions-bot](https://redirect.github.com/google-github-actions-bot) in [https://github.com/google-github-actions/auth/pull/484](https://redirect.github.com/google-github-actions/auth/pull/484) **Full Changelog**: google-github-actions/auth@v2.1.9...v2.1.10 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - "after 8:00 before 23:00 every weekday except on Friday" in timezone UTC. 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/valora-inc/wallet). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNTcuMyIsInVwZGF0ZWRJblZlciI6IjM5LjI1Ny4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJnaXRodWItYWN0aW9ucyIsInJlbm92YXRlIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b5dda63 commit 9abbba7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/bump-app-version.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
env:
1717
BRANCH_NAME: valora-bot/bump-app-version
1818
steps:
19-
- uses: google-github-actions/auth@7b53cdc2a387814ed14eec026287aac689ae8c9b # v2.1.9
19+
- uses: google-github-actions/auth@ba79af03959ebeac9769e648f473a284504d9193 # v2.1.10
2020
with:
2121
project_id: celo-mobile-mainnet
2222
credentials_json: ${{ secrets.MAINNET_SERVICE_ACCOUNT_KEY }}

.github/workflows/release-nightly.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
# Fetch all history for all tags and branches
6363
fetch-depth: 0
6464
- name: Authenticate to Google Cloud
65-
uses: google-github-actions/auth@7b53cdc2a387814ed14eec026287aac689ae8c9b # v2.1.9
65+
uses: google-github-actions/auth@ba79af03959ebeac9769e648f473a284504d9193 # v2.1.10
6666
with:
6767
project_id: celo-mobile-mainnet
6868
credentials_json: ${{ secrets.GCP_MAINNET_RELEASE_AUTOMATION_SERVICE_ACCOUNT_KEY }}

0 commit comments

Comments
 (0)