Skip to content

Commit 4451207

Browse files
authored
chore(deps): Update dependency cli to v6.30.2 (#1506)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [cli](https://redirect.github.com/cloudquery/cloudquery) | patch | `v6.30.1` -> `v6.30.2` | --- ### Release Notes <details> <summary>cloudquery/cloudquery (cli)</summary> ### [`v6.30.2`](https://redirect.github.com/cloudquery/cloudquery/releases/tag/cli-v6.30.2) [Compare Source](https://redirect.github.com/cloudquery/cloudquery/compare/cli-v6.30.1...cli-v6.30.2) ##### Bug Fixes - **deps:** Update alpine Docker tag to v3.22.2 ([#&#8203;21540](https://redirect.github.com/cloudquery/cloudquery/issues/21540)) ([7c2df0e](https://redirect.github.com/cloudquery/cloudquery/commit/7c2df0eed77381a6f6067f4461c674b84f4a7ac0)) - **deps:** Update golang.org/x/exp digest to [`a4bb9ff`](https://redirect.github.com/cloudquery/cloudquery/commit/a4bb9ff) ([#&#8203;21539](https://redirect.github.com/cloudquery/cloudquery/issues/21539)) ([ed2988d](https://redirect.github.com/cloudquery/cloudquery/commit/ed2988d827acf546583f9cd392bbb3bffbf55206)) - **deps:** Update module github.com/cloudquery/codegen to v0.3.33 ([#&#8203;21571](https://redirect.github.com/cloudquery/cloudquery/issues/21571)) ([4abf18d](https://redirect.github.com/cloudquery/cloudquery/commit/4abf18d1060aeb7cad06110bf600268a7da74366)) - **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.26.26 ([#&#8203;21572](https://redirect.github.com/cloudquery/cloudquery/issues/21572)) ([3c6b388](https://redirect.github.com/cloudquery/cloudquery/commit/3c6b3888b80d4d54e3f76722e51fcae9a6e79b8b)) - **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.91.0 ([#&#8203;21537](https://redirect.github.com/cloudquery/cloudquery/issues/21537)) ([db6f9a0](https://redirect.github.com/cloudquery/cloudquery/commit/db6f9a083ab8dddb21f15142b058dadb2a54d49e)) </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 5022820 commit 4451207

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

0 commit comments

Comments
 (0)