Skip to content

Commit 5a8292f

Browse files
chore(deps): update google-github-actions/auth action to v2.1.10 (#639)
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/address-metadata). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNTcuMyIsInVwZGF0ZWRJblZlciI6IjM5LjI1Ny4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJnaXRodWItYWN0aW9ucyIsInJlbm92YXRlIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0a8ffea commit 5a8292f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/workflow.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
runs-on: ubuntu-latest
5151
steps:
5252
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
53-
- uses: google-github-actions/auth@7b53cdc2a387814ed14eec026287aac689ae8c9b # v2.1.9
53+
- uses: google-github-actions/auth@ba79af03959ebeac9769e648f473a284504d9193 # v2.1.10
5454
with:
5555
project_id: celo-mobile-alfajores
5656
credentials_json: ${{ secrets.ALFAJORES_SERVICE_ACCOUNT_KEY }}
@@ -69,7 +69,7 @@ jobs:
6969
runs-on: ubuntu-latest
7070
steps:
7171
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
72-
- uses: google-github-actions/auth@7b53cdc2a387814ed14eec026287aac689ae8c9b # v2.1.9
72+
- uses: google-github-actions/auth@ba79af03959ebeac9769e648f473a284504d9193 # v2.1.10
7373
with:
7474
project_id: celo-mobile-alfajores
7575
credentials_json: ${{ secrets.MAINNET_SERVICE_ACCOUNT_KEY }}
@@ -86,7 +86,7 @@ jobs:
8686
runs-on: ubuntu-latest
8787
steps:
8888
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
89-
- uses: google-github-actions/auth@7b53cdc2a387814ed14eec026287aac689ae8c9b # v2.1.9
89+
- uses: google-github-actions/auth@ba79af03959ebeac9769e648f473a284504d9193 # v2.1.10
9090
with:
9191
project_id: celo-mobile-mainnet
9292
credentials_json: ${{ secrets.MAINNET_SERVICE_ACCOUNT_KEY }}
@@ -106,7 +106,7 @@ jobs:
106106
runs-on: ubuntu-latest
107107
steps:
108108
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
109-
- uses: google-github-actions/auth@7b53cdc2a387814ed14eec026287aac689ae8c9b # v2.1.9
109+
- uses: google-github-actions/auth@ba79af03959ebeac9769e648f473a284504d9193 # v2.1.10
110110
with:
111111
project_id: celo-mobile-mainnet
112112
credentials_json: ${{ secrets.MAINNET_SERVICE_ACCOUNT_KEY }}
@@ -132,7 +132,7 @@ jobs:
132132
runs-on: ubuntu-latest
133133
steps:
134134
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
135-
- uses: google-github-actions/auth@7b53cdc2a387814ed14eec026287aac689ae8c9b # v2.1.9
135+
- uses: google-github-actions/auth@ba79af03959ebeac9769e648f473a284504d9193 # v2.1.10
136136
with:
137137
project_id: celo-mobile-alfajores
138138
credentials_json: ${{ secrets.ALFAJORES_SERVICE_ACCOUNT_KEY }}
@@ -162,7 +162,7 @@ jobs:
162162
runs-on: ubuntu-latest
163163
steps:
164164
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
165-
- uses: google-github-actions/auth@7b53cdc2a387814ed14eec026287aac689ae8c9b # v2.1.9
165+
- uses: google-github-actions/auth@ba79af03959ebeac9769e648f473a284504d9193 # v2.1.10
166166
with:
167167
project_id: celo-mobile-mainnet
168168
credentials_json: ${{ secrets.MAINNET_SERVICE_ACCOUNT_KEY }}

0 commit comments

Comments
 (0)