Skip to content

Commit 0cb7faf

Browse files
chore(deps): Update dependency cli to v6.35.5 (#22469)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [cli](https://redirect.github.com/cloudquery/cloudquery) | patch | `v6.35.4` → `v6.35.5` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/22356) for more information. --- ### Release Notes <details> <summary>cloudquery/cloudquery (cli)</summary> ### [`v6.35.5`](https://redirect.github.com/cloudquery/cloudquery/releases/tag/cli-v6.35.5) [Compare Source](https://redirect.github.com/cloudquery/cloudquery/compare/cli-v6.35.4...cli-v6.35.5) ##### Bug Fixes - block positions ([aca5cd8](https://redirect.github.com/cloudquery/cloudquery/commit/aca5cd8b6ea9983ea31fa6a4920bc02d8389f6cf)) - **deps:** Update github.com/cloudquery/godebouncer digest to [`46b2aff`](https://redirect.github.com/cloudquery/cloudquery/commit/46b2aff) ([#&#8203;22367](https://redirect.github.com/cloudquery/cloudquery/issues/22367)) ([dc6ce1f](https://redirect.github.com/cloudquery/cloudquery/commit/dc6ce1f3fdb69ea4c019a01dd643f0c468bcfa1b)) - **deps:** Update github.com/cloudquery/jsonschema digest to [`8dfb902`](https://redirect.github.com/cloudquery/cloudquery/commit/8dfb902) ([#&#8203;22368](https://redirect.github.com/cloudquery/cloudquery/issues/22368)) ([10faff2](https://redirect.github.com/cloudquery/cloudquery/commit/10faff23b1972ef5d1bdf32063db2aeecdca23f8)) - **deps:** Update module github.com/cenkalti/backoff/v4 to v5 ([#&#8203;22448](https://redirect.github.com/cloudquery/cloudquery/issues/22448)) ([f753c1f](https://redirect.github.com/cloudquery/cloudquery/commit/f753c1f5ed53ff8a575d051b892ec520f3ae7110)) - **deps:** Update module github.com/cloudquery/codegen to v0.4.1 ([#&#8203;22402](https://redirect.github.com/cloudquery/cloudquery/issues/22402)) ([c2c84bf](https://redirect.github.com/cloudquery/cloudquery/commit/c2c84bf779932b4ff556303a2378ddbbdd3bc4f3)) - **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.27.14 ([#&#8203;22460](https://redirect.github.com/cloudquery/cloudquery/issues/22460)) ([b91e5f1](https://redirect.github.com/cloudquery/cloudquery/commit/b91e5f176e9ac4d981b790a9fc53b7b9278eaa09)) - **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.95.1 ([#&#8203;22461](https://redirect.github.com/cloudquery/cloudquery/issues/22461)) ([86d7bb6](https://redirect.github.com/cloudquery/cloudquery/commit/86d7bb6510172cd6d7c6ce78a1a468339465c307)) - **deps:** Update module github.com/fatih/color to v1.19.0 ([#&#8203;22420](https://redirect.github.com/cloudquery/cloudquery/issues/22420)) ([463c72b](https://redirect.github.com/cloudquery/cloudquery/commit/463c72be34447a1063295effba5df1e435eb6035)) - **deps:** Update module github.com/getsentry/sentry-go to v0.44.1 ([#&#8203;22421](https://redirect.github.com/cloudquery/cloudquery/issues/22421)) ([07f96df](https://redirect.github.com/cloudquery/cloudquery/commit/07f96dffc257cf9dee2d200d36a41b3240c9b38b)) - **deps:** Update module github.com/yuin/goldmark to v1.8.1 ([#&#8203;22424](https://redirect.github.com/cloudquery/cloudquery/issues/22424)) ([aca5cd8](https://redirect.github.com/cloudquery/cloudquery/commit/aca5cd8b6ea9983ea31fa6a4920bc02d8389f6cf)) - **deps:** Update opentelemetry-collector monorepo ([#&#8203;22425](https://redirect.github.com/cloudquery/cloudquery/issues/22425)) ([66ee4b8](https://redirect.github.com/cloudquery/cloudquery/commit/66ee4b8e45f880e7bc6a488178a43f033c0e8fec)) - **deps:** Update opentelemetry-go monorepo to v0.18.0 ([#&#8203;22426](https://redirect.github.com/cloudquery/cloudquery/issues/22426)) ([7e29047](https://redirect.github.com/cloudquery/cloudquery/commit/7e290477da7888d6be946b99882032aa22742eae)) - **deps:** Update ubuntu Docker tag to v24 ([#&#8203;22441](https://redirect.github.com/cloudquery/cloudquery/issues/22441)) ([846c48c](https://redirect.github.com/cloudquery/cloudquery/commit/846c48c3fdcad4488df31cb16b6a3da86478b296)) </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. --- - [ ] 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).
1 parent 6af8601 commit 0cb7faf

10 files changed

Lines changed: 14 additions & 14 deletions

.github/workflows/manual_commands_triggers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Setup CloudQuery
4343
uses: cloudquery/setup-cloudquery@4a3af61f7d8c362d8d152a4a17053ed2aaa7180d # v4
4444
with:
45-
version: v6.35.4
45+
version: v6.35.5
4646

4747
- name: Set up Go 1.x
4848
id: setup-go

.github/workflows/publish_plugin_to_hub.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
if: needs.prepare.outputs.ui_dir_arg != ''
132132
uses: cloudquery/setup-cloudquery@4a3af61f7d8c362d8d152a4a17053ed2aaa7180d # v4
133133
with:
134-
version: v6.35.4
134+
version: v6.35.5
135135

136136
- name: Build
137137
working-directory: ${{ needs.prepare.outputs.plugin_dir }}
@@ -256,7 +256,7 @@ jobs:
256256
- name: Setup CloudQuery
257257
uses: cloudquery/setup-cloudquery@4a3af61f7d8c362d8d152a4a17053ed2aaa7180d # v4
258258
with:
259-
version: v6.35.4
259+
version: v6.35.5
260260

261261
- name: Publish plugin to hub
262262
working-directory: ${{ needs.prepare.outputs.plugin_dir }}
@@ -357,7 +357,7 @@ jobs:
357357
- name: Setup CloudQuery
358358
uses: cloudquery/setup-cloudquery@4a3af61f7d8c362d8d152a4a17053ed2aaa7180d # v4
359359
with:
360-
version: v6.35.4
360+
version: v6.35.5
361361

362362
- name: Publish plugin to hub
363363
working-directory: ${{ needs.prepare.outputs.plugin_dir }}
@@ -452,7 +452,7 @@ jobs:
452452
- name: Setup CloudQuery
453453
uses: cloudquery/setup-cloudquery@4a3af61f7d8c362d8d152a4a17053ed2aaa7180d # v4
454454
with:
455-
version: v6.35.4
455+
version: v6.35.5
456456

457457
- name: Publish plugin to hub
458458
working-directory: ${{ needs.prepare.outputs.plugin_dir }}
@@ -556,7 +556,7 @@ jobs:
556556
- name: Setup CloudQuery
557557
uses: cloudquery/setup-cloudquery@4a3af61f7d8c362d8d152a4a17053ed2aaa7180d # v4
558558
with:
559-
version: v6.35.4
559+
version: v6.35.5
560560

561561
- name: Publish plugin to hub
562562
working-directory: ${{ needs.prepare.outputs.plugin_dir }}

.github/workflows/publish_plugin_to_hub_duckdb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ jobs:
160160
- name: Setup CloudQuery
161161
uses: cloudquery/setup-cloudquery@4a3af61f7d8c362d8d152a4a17053ed2aaa7180d # v4
162162
with:
163-
version: v6.35.4
163+
version: v6.35.5
164164

165165
- name: Publish plugin to hub
166166
working-directory: ${{ needs.prepare.outputs.plugin_dir }}

.github/workflows/publish_plugin_to_hub_fips.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
- name: Setup CloudQuery
122122
uses: cloudquery/setup-cloudquery@4a3af61f7d8c362d8d152a4a17053ed2aaa7180d # v4
123123
with:
124-
version: v6.35.4
124+
version: v6.35.5
125125

126126
- name: Publish plugin to hub
127127
working-directory: ${{ needs.prepare.outputs.plugin_dir }}

.github/workflows/publish_plugin_to_hub_snowflake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162
- name: Setup CloudQuery
163163
uses: cloudquery/setup-cloudquery@4a3af61f7d8c362d8d152a4a17053ed2aaa7180d # v4
164164
with:
165-
version: v6.35.4
165+
version: v6.35.5
166166

167167
- name: Publish plugin to hub
168168
working-directory: ${{ needs.prepare.outputs.plugin_dir }}

.github/workflows/publish_plugin_to_hub_sqlite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ jobs:
160160
- name: Setup CloudQuery
161161
uses: cloudquery/setup-cloudquery@4a3af61f7d8c362d8d152a4a17053ed2aaa7180d # v4
162162
with:
163-
version: v6.35.4
163+
version: v6.35.5
164164

165165
- name: Publish plugin to hub
166166
working-directory: ${{ needs.prepare.outputs.plugin_dir }}

.github/workflows/publish_ui_dir.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
- name: Setup CloudQuery
103103
uses: cloudquery/setup-cloudquery@4a3af61f7d8c362d8d152a4a17053ed2aaa7180d # v4
104104
with:
105-
version: v6.35.4
105+
version: v6.35.5
106106

107107
- name: Build UI for ${{ matrix.plugin.dir }}
108108
working-directory: ${{ matrix.plugin.ui }}

.github/workflows/source_hackernews.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
if: github.event_name == 'pull_request'
5656
uses: cloudquery/setup-cloudquery@4a3af61f7d8c362d8d152a4a17053ed2aaa7180d # v4
5757
with:
58-
version: v6.35.4
58+
version: v6.35.5
5959
- name: gen
6060
if: github.event_name == 'pull_request'
6161
run: make gen

.github/workflows/source_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
if: github.event_name == 'pull_request'
5656
uses: cloudquery/setup-cloudquery@4a3af61f7d8c362d8d152a4a17053ed2aaa7180d # v4
5757
with:
58-
version: v6.35.4
58+
version: v6.35.5
5959
- name: gen
6060
if: github.event_name == 'pull_request'
6161
run: make gen

.github/workflows/source_xkcd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
if: github.event_name == 'pull_request'
5656
uses: cloudquery/setup-cloudquery@4a3af61f7d8c362d8d152a4a17053ed2aaa7180d # v4
5757
with:
58-
version: v6.35.4
58+
version: v6.35.5
5959
- name: gen
6060
if: github.event_name == 'pull_request'
6161
run: make gen

0 commit comments

Comments
 (0)