diff --git a/.github/workflows/cli.yml b/.github/workflows/cli.yml index 89d88b5e5af54e..81786dcc68c0ef 100644 --- a/.github/workflows/cli.yml +++ b/.github/workflows/cli.yml @@ -54,7 +54,7 @@ jobs: cache: true cache-dependency-path: cli/go.sum - name: golangci-lint - uses: golangci/golangci-lint-action@v3 + uses: cloudquery/golangci-lint-action@master if: matrix.os == 'ubuntu-latest' with: version: v1.50.1 diff --git a/.github/workflows/dest_bigquery.yml b/.github/workflows/dest_bigquery.yml index 135b2f41980718..080467c45a8c7e 100644 --- a/.github/workflows/dest_bigquery.yml +++ b/.github/workflows/dest_bigquery.yml @@ -42,7 +42,7 @@ jobs: cache: true cache-dependency-path: plugins/destination/bigquery/go.sum - name: golangci-lint - uses: golangci/golangci-lint-action@v3 + uses: cloudquery/golangci-lint-action@master with: version: v1.50.1 working-directory: plugins/destination/bigquery diff --git a/.github/workflows/dest_csv.yml b/.github/workflows/dest_csv.yml index ae281907c1fcb8..aa543a2e4a4cc5 100644 --- a/.github/workflows/dest_csv.yml +++ b/.github/workflows/dest_csv.yml @@ -31,7 +31,7 @@ jobs: cache: true cache-dependency-path: plugins/destination/csv/go.sum - name: golangci-lint - uses: golangci/golangci-lint-action@v3 + uses: cloudquery/golangci-lint-action@master with: version: v1.50.1 working-directory: plugins/destination/csv diff --git a/.github/workflows/dest_postgresql.yml b/.github/workflows/dest_postgresql.yml index ce612af934e060..4eca8b9a9f9a1c 100644 --- a/.github/workflows/dest_postgresql.yml +++ b/.github/workflows/dest_postgresql.yml @@ -47,7 +47,7 @@ jobs: cache: true cache-dependency-path: plugins/destination/postgresql/go.sum - name: golangci-lint - uses: golangci/golangci-lint-action@v3 + uses: cloudquery/golangci-lint-action@master with: version: v1.50.1 working-directory: plugins/destination/postgresql diff --git a/.github/workflows/dest_snowflake.yml b/.github/workflows/dest_snowflake.yml index f64467ea857a98..e0f5321295f219 100644 --- a/.github/workflows/dest_snowflake.yml +++ b/.github/workflows/dest_snowflake.yml @@ -31,7 +31,7 @@ jobs: cache: true cache-dependency-path: plugins/destination/snowflake/go.sum - name: golangci-lint - uses: golangci/golangci-lint-action@v3 + uses: cloudquery/golangci-lint-action@master with: version: v1.50.1 working-directory: plugins/destination/snowflake diff --git a/.github/workflows/dest_sqlite.yml b/.github/workflows/dest_sqlite.yml index bc803091da4eba..d0bcfd3aa111e8 100644 --- a/.github/workflows/dest_sqlite.yml +++ b/.github/workflows/dest_sqlite.yml @@ -31,7 +31,7 @@ jobs: cache: true cache-dependency-path: plugins/destination/sqlite/go.sum - name: golangci-lint - uses: golangci/golangci-lint-action@v3 + uses: cloudquery/golangci-lint-action@master with: version: v1.50.1 working-directory: plugins/destination/sqlite diff --git a/.github/workflows/dest_test.yml b/.github/workflows/dest_test.yml index add8fe7735940d..a55903b5533bf8 100644 --- a/.github/workflows/dest_test.yml +++ b/.github/workflows/dest_test.yml @@ -31,7 +31,7 @@ jobs: cache: true cache-dependency-path: plugins/destination/test/go.sum - name: golangci-lint - uses: golangci/golangci-lint-action@v3 + uses: cloudquery/golangci-lint-action@master with: version: v1.50.1 working-directory: plugins/destination/test diff --git a/.github/workflows/source_aws.yml b/.github/workflows/source_aws.yml index 81ef024a551ba9..8cd04c138633cc 100644 --- a/.github/workflows/source_aws.yml +++ b/.github/workflows/source_aws.yml @@ -54,7 +54,7 @@ jobs: cache: true cache-dependency-path: plugins/source/aws/go.sum - name: golangci-lint - uses: golangci/golangci-lint-action@v3 + uses: cloudquery/golangci-lint-action@master with: version: v1.50.1 working-directory: plugins/source/aws diff --git a/.github/workflows/source_azure.yml b/.github/workflows/source_azure.yml index 4d64933a98508d..21f5f502e0aebb 100644 --- a/.github/workflows/source_azure.yml +++ b/.github/workflows/source_azure.yml @@ -51,7 +51,7 @@ jobs: cache: true cache-dependency-path: plugins/source/azure/go.sum - name: golangci-lint - uses: golangci/golangci-lint-action@v3 + uses: cloudquery/golangci-lint-action@master with: version: v1.50.1 working-directory: plugins/source/azure diff --git a/.github/workflows/source_azuredevops.yml b/.github/workflows/source_azuredevops.yml index 13ac7c50cf499e..9b309d3c59434e 100644 --- a/.github/workflows/source_azuredevops.yml +++ b/.github/workflows/source_azuredevops.yml @@ -31,7 +31,7 @@ jobs: cache: true cache-dependency-path: plugins/source/azuredevops/go.sum - name: golangci-lint - uses: golangci/golangci-lint-action@v3 + uses: cloudquery/golangci-lint-action@master with: version: v1.50.1 working-directory: plugins/source/azuredevops diff --git a/.github/workflows/source_cloudflare.yml b/.github/workflows/source_cloudflare.yml index c0f390d1802b2d..87899ed657ee90 100644 --- a/.github/workflows/source_cloudflare.yml +++ b/.github/workflows/source_cloudflare.yml @@ -31,7 +31,7 @@ jobs: cache: true cache-dependency-path: plugins/source/cloudflare/go.sum - name: golangci-lint - uses: golangci/golangci-lint-action@v3 + uses: cloudquery/golangci-lint-action@master with: version: v1.50.1 working-directory: plugins/source/cloudflare diff --git a/.github/workflows/source_crowdstrike.yml b/.github/workflows/source_crowdstrike.yml index b1b55782b3bc87..7d08e598eff647 100644 --- a/.github/workflows/source_crowdstrike.yml +++ b/.github/workflows/source_crowdstrike.yml @@ -51,7 +51,7 @@ jobs: cache: true cache-dependency-path: plugins/source/crowdstrike/go.sum - name: golangci-lint - uses: golangci/golangci-lint-action@v3 + uses: cloudquery/golangci-lint-action@master with: version: v1.50.1 working-directory: plugins/source/crowdstrike diff --git a/.github/workflows/source_datadog.yml b/.github/workflows/source_datadog.yml index 6df599bb8a0574..c204ebb224e7fc 100644 --- a/.github/workflows/source_datadog.yml +++ b/.github/workflows/source_datadog.yml @@ -31,7 +31,7 @@ jobs: cache: true cache-dependency-path: plugins/source/datadog/go.sum - name: golangci-lint - uses: golangci/golangci-lint-action@v3 + uses: cloudquery/golangci-lint-action@master with: version: v1.50.1 working-directory: plugins/source/datadog diff --git a/.github/workflows/source_digitalocean.yml b/.github/workflows/source_digitalocean.yml index b23c4796e7cb1f..5af77446b2c7ff 100644 --- a/.github/workflows/source_digitalocean.yml +++ b/.github/workflows/source_digitalocean.yml @@ -31,7 +31,7 @@ jobs: cache: true cache-dependency-path: plugins/source/digitalocean/go.sum - name: golangci-lint - uses: golangci/golangci-lint-action@v3 + uses: cloudquery/golangci-lint-action@master with: version: v1.50.1 working-directory: plugins/source/digitalocean diff --git a/.github/workflows/source_gandi.yml b/.github/workflows/source_gandi.yml index 78725988c80538..4976c7497dd8f5 100644 --- a/.github/workflows/source_gandi.yml +++ b/.github/workflows/source_gandi.yml @@ -31,7 +31,7 @@ jobs: cache: true cache-dependency-path: plugins/source/gandi/go.sum - name: golangci-lint - uses: golangci/golangci-lint-action@v3 + uses: cloudquery/golangci-lint-action@master with: version: v1.50.1 working-directory: plugins/source/gandi diff --git a/.github/workflows/source_gcp.yml b/.github/workflows/source_gcp.yml index 0da0cdd61ee14c..c9f50aefe329fd 100644 --- a/.github/workflows/source_gcp.yml +++ b/.github/workflows/source_gcp.yml @@ -51,7 +51,7 @@ jobs: cache: true cache-dependency-path: plugins/source/gcp/go.sum - name: golangci-lint - uses: golangci/golangci-lint-action@v3 + uses: cloudquery/golangci-lint-action@master with: version: v1.50.1 working-directory: plugins/source/gcp diff --git a/.github/workflows/source_github.yml b/.github/workflows/source_github.yml index faac915653ee69..d30c42db8c0470 100644 --- a/.github/workflows/source_github.yml +++ b/.github/workflows/source_github.yml @@ -31,7 +31,7 @@ jobs: cache: true cache-dependency-path: plugins/source/github/go.sum - name: golangci-lint - uses: golangci/golangci-lint-action@v3 + uses: cloudquery/golangci-lint-action@master with: version: v1.50.1 working-directory: plugins/source/github diff --git a/.github/workflows/source_heroku.yml b/.github/workflows/source_heroku.yml index 606e248c2a9eee..fed4666a899815 100644 --- a/.github/workflows/source_heroku.yml +++ b/.github/workflows/source_heroku.yml @@ -31,7 +31,7 @@ jobs: cache: true cache-dependency-path: plugins/source/heroku/go.sum - name: golangci-lint - uses: golangci/golangci-lint-action@v3 + uses: cloudquery/golangci-lint-action@master with: version: v1.50.1 working-directory: plugins/source/heroku diff --git a/.github/workflows/source_k8s.yml b/.github/workflows/source_k8s.yml index adb8c769150aa6..8fe917b3c28c3c 100644 --- a/.github/workflows/source_k8s.yml +++ b/.github/workflows/source_k8s.yml @@ -51,7 +51,7 @@ jobs: cache: true cache-dependency-path: plugins/source/k8s/go.sum - name: golangci-lint - uses: golangci/golangci-lint-action@v3 + uses: cloudquery/golangci-lint-action@master with: version: v1.50.1 working-directory: plugins/source/k8s diff --git a/.github/workflows/source_okta.yml b/.github/workflows/source_okta.yml index c5b4917bafdc3b..fabf680537440a 100644 --- a/.github/workflows/source_okta.yml +++ b/.github/workflows/source_okta.yml @@ -31,7 +31,7 @@ jobs: cache: true cache-dependency-path: plugins/source/okta/go.sum - name: golangci-lint - uses: golangci/golangci-lint-action@v3 + uses: cloudquery/golangci-lint-action@master with: version: v1.50.1 working-directory: plugins/source/k8s diff --git a/.github/workflows/source_pagerduty.yml b/.github/workflows/source_pagerduty.yml index bb6d7774f74769..8d72d591220372 100644 --- a/.github/workflows/source_pagerduty.yml +++ b/.github/workflows/source_pagerduty.yml @@ -31,7 +31,7 @@ jobs: cache: true cache-dependency-path: plugins/source/pagerduty/go.sum - name: golangci-lint - uses: golangci/golangci-lint-action@v3 + uses: cloudquery/golangci-lint-action@master with: version: v1.50.1 working-directory: plugins/source/pagerduty diff --git a/.github/workflows/source_slack.yml b/.github/workflows/source_slack.yml index eab45d97be117b..f92c4e0a7ea531 100644 --- a/.github/workflows/source_slack.yml +++ b/.github/workflows/source_slack.yml @@ -31,7 +31,7 @@ jobs: cache: true cache-dependency-path: plugins/source/slack/go.sum - name: golangci-lint - uses: golangci/golangci-lint-action@v3 + uses: cloudquery/golangci-lint-action@master with: version: v1.50.1 working-directory: plugins/source/slack diff --git a/.github/workflows/source_tailscale.yml b/.github/workflows/source_tailscale.yml index 04db92f4e4829b..4e54565f4f6eb2 100644 --- a/.github/workflows/source_tailscale.yml +++ b/.github/workflows/source_tailscale.yml @@ -31,7 +31,7 @@ jobs: cache: true cache-dependency-path: plugins/source/tailscale/go.sum - name: golangci-lint - uses: golangci/golangci-lint-action@v3 + uses: cloudquery/golangci-lint-action@master with: version: v1.50.1 working-directory: plugins/source/tailscale diff --git a/.github/workflows/source_terraform.yml b/.github/workflows/source_terraform.yml index 2232303f3884f6..df38b31a072aff 100644 --- a/.github/workflows/source_terraform.yml +++ b/.github/workflows/source_terraform.yml @@ -31,7 +31,7 @@ jobs: cache: true cache-dependency-path: plugins/source/terraform/go.sum - name: golangci-lint - uses: golangci/golangci-lint-action@v3 + uses: cloudquery/golangci-lint-action@master with: version: v1.50.1 working-directory: plugins/source/terraform diff --git a/.github/workflows/source_test.yml b/.github/workflows/source_test.yml index 5b9077f7d2c81b..9a14eb10fb3c50 100644 --- a/.github/workflows/source_test.yml +++ b/.github/workflows/source_test.yml @@ -31,7 +31,7 @@ jobs: cache: true cache-dependency-path: plugins/source/test/go.sum - name: golangci-lint - uses: golangci/golangci-lint-action@v3 + uses: cloudquery/golangci-lint-action@master with: version: v1.50.1 working-directory: plugins/source/test diff --git a/.github/workflows/source_vercel.yml b/.github/workflows/source_vercel.yml index b543013e8b022f..71cdf13cc54d77 100644 --- a/.github/workflows/source_vercel.yml +++ b/.github/workflows/source_vercel.yml @@ -31,7 +31,7 @@ jobs: cache: true cache-dependency-path: plugins/source/vercel/go.sum - name: golangci-lint - uses: golangci/golangci-lint-action@v3 + uses: cloudquery/golangci-lint-action@master with: version: v1.50.1 working-directory: plugins/source/vercel