diff --git a/.github/workflows/manual_commands_triggers.yml b/.github/workflows/manual_commands_triggers.yml index 21b8e5ebc2d883..b65f7892232bbb 100644 --- a/.github/workflows/manual_commands_triggers.yml +++ b/.github/workflows/manual_commands_triggers.yml @@ -35,7 +35,7 @@ jobs: - name: Setup CloudQuery uses: cloudquery/setup-cloudquery@v4 with: - version: v6.31.0 + version: v6.32.0 - name: Set up Go 1.x uses: actions/setup-go@v5 diff --git a/.github/workflows/publish_plugin_to_hub.yml b/.github/workflows/publish_plugin_to_hub.yml index 2e67bca2f800e3..ee5c761e2c8b37 100644 --- a/.github/workflows/publish_plugin_to_hub.yml +++ b/.github/workflows/publish_plugin_to_hub.yml @@ -122,7 +122,7 @@ jobs: if: needs.prepare.outputs.ui_dir_arg != '' uses: cloudquery/setup-cloudquery@v4 with: - version: v6.31.0 + version: v6.32.0 - name: Build working-directory: ${{ needs.prepare.outputs.plugin_dir }} @@ -247,7 +247,7 @@ jobs: - name: Setup CloudQuery uses: cloudquery/setup-cloudquery@v4 with: - version: v6.31.0 + version: v6.32.0 - name: Publish plugin to hub working-directory: ${{ needs.prepare.outputs.plugin_dir }} @@ -348,7 +348,7 @@ jobs: - name: Setup CloudQuery uses: cloudquery/setup-cloudquery@v4 with: - version: v6.31.0 + version: v6.32.0 - name: Publish plugin to hub working-directory: ${{ needs.prepare.outputs.plugin_dir }} @@ -443,7 +443,7 @@ jobs: - name: Setup CloudQuery uses: cloudquery/setup-cloudquery@v4 with: - version: v6.31.0 + version: v6.32.0 - name: Publish plugin to hub working-directory: ${{ needs.prepare.outputs.plugin_dir }} @@ -546,7 +546,7 @@ jobs: - name: Setup CloudQuery uses: cloudquery/setup-cloudquery@v4 with: - version: v6.31.0 + version: v6.32.0 - name: Publish plugin to hub working-directory: ${{ needs.prepare.outputs.plugin_dir }} diff --git a/.github/workflows/publish_plugin_to_hub_duckdb.yml b/.github/workflows/publish_plugin_to_hub_duckdb.yml index bfb81b4a25db01..f29c5cb29c7369 100644 --- a/.github/workflows/publish_plugin_to_hub_duckdb.yml +++ b/.github/workflows/publish_plugin_to_hub_duckdb.yml @@ -159,7 +159,7 @@ jobs: - name: Setup CloudQuery uses: cloudquery/setup-cloudquery@v4 with: - version: v6.31.0 + version: v6.32.0 - name: Publish plugin to hub working-directory: ${{ needs.prepare.outputs.plugin_dir }} diff --git a/.github/workflows/publish_plugin_to_hub_fips.yml b/.github/workflows/publish_plugin_to_hub_fips.yml index 536f065cbe2ccc..114849b5db52d0 100644 --- a/.github/workflows/publish_plugin_to_hub_fips.yml +++ b/.github/workflows/publish_plugin_to_hub_fips.yml @@ -120,7 +120,7 @@ jobs: - name: Setup CloudQuery uses: cloudquery/setup-cloudquery@v4 with: - version: v6.31.0 + version: v6.32.0 - name: Publish plugin to hub working-directory: ${{ needs.prepare.outputs.plugin_dir }} diff --git a/.github/workflows/publish_plugin_to_hub_snowflake.yml b/.github/workflows/publish_plugin_to_hub_snowflake.yml index b5dbd3847fee85..e2d83673978b70 100644 --- a/.github/workflows/publish_plugin_to_hub_snowflake.yml +++ b/.github/workflows/publish_plugin_to_hub_snowflake.yml @@ -161,7 +161,7 @@ jobs: - name: Setup CloudQuery uses: cloudquery/setup-cloudquery@v4 with: - version: v6.31.0 + version: v6.32.0 - name: Publish plugin to hub working-directory: ${{ needs.prepare.outputs.plugin_dir }} diff --git a/.github/workflows/publish_plugin_to_hub_sqlite.yml b/.github/workflows/publish_plugin_to_hub_sqlite.yml index f7a48c4a9a0aa6..3cf7f5f22aa14b 100644 --- a/.github/workflows/publish_plugin_to_hub_sqlite.yml +++ b/.github/workflows/publish_plugin_to_hub_sqlite.yml @@ -159,7 +159,7 @@ jobs: - name: Setup CloudQuery uses: cloudquery/setup-cloudquery@v4 with: - version: v6.31.0 + version: v6.32.0 - name: Publish plugin to hub working-directory: ${{ needs.prepare.outputs.plugin_dir }} diff --git a/.github/workflows/publish_ui_dir.yml b/.github/workflows/publish_ui_dir.yml index b0002e8f782792..88e8d7f91a554c 100644 --- a/.github/workflows/publish_ui_dir.yml +++ b/.github/workflows/publish_ui_dir.yml @@ -94,7 +94,7 @@ jobs: - name: Setup CloudQuery uses: cloudquery/setup-cloudquery@v4 with: - version: v6.31.0 + version: v6.32.0 - name: Build UI for ${{ matrix.plugin.dir }} working-directory: ${{ matrix.plugin.ui }} diff --git a/.github/workflows/source_hackernews.yml b/.github/workflows/source_hackernews.yml index 321c96b6577034..9541c113e23f64 100644 --- a/.github/workflows/source_hackernews.yml +++ b/.github/workflows/source_hackernews.yml @@ -47,7 +47,7 @@ jobs: if: github.event_name == 'pull_request' uses: cloudquery/setup-cloudquery@v4 with: - version: v6.31.0 + version: v6.32.0 - name: gen if: github.event_name == 'pull_request' run: make gen diff --git a/.github/workflows/source_test.yml b/.github/workflows/source_test.yml index 2999ea303de618..a9ac7802a9b841 100644 --- a/.github/workflows/source_test.yml +++ b/.github/workflows/source_test.yml @@ -47,7 +47,7 @@ jobs: if: github.event_name == 'pull_request' uses: cloudquery/setup-cloudquery@v4 with: - version: v6.31.0 + version: v6.32.0 - name: gen if: github.event_name == 'pull_request' run: make gen diff --git a/.github/workflows/source_xkcd.yml b/.github/workflows/source_xkcd.yml index e7daa468dfee80..2a6def371330db 100644 --- a/.github/workflows/source_xkcd.yml +++ b/.github/workflows/source_xkcd.yml @@ -47,7 +47,7 @@ jobs: if: github.event_name == 'pull_request' uses: cloudquery/setup-cloudquery@v4 with: - version: v6.31.0 + version: v6.32.0 - name: gen if: github.event_name == 'pull_request' run: make gen