Skip to content

Commit 9643367

Browse files
chore(deps): update google-github-actions/auth action to v2.1.10 (#218)
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/typescript-app-starter). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNTcuMyIsInVwZGF0ZWRJblZlciI6IjM5LjI1Ny4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJnaXRodWItYWN0aW9ucyIsInJlbm92YXRlIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c381444 commit 9643367

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
check-latest: true
7979
# Repo needs to be given access to the MAINNET_SERVICE_ACCOUNT_KEY secret to access the slack webhook
8080
# https://github.com/organizations/valora-inc/settings/secrets/actions/MAINNET_SERVICE_ACCOUNT_KEY
81-
- uses: google-github-actions/auth@7b53cdc2a387814ed14eec026287aac689ae8c9b # v2.1.9
81+
- uses: google-github-actions/auth@ba79af03959ebeac9769e648f473a284504d9193 # v2.1.10
8282
with:
8383
project_id: celo-mobile-mainnet
8484
credentials_json: ${{ secrets.MAINNET_SERVICE_ACCOUNT_KEY }}

0 commit comments

Comments
 (0)