Skip to content

Commit cd17d1d

Browse files
authored
chore(deps): Update dependency cli to v6.29.6 (#1463)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [cli](https://redirect.github.com/cloudquery/cloudquery) | patch | `v6.29.5` -> `v6.29.6` | --- ### Release Notes <details> <summary>cloudquery/cloudquery (cli)</summary> ### [`v6.29.6`](https://redirect.github.com/cloudquery/cloudquery/releases/tag/cli-v6.29.6): cli: v6.29.6 [Compare Source](https://redirect.github.com/cloudquery/cloudquery/compare/cli-v6.29.5...cli-v6.29.6) ##### Bug Fixes - **deps:** Update golang.org/x/exp digest to [`df92998`](https://redirect.github.com/cloudquery/cloudquery/commit/df92998) ([#&#8203;21436](https://redirect.github.com/cloudquery/cloudquery/issues/21436)) ([21ed4c8](https://redirect.github.com/cloudquery/cloudquery/commit/21ed4c88bbf9252c92bcfca184d01d676e6c53ec)) - **deps:** Update module github.com/cloudquery/codegen to v0.3.32 ([#&#8203;21413](https://redirect.github.com/cloudquery/cloudquery/issues/21413)) ([3d3b1cc](https://redirect.github.com/cloudquery/cloudquery/commit/3d3b1cc86d676095321e4304a6c04b5b3c4a1278)) - **deps:** Update module github.com/jedib0t/go-pretty/v6 to v6.6.8 ([#&#8203;21443](https://redirect.github.com/cloudquery/cloudquery/issues/21443)) ([751c178](https://redirect.github.com/cloudquery/cloudquery/commit/751c17858f47838053d618b35d392a8af1fda3a3)) </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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIl19-->
1 parent 5d22818 commit cd17d1d

16 files changed

+17
-17
lines changed

.github/workflows/publish_transformation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
- name: Setup CloudQuery
125125
uses: cloudquery/setup-cloudquery@v4
126126
with:
127-
version: v6.29.5
127+
version: v6.29.6
128128
- name: Migrate DB Postgres
129129
if: needs.prepare.outputs.postgres == 'true'
130130
run: cloudquery migrate tests/postgres.yml
@@ -178,7 +178,7 @@ jobs:
178178
- name: Setup CloudQuery
179179
uses: cloudquery/setup-cloudquery@v4
180180
with:
181-
version: v6.29.5
181+
version: v6.29.6
182182
- name: Publish tranformation
183183
working-directory: ${{ needs.prepare.outputs.transformation_dir }}
184184
env:

.github/workflows/publish_visualization_aws_asset_inventory.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Setup CloudQuery
3838
uses: cloudquery/setup-cloudquery@v4
3939
with:
40-
version: v6.29.5
40+
version: v6.29.6
4141
- name: Publish visualization
4242
env:
4343
CLOUDQUERY_API_KEY: ${{ secrets.CLOUDQUERY_API_KEY }}

.github/workflows/publish_visualization_aws_compliance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Setup CloudQuery
3838
uses: cloudquery/setup-cloudquery@v4
3939
with:
40-
version: v6.29.5
40+
version: v6.29.6
4141
- name: Publish visualization
4242
env:
4343
CLOUDQUERY_API_KEY: ${{ secrets.CLOUDQUERY_API_KEY }}

.github/workflows/publish_visualization_aws_data_resilience.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Setup CloudQuery
3838
uses: cloudquery/setup-cloudquery@v4
3939
with:
40-
version: v6.29.5
40+
version: v6.29.6
4141
- name: Publish visualization
4242
env:
4343
CLOUDQUERY_API_KEY: ${{ secrets.CLOUDQUERY_API_KEY }}

.github/workflows/transformations_aws_asset_inventory_free.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
- name: Setup CloudQuery
114114
uses: cloudquery/setup-cloudquery@v4
115115
with:
116-
version: v6.29.5
116+
version: v6.29.6
117117
- name: Test Postgres
118118
run: |
119119
cloudquery migrate tests/postgres.yml

.github/workflows/transformations_aws_compliance_premium.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
- name: Setup CloudQuery
120120
uses: cloudquery/setup-cloudquery@v4
121121
with:
122-
version: v6.29.5
122+
version: v6.29.6
123123
- name: Test Postgres
124124
run: |
125125
cloudquery migrate tests/postgres.yml

.github/workflows/transformations_aws_cost.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
- name: Setup CloudQuery
110110
uses: cloudquery/setup-cloudquery@v4
111111
with:
112-
version: v6.29.5
112+
version: v6.29.6
113113
- name: Test Postgres
114114
run: |
115115
cloudquery migrate tests/postgres.yml

.github/workflows/transformations_aws_data_resilience.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
- name: Setup CloudQuery
110110
uses: cloudquery/setup-cloudquery@v4
111111
with:
112-
version: v6.29.5
112+
version: v6.29.6
113113
- name: Test Postgres
114114
run: |
115115
cloudquery migrate tests/postgres.yml

.github/workflows/transformations_aws_encryption.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
- name: Setup CloudQuery
110110
uses: cloudquery/setup-cloudquery@v4
111111
with:
112-
version: v6.29.5
112+
version: v6.29.6
113113
- name: Test Postgres
114114
run: |
115115
cloudquery migrate tests/postgres.yml

.github/workflows/transformations_azure_asset_inventory_free.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
- name: Setup CloudQuery
111111
uses: cloudquery/setup-cloudquery@v4
112112
with:
113-
version: v6.29.5
113+
version: v6.29.6
114114
- name: Test Postgres
115115
run: |
116116
cloudquery migrate tests/postgres.yml

0 commit comments

Comments
 (0)