Skip to content

Commit 0a8ffea

Browse files
chore(deps): update google-github-actions/auth action to v2.1.9 (#638)
This PR contains the following updates: | Package | Type | Update | Change | Pending | |---|---|---|---|---| | [google-github-actions/auth](https://redirect.github.com/google-github-actions/auth) | action | patch | `v2.1.8` -> `v2.1.9` | `v2.1.10` | --- ### Release Notes <details> <summary>google-github-actions/auth (google-github-actions/auth)</summary> ### [`v2.1.9`](https://redirect.github.com/google-github-actions/auth/releases/tag/v2.1.9) [Compare Source](https://redirect.github.com/google-github-actions/auth/compare/v2.1.8...v2.1.9) ##### What's Changed - Use our custom boolean parsing by [@&#8203;sethvargo](https://redirect.github.com/sethvargo) in [https://github.com/google-github-actions/auth/pull/478](https://redirect.github.com/google-github-actions/auth/pull/478) - Update deps by [@&#8203;sethvargo](https://redirect.github.com/sethvargo) in [https://github.com/google-github-actions/auth/pull/479](https://redirect.github.com/google-github-actions/auth/pull/479) - Release: v2.1.9 by [@&#8203;google-github-actions-bot](https://redirect.github.com/google-github-actions-bot) in [https://github.com/google-github-actions/auth/pull/480](https://redirect.github.com/google-github-actions/auth/pull/480) **Full Changelog**: google-github-actions/auth@v2.1.8...v2.1.9 </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 02a1717 commit 0a8ffea

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@71f986410dfbc7added4569d411d040a91dc6935 # v2.1.8
53+
- uses: google-github-actions/auth@7b53cdc2a387814ed14eec026287aac689ae8c9b # v2.1.9
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@71f986410dfbc7added4569d411d040a91dc6935 # v2.1.8
72+
- uses: google-github-actions/auth@7b53cdc2a387814ed14eec026287aac689ae8c9b # v2.1.9
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@71f986410dfbc7added4569d411d040a91dc6935 # v2.1.8
89+
- uses: google-github-actions/auth@7b53cdc2a387814ed14eec026287aac689ae8c9b # v2.1.9
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@71f986410dfbc7added4569d411d040a91dc6935 # v2.1.8
109+
- uses: google-github-actions/auth@7b53cdc2a387814ed14eec026287aac689ae8c9b # v2.1.9
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@71f986410dfbc7added4569d411d040a91dc6935 # v2.1.8
135+
- uses: google-github-actions/auth@7b53cdc2a387814ed14eec026287aac689ae8c9b # v2.1.9
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@71f986410dfbc7added4569d411d040a91dc6935 # v2.1.8
165+
- uses: google-github-actions/auth@7b53cdc2a387814ed14eec026287aac689ae8c9b # v2.1.9
166166
with:
167167
project_id: celo-mobile-mainnet
168168
credentials_json: ${{ secrets.MAINNET_SERVICE_ACCOUNT_KEY }}

0 commit comments

Comments
 (0)