Skip to content

Commit

Permalink
chore(deps): update google-github-actions/get-secretmanager-secrets a…
Browse files Browse the repository at this point in the history
…ction to v2.2.2 (#6340)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[google-github-actions/get-secretmanager-secrets](https://redirect.github.com/google-github-actions/get-secretmanager-secrets)
| action | minor | `v2.1.4` -> `v2.2.2` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>google-github-actions/get-secretmanager-secrets
(google-github-actions/get-secretmanager-secrets)</summary>

###
[`v2.2.2`](https://redirect.github.com/google-github-actions/get-secretmanager-secrets/releases/tag/v2.2.2)

[Compare
Source](https://redirect.github.com/google-github-actions/get-secretmanager-secrets/compare/v2.2.1...v2.2.2)

##### What's Changed

- Document that secrets can be CSV by
[@&#8203;sethvargo](https://redirect.github.com/sethvargo) in
[https://github.com/google-github-actions/get-secretmanager-secrets/pull/307](https://redirect.github.com/google-github-actions/get-secretmanager-secrets/pull/307)
- fix: update relase workflows by
[@&#8203;verbanicm](https://redirect.github.com/verbanicm) in
[https://github.com/google-github-actions/get-secretmanager-secrets/pull/308](https://redirect.github.com/google-github-actions/get-secretmanager-secrets/pull/308)
- Release: v2.2.2 by
[@&#8203;google-github-actions-bot](https://redirect.github.com/google-github-actions-bot)
in
[https://github.com/google-github-actions/get-secretmanager-secrets/pull/309](https://redirect.github.com/google-github-actions/get-secretmanager-secrets/pull/309)

**Full Changelog**:
google-github-actions/get-secretmanager-secrets@v2.2.1...v2.2.2

###
[`v2.2.1`](https://redirect.github.com/google-github-actions/get-secretmanager-secrets/releases/tag/v2.2.1)

[Compare
Source](https://redirect.github.com/google-github-actions/get-secretmanager-secrets/compare/v2.2.0...v2.2.1)

##### What's Changed

- Trim whitespace around secret references by
[@&#8203;sethvargo](https://redirect.github.com/sethvargo) in
[https://github.com/google-github-actions/get-secretmanager-secrets/pull/304](https://redirect.github.com/google-github-actions/get-secretmanager-secrets/pull/304)
- Release: v2.2.1 by
[@&#8203;google-github-actions-bot](https://redirect.github.com/google-github-actions-bot)
in
[https://github.com/google-github-actions/get-secretmanager-secrets/pull/305](https://redirect.github.com/google-github-actions/get-secretmanager-secrets/pull/305)

**Full Changelog**:
google-github-actions/get-secretmanager-secrets@v2.2.0...v2.2.1

###
[`v2.2.0`](https://redirect.github.com/google-github-actions/get-secretmanager-secrets/releases/tag/v2.2.0)

[Compare
Source](https://redirect.github.com/google-github-actions/get-secretmanager-secrets/compare/v2.1.4...v2.2.0)

##### What's Changed

- Add support for universes and regional secrets by
[@&#8203;sethvargo](https://redirect.github.com/sethvargo) in
[https://github.com/google-github-actions/get-secretmanager-secrets/pull/301](https://redirect.github.com/google-github-actions/get-secretmanager-secrets/pull/301)
- Release: v2.2.0 by
[@&#8203;google-github-actions-bot](https://redirect.github.com/google-github-actions-bot)
in
[https://github.com/google-github-actions/get-secretmanager-secrets/pull/302](https://redirect.github.com/google-github-actions/get-secretmanager-secrets/pull/302)

**Full Changelog**:
google-github-actions/get-secretmanager-secrets@v2.1.4...v2.2.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 5pm,every weekend" in timezone
America/Los_Angeles, Automerge - "after 5pm,every weekend" in timezone
America/Los_Angeles.

🚦 **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:eyJjcmVhdGVkSW5WZXIiOiIzOS40Mi40IiwidXBkYXRlZEluVmVyIjoiMzkuNDIuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZ2l0aHViLWFjdGlvbnMiLCJyZW5vdmF0ZSJdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 8, 2024
1 parent 0f87267 commit 4c5db02
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/automerge-crowdin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
credentials_json: ${{ secrets.MAINNET_SERVICE_ACCOUNT_KEY }}
- name: Google Secrets
id: google-secrets
uses: google-github-actions/get-secretmanager-secrets@v2.1.4
uses: google-github-actions/get-secretmanager-secrets@v2.2.2
with:
secrets: |-
VALORA_BOT_TOKEN:projects/1027349420744/secrets/VALORA_BOT_TOKEN
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/automerge-translation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
credentials_json: ${{ secrets.MAINNET_SERVICE_ACCOUNT_KEY }}
- name: Google Secrets
id: google-secrets
uses: google-github-actions/get-secretmanager-secrets@v2.1.4
uses: google-github-actions/get-secretmanager-secrets@v2.2.2
with:
secrets: |-
VALORA_BOT_TOKEN:projects/1027349420744/secrets/VALORA_BOT_TOKEN
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bump-app-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
credentials_json: ${{ secrets.MAINNET_SERVICE_ACCOUNT_KEY }}
- name: Google Secrets
id: google-secrets
uses: google-github-actions/get-secretmanager-secrets@v2.1.4
uses: google-github-actions/get-secretmanager-secrets@v2.2.2
with:
secrets: |-
BOT_SSH_KEY:projects/1027349420744/secrets/BOT_SSH_PRIVATE_KEY
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Google Secrets
if: ${{ env.SECRETS_AVAILABLE }}
id: google-secrets
uses: google-github-actions/get-secretmanager-secrets@v2.1.4
uses: google-github-actions/get-secretmanager-secrets@v2.2.2
with:
secrets: |-
E2E_WALLET_CONNECT_PROJECT_ID:projects/1027349420744/secrets/E2E_WALLET_CONNECT_PROJECT_ID
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-faucet-balance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Google Secrets
if: ${{ env.SECRETS_AVAILABLE }}
id: google-secrets
uses: google-github-actions/get-secretmanager-secrets@v2.1.4
uses: google-github-actions/get-secretmanager-secrets@v2.2.2
with:
secrets: |-
E2E_TEST_FAUCET_SECRET:projects/1027349420744/secrets/E2E_TEST_FAUCET_SECRET
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Google Secrets
if: ${{ env.SECRETS_AVAILABLE }}
id: google-secrets
uses: google-github-actions/get-secretmanager-secrets@v2.1.4
uses: google-github-actions/get-secretmanager-secrets@v2.2.2
with:
secrets: |-
EMERGE_API_TOKEN:projects/1027349420744/secrets/EMERGE_API_TOKEN
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-licenses-disclaimer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
credentials_json: ${{ secrets.MAINNET_SERVICE_ACCOUNT_KEY }}
- name: Google Secrets
id: google-secrets
uses: google-github-actions/get-secretmanager-secrets@v2.1.4
uses: google-github-actions/get-secretmanager-secrets@v2.2.2
with:
secrets: |-
BOT_SSH_KEY:projects/1027349420744/secrets/BOT_SSH_PRIVATE_KEY
Expand Down

0 comments on commit 4c5db02

Please sign in to comment.