Skip to content

Commit b14fbfe

Browse files
chore(deps): update google-github-actions/get-secretmanager-secrets action to v2.2.4 (#226)
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 | patch | `v2.2.3` -> `v2.2.4` | --- ### Release Notes <details> <summary>google-github-actions/get-secretmanager-secrets (google-github-actions/get-secretmanager-secrets)</summary> ### [`v2.2.4`](https://redirect.github.com/google-github-actions/get-secretmanager-secrets/releases/tag/v2.2.4) [Compare Source](https://redirect.github.com/google-github-actions/get-secretmanager-secrets/compare/v2.2.3...v2.2.4) ##### What's Changed - security: bump undici from 5.28.5 to 5.29.0 in the npm\_and\_yarn group by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in[https://github.com/google-github-actions/get-secretmanager-secrets/pull/315](https://redirect.github.com/google-github-actions/get-secretmanager-secrets/pull/315)5 - Update linters by [@&#8203;sethvargo](https://redirect.github.com/sethvargo) in [https://github.com/google-github-actions/get-secretmanager-secrets/pull/316](https://redirect.github.com/google-github-actions/get-secretmanager-secrets/pull/316) - fix: update workflow typos by [@&#8203;verbanicm](https://redirect.github.com/verbanicm) in [https://github.com/google-github-actions/get-secretmanager-secrets/pull/317](https://redirect.github.com/google-github-actions/get-secretmanager-secrets/pull/317) - Update deps by [@&#8203;sethvargo](https://redirect.github.com/sethvargo) in [https://github.com/google-github-actions/get-secretmanager-secrets/pull/319](https://redirect.github.com/google-github-actions/get-secretmanager-secrets/pull/319) - Release: v2.2.4 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/321](https://redirect.github.com/google-github-actions/get-secretmanager-secrets/pull/321) **Full Changelog**: google-github-actions/get-secretmanager-secrets@v2.2.3...v2.2.4 </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:eyJjcmVhdGVkSW5WZXIiOiI0MS40MC4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZ2l0aHViLWFjdGlvbnMiLCJyZW5vdmF0ZSJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 54d13b7 commit b14fbfe

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
@@ -84,7 +84,7 @@ jobs:
8484
credentials_json: ${{ secrets.MAINNET_SERVICE_ACCOUNT_KEY }}
8585
- name: Fetch Secrets
8686
id: slack-webhook
87-
uses: google-github-actions/get-secretmanager-secrets@a8440875e1c2892062aef9061228d4f1af8f919b # v2.2.3
87+
uses: google-github-actions/get-secretmanager-secrets@50ec04d56ddf2740b0bde82926cc742f90e06d2b # v2.2.4
8888
with:
8989
# This can point to any slack webhook URL stored in GC Secret Manager
9090
secrets: |-

0 commit comments

Comments
 (0)