Skip to content

Commit

Permalink
chore(deps): Update dependency cli to v3.27.2 (#181)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [cli](https://togithub.com/cloudquery/cloudquery) | patch | `v3.27.1` -> `v3.27.2` |

---

### Release Notes

<details>
<summary>cloudquery/cloudquery (cli)</summary>

### [`v3.27.2`](https://togithub.com/cloudquery/cloudquery/releases/tag/cli-v3.27.2)

[Compare Source](https://togithub.com/cloudquery/cloudquery/compare/cli-v3.27.1...cli-v3.27.2)

##### Bug Fixes

-   **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.13.4 ([#&#8203;15107](https://togithub.com/cloudquery/cloudquery/issues/15107)) ([223f9ff](https://togithub.com/cloudquery/cloudquery/commit/223f9ff1121183c0019b65ba7649d3d4f19a9017))
-   **deps:** Update module github.com/docker/docker to v24 \[SECURITY] ([#&#8203;15060](https://togithub.com/cloudquery/cloudquery/issues/15060)) ([41acd0e](https://togithub.com/cloudquery/cloudquery/commit/41acd0e4ac63221e90cca89a7137a8685692267d))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, 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 has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDkuNCIsInVwZGF0ZWRJblZlciI6IjM2LjEwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
  • Loading branch information
cq-bot authored Nov 1, 2023
1 parent b494df2 commit ab4ff1e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Setup CloudQuery
uses: cloudquery/setup-cloudquery@v3
with:
version: v3.27.1
version: v3.27.2
- name: Migrate DB
run: cloudquery migrate tests/aws.yml tests/pg.yml
env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Setup CloudQuery
uses: cloudquery/setup-cloudquery@v3
with:
version: v3.27.1
version: v3.27.2
- name: Migrate DB
run: cloudquery migrate tests/aws.yml tests/snowflake.yml
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/transformations_k8s_compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Setup CloudQuery
uses: cloudquery/setup-cloudquery@v3
with:
version: v3.27.1
version: v3.27.2
- name: Migrate DB
run: cloudquery migrate tests/spec.yml
env:
Expand Down

0 comments on commit ab4ff1e

Please sign in to comment.