Skip to content

Commit e24349d

Browse files
authored
chore(deps): Update dependency cli to v6.26.2 (#1402)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [cli](https://redirect.github.com/cloudquery/cloudquery) | patch | `v6.26.0` -> `v6.26.2` | --- ### Release Notes <details> <summary>cloudquery/cloudquery (cli)</summary> ### [`v6.26.2`](https://redirect.github.com/cloudquery/cloudquery/releases/tag/cli-v6.26.2) [Compare Source](https://redirect.github.com/cloudquery/cloudquery/compare/cli-v6.26.1...cli-v6.26.2) ##### Bug Fixes - **deps:** Update docker ([#&#8203;21179](https://redirect.github.com/cloudquery/cloudquery/issues/21179)) ([0ff6e79](https://redirect.github.com/cloudquery/cloudquery/commit/0ff6e79ad907345cce351b0b5295cfd1ff84b246)) - **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.26.18 ([#&#8203;21187](https://redirect.github.com/cloudquery/cloudquery/issues/21187)) ([eb3af75](https://redirect.github.com/cloudquery/cloudquery/commit/eb3af7595983521f4a07aed6f3a7f0fb44286b2a)) ### [`v6.26.1`](https://redirect.github.com/cloudquery/cloudquery/releases/tag/cli-v6.26.1) [Compare Source](https://redirect.github.com/cloudquery/cloudquery/compare/cli-v6.26.0...cli-v6.26.1) ##### Bug Fixes - Don't call Tables gRPC method at the beginning of the sync ([#&#8203;21180](https://redirect.github.com/cloudquery/cloudquery/issues/21180)) ([9510f5e](https://redirect.github.com/cloudquery/cloudquery/commit/9510f5e70e147cf989c796696e07421cb93c216b)) </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 d2de80d commit e24349d

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
@@ -121,7 +121,7 @@ jobs:
121121
- name: Setup CloudQuery
122122
uses: cloudquery/setup-cloudquery@v4
123123
with:
124-
version: v6.26.0
124+
version: v6.26.2
125125
- name: Migrate DB Postgres
126126
if: needs.prepare.outputs.postgres == 'true'
127127
run: cloudquery migrate tests/postgres.yml
@@ -175,7 +175,7 @@ jobs:
175175
- name: Setup CloudQuery
176176
uses: cloudquery/setup-cloudquery@v4
177177
with:
178-
version: v6.26.0
178+
version: v6.26.2
179179
- name: Publish tranformation
180180
working-directory: ${{ needs.prepare.outputs.transformation_dir }}
181181
env:

.github/workflows/publish_visualization_aws_asset_inventory.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Setup CloudQuery
3535
uses: cloudquery/setup-cloudquery@v4
3636
with:
37-
version: v6.26.0
37+
version: v6.26.2
3838
- name: Publish visualization
3939
env:
4040
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
@@ -34,7 +34,7 @@ jobs:
3434
- name: Setup CloudQuery
3535
uses: cloudquery/setup-cloudquery@v4
3636
with:
37-
version: v6.26.0
37+
version: v6.26.2
3838
- name: Publish visualization
3939
env:
4040
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
@@ -34,7 +34,7 @@ jobs:
3434
- name: Setup CloudQuery
3535
uses: cloudquery/setup-cloudquery@v4
3636
with:
37-
version: v6.26.0
37+
version: v6.26.2
3838
- name: Publish visualization
3939
env:
4040
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
@@ -110,7 +110,7 @@ jobs:
110110
- name: Setup CloudQuery
111111
uses: cloudquery/setup-cloudquery@v4
112112
with:
113-
version: v6.26.0
113+
version: v6.26.2
114114
- name: Test Postgres
115115
run: |
116116
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
@@ -116,7 +116,7 @@ jobs:
116116
- name: Setup CloudQuery
117117
uses: cloudquery/setup-cloudquery@v4
118118
with:
119-
version: v6.26.0
119+
version: v6.26.2
120120
- name: Test Postgres
121121
run: |
122122
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
@@ -106,7 +106,7 @@ jobs:
106106
- name: Setup CloudQuery
107107
uses: cloudquery/setup-cloudquery@v4
108108
with:
109-
version: v6.26.0
109+
version: v6.26.2
110110
- name: Test Postgres
111111
run: |
112112
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
@@ -106,7 +106,7 @@ jobs:
106106
- name: Setup CloudQuery
107107
uses: cloudquery/setup-cloudquery@v4
108108
with:
109-
version: v6.26.0
109+
version: v6.26.2
110110
- name: Test Postgres
111111
run: |
112112
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
@@ -106,7 +106,7 @@ jobs:
106106
- name: Setup CloudQuery
107107
uses: cloudquery/setup-cloudquery@v4
108108
with:
109-
version: v6.26.0
109+
version: v6.26.2
110110
- name: Test Postgres
111111
run: |
112112
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
@@ -107,7 +107,7 @@ jobs:
107107
- name: Setup CloudQuery
108108
uses: cloudquery/setup-cloudquery@v4
109109
with:
110-
version: v6.26.0
110+
version: v6.26.2
111111
- name: Test Postgres
112112
run: |
113113
cloudquery migrate tests/postgres.yml

0 commit comments

Comments
 (0)