Skip to content

Commit 4a755fc

Browse files
authored
chore(deps): Update dependency cli to v6.29.7 (#1474)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [cli](https://redirect.github.com/cloudquery/cloudquery) | patch | `v6.29.6` -> `v6.29.7` | --- ### Release Notes <details> <summary>cloudquery/cloudquery (cli)</summary> ### [`v6.29.7`](https://redirect.github.com/cloudquery/cloudquery/releases/tag/cli-v6.29.7) [Compare Source](https://redirect.github.com/cloudquery/cloudquery/compare/cli-v6.29.6...cli-v6.29.7) ##### Bug Fixes - **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.14.5 ([#&#8203;21456](https://redirect.github.com/cloudquery/cloudquery/issues/21456)) ([d29fbfe](https://redirect.github.com/cloudquery/cloudquery/commit/d29fbfeadc6f4e3e3d9265dab1e66bb37b385473)) </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 c9fa16d commit 4a755fc

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.6
127+
version: v6.29.7
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.6
181+
version: v6.29.7
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.6
40+
version: v6.29.7
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.6
40+
version: v6.29.7
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.6
40+
version: v6.29.7
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.6
116+
version: v6.29.7
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.6
122+
version: v6.29.7
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.6
112+
version: v6.29.7
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.6
112+
version: v6.29.7
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.6
112+
version: v6.29.7
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.6
113+
version: v6.29.7
114114
- name: Test Postgres
115115
run: |
116116
cloudquery migrate tests/postgres.yml

0 commit comments

Comments
 (0)