From dd34fce3952daf8827b099d8ba2eb848a7c0251e Mon Sep 17 00:00:00 2001 From: bbernays Date: Wed, 21 Dec 2022 11:22:50 -0500 Subject: [PATCH 01/19] Update source_aws.yml --- .github/workflows/source_aws.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/source_aws.yml b/.github/workflows/source_aws.yml index 81ef024a551ba9..b22849c4e8c5c6 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: bbernays/golangci-lint-action@main with: version: v1.50.1 working-directory: plugins/source/aws From 701f2bfda0f569accc21637c6a814b8f27cb0127 Mon Sep 17 00:00:00 2001 From: bbernays Date: Wed, 21 Dec 2022 11:24:24 -0500 Subject: [PATCH 02/19] Update source_aws.yml --- .github/workflows/source_aws.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/source_aws.yml b/.github/workflows/source_aws.yml index b22849c4e8c5c6..847e13affbf2ec 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: bbernays/golangci-lint-action@main + uses: bbernays/golangci-lint-action with: version: v1.50.1 working-directory: plugins/source/aws From 2be3774a00717eb5258e094e84c49d400176eb03 Mon Sep 17 00:00:00 2001 From: bbernays Date: Wed, 21 Dec 2022 11:26:54 -0500 Subject: [PATCH 03/19] Update source_aws.yml --- .github/workflows/source_aws.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/source_aws.yml b/.github/workflows/source_aws.yml index 847e13affbf2ec..3c3cd0da2b6ccf 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: bbernays/golangci-lint-action + uses: bbernays/golangci-lint-action@17c0940 with: version: v1.50.1 working-directory: plugins/source/aws From 9810db5a39f5814ea2cb812357166c6584e78853 Mon Sep 17 00:00:00 2001 From: bbernays Date: Wed, 21 Dec 2022 11:28:21 -0500 Subject: [PATCH 04/19] Update source_aws.yml --- .github/workflows/source_aws.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/source_aws.yml b/.github/workflows/source_aws.yml index 3c3cd0da2b6ccf..bda9bc797b342b 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: bbernays/golangci-lint-action@17c0940 + uses: bbernays/golangci-lint-action@17c0940b262488c102c3435cba680564c6fd4a5a with: version: v1.50.1 working-directory: plugins/source/aws From 223fd47bc9e6d833f597eb46cecd1024dba96af4 Mon Sep 17 00:00:00 2001 From: bbernays Date: Wed, 21 Dec 2022 11:41:12 -0500 Subject: [PATCH 05/19] Update images_fetch.go --- plugins/source/aws/resources/services/ec2/images_fetch.go | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/source/aws/resources/services/ec2/images_fetch.go b/plugins/source/aws/resources/services/ec2/images_fetch.go index 84f6d71b7d2734..d92aaf311be43c 100644 --- a/plugins/source/aws/resources/services/ec2/images_fetch.go +++ b/plugins/source/aws/resources/services/ec2/images_fetch.go @@ -45,6 +45,7 @@ func fetchEc2Images(ctx context.Context, meta schema.ClientMeta, parent *schema. res <- resp.Images } return nil + }) return g.Wait() From 0f470da58f7af29df232654df0f8dcc4956ed0d2 Mon Sep 17 00:00:00 2001 From: bbernays Date: Wed, 21 Dec 2022 11:49:44 -0500 Subject: [PATCH 06/19] Update images_fetch.go --- plugins/source/aws/resources/services/ec2/images_fetch.go | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/source/aws/resources/services/ec2/images_fetch.go b/plugins/source/aws/resources/services/ec2/images_fetch.go index d92aaf311be43c..43e600264e73ca 100644 --- a/plugins/source/aws/resources/services/ec2/images_fetch.go +++ b/plugins/source/aws/resources/services/ec2/images_fetch.go @@ -49,6 +49,7 @@ func fetchEc2Images(ctx context.Context, meta schema.ClientMeta, parent *schema. }) return g.Wait() + } func resolveImageArn(_ context.Context, meta schema.ClientMeta, resource *schema.Resource, c schema.Column) error { From 013c33522c5e2f31b6fe7afdde41544e11f07174 Mon Sep 17 00:00:00 2001 From: bbernays Date: Wed, 21 Dec 2022 11:53:01 -0500 Subject: [PATCH 07/19] Update source_aws.yml --- .github/workflows/source_aws.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/source_aws.yml b/.github/workflows/source_aws.yml index bda9bc797b342b..2c85738ac788ad 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: bbernays/golangci-lint-action@17c0940b262488c102c3435cba680564c6fd4a5a + uses: bbernays/golangci-lint-action@d0df19561044bb1d8007229bbf56445c6c5aff1d with: version: v1.50.1 working-directory: plugins/source/aws From 5d5934e894169bec346265696502ed600e0421a1 Mon Sep 17 00:00:00 2001 From: bbernays Date: Wed, 21 Dec 2022 11:57:45 -0500 Subject: [PATCH 08/19] Update source_aws.yml --- .github/workflows/source_aws.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/source_aws.yml b/.github/workflows/source_aws.yml index 2c85738ac788ad..0b6d60818b46aa 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: bbernays/golangci-lint-action@d0df19561044bb1d8007229bbf56445c6c5aff1d + uses: bbernays/golangci-lint-action@e8fd730659c0ec8b6cc439dd872573fb481f95e0 with: version: v1.50.1 working-directory: plugins/source/aws From 19331646f02f7d9254ecd839f57976e1df1ecbd9 Mon Sep 17 00:00:00 2001 From: bbernays Date: Wed, 21 Dec 2022 12:02:05 -0500 Subject: [PATCH 09/19] Update source_aws.yml --- .github/workflows/source_aws.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/source_aws.yml b/.github/workflows/source_aws.yml index 0b6d60818b46aa..cdf429e10b57b0 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: bbernays/golangci-lint-action@e8fd730659c0ec8b6cc439dd872573fb481f95e0 + uses: bbernays/golangci-lint-action@89515350f42d00b264542dbd1afc850294534388 with: version: v1.50.1 working-directory: plugins/source/aws From 32adb526f851bcecfefc7518de6fe131a9a8f840 Mon Sep 17 00:00:00 2001 From: bbernays Date: Wed, 21 Dec 2022 12:05:07 -0500 Subject: [PATCH 10/19] Update images_fetch.go --- plugins/source/aws/resources/services/ec2/images_fetch.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/source/aws/resources/services/ec2/images_fetch.go b/plugins/source/aws/resources/services/ec2/images_fetch.go index 43e600264e73ca..84f6d71b7d2734 100644 --- a/plugins/source/aws/resources/services/ec2/images_fetch.go +++ b/plugins/source/aws/resources/services/ec2/images_fetch.go @@ -45,11 +45,9 @@ func fetchEc2Images(ctx context.Context, meta schema.ClientMeta, parent *schema. res <- resp.Images } return nil - }) return g.Wait() - } func resolveImageArn(_ context.Context, meta schema.ClientMeta, resource *schema.Resource, c schema.Column) error { From c4487dcfa571032895bb797b0cbb735c7d2c0598 Mon Sep 17 00:00:00 2001 From: bbernays Date: Wed, 21 Dec 2022 12:10:14 -0500 Subject: [PATCH 11/19] Update images_fetch.go --- plugins/source/aws/resources/services/ec2/images_fetch.go | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/source/aws/resources/services/ec2/images_fetch.go b/plugins/source/aws/resources/services/ec2/images_fetch.go index 84f6d71b7d2734..d92aaf311be43c 100644 --- a/plugins/source/aws/resources/services/ec2/images_fetch.go +++ b/plugins/source/aws/resources/services/ec2/images_fetch.go @@ -45,6 +45,7 @@ func fetchEc2Images(ctx context.Context, meta schema.ClientMeta, parent *schema. res <- resp.Images } return nil + }) return g.Wait() From 6366ec70b1dcdb8fadb7d838e744bee7a4e52919 Mon Sep 17 00:00:00 2001 From: bbernays Date: Wed, 21 Dec 2022 12:17:14 -0500 Subject: [PATCH 12/19] Update images_fetch.go --- plugins/source/aws/resources/services/ec2/images_fetch.go | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/source/aws/resources/services/ec2/images_fetch.go b/plugins/source/aws/resources/services/ec2/images_fetch.go index d92aaf311be43c..84f6d71b7d2734 100644 --- a/plugins/source/aws/resources/services/ec2/images_fetch.go +++ b/plugins/source/aws/resources/services/ec2/images_fetch.go @@ -45,7 +45,6 @@ func fetchEc2Images(ctx context.Context, meta schema.ClientMeta, parent *schema. res <- resp.Images } return nil - }) return g.Wait() From baa78a062ade8d6542f457599a7aeaefa9ce40cd Mon Sep 17 00:00:00 2001 From: bbernays Date: Wed, 21 Dec 2022 12:43:43 -0500 Subject: [PATCH 13/19] Update source_aws.yml --- .github/workflows/source_aws.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/source_aws.yml b/.github/workflows/source_aws.yml index cdf429e10b57b0..b522d34bdd35a8 100644 --- a/.github/workflows/source_aws.yml +++ b/.github/workflows/source_aws.yml @@ -153,6 +153,8 @@ jobs: go-version-file: plugins/source/aws/go.mod cache: true cache-dependency-path: plugins/source/aws/go.sum + - name: Get dependencies + run: go get -t -d ./... - name: Build run: go build . - name: Setup CloudQuery From 01eb38b10693a10a0a1966340c3229ce73980e76 Mon Sep 17 00:00:00 2001 From: bbernays Date: Wed, 21 Dec 2022 12:51:34 -0500 Subject: [PATCH 14/19] Update source_aws.yml --- .github/workflows/source_aws.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/source_aws.yml b/.github/workflows/source_aws.yml index b522d34bdd35a8..a12dba09924ee9 100644 --- a/.github/workflows/source_aws.yml +++ b/.github/workflows/source_aws.yml @@ -147,6 +147,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 + with: + fetch-depth: 2 - name: Set up Go 1.x uses: actions/setup-go@v3 with: From 38add681413f23c2cab4959aafee3f421f4403b2 Mon Sep 17 00:00:00 2001 From: bbernays Date: Wed, 21 Dec 2022 12:57:40 -0500 Subject: [PATCH 15/19] Update source_aws.yml --- .github/workflows/source_aws.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/source_aws.yml b/.github/workflows/source_aws.yml index a12dba09924ee9..f36326894d0185 100644 --- a/.github/workflows/source_aws.yml +++ b/.github/workflows/source_aws.yml @@ -145,8 +145,7 @@ jobs: --health-timeout 5s --health-retries 5 steps: - - name: Checkout - uses: actions/checkout@v3 + - uses: actions/checkout@v3 with: fetch-depth: 2 - name: Set up Go 1.x @@ -156,7 +155,7 @@ jobs: cache: true cache-dependency-path: plugins/source/aws/go.sum - name: Get dependencies - run: go get -t -d ./... + run: go get -t -d ./... - name: Build run: go build . - name: Setup CloudQuery From d0ba8992d3f0b07f096ecc01efe913eeb5c53694 Mon Sep 17 00:00:00 2001 From: bbernays Date: Wed, 21 Dec 2022 14:45:34 -0500 Subject: [PATCH 16/19] Update source_aws.yml --- .github/workflows/source_aws.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/source_aws.yml b/.github/workflows/source_aws.yml index f36326894d0185..ece533d36bda22 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: bbernays/golangci-lint-action@89515350f42d00b264542dbd1afc850294534388 + uses: bbernays/golangci-lint-action@58bce521b66ed125524e24eeec9522d765a8c2a7 with: version: v1.50.1 working-directory: plugins/source/aws From d2d38d188d8e7de18194e30a73ab17581dbc48a2 Mon Sep 17 00:00:00 2001 From: bbernays Date: Thu, 22 Dec 2022 07:41:35 -0500 Subject: [PATCH 17/19] Update source_aws.yml --- .github/workflows/source_aws.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/source_aws.yml b/.github/workflows/source_aws.yml index ece533d36bda22..8477b391261111 100644 --- a/.github/workflows/source_aws.yml +++ b/.github/workflows/source_aws.yml @@ -145,17 +145,14 @@ jobs: --health-timeout 5s --health-retries 5 steps: - - uses: actions/checkout@v3 - with: - fetch-depth: 2 + - name: Checkout + uses: actions/checkout@v3 - name: Set up Go 1.x uses: actions/setup-go@v3 with: go-version-file: plugins/source/aws/go.mod cache: true cache-dependency-path: plugins/source/aws/go.sum - - name: Get dependencies - run: go get -t -d ./... - name: Build run: go build . - name: Setup CloudQuery From 6645b1beda74b3009b987eb05ed6f041daca33ab Mon Sep 17 00:00:00 2001 From: bbernays Date: Thu, 22 Dec 2022 10:58:44 -0500 Subject: [PATCH 18/19] Update source_aws.yml --- .github/workflows/source_aws.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/source_aws.yml b/.github/workflows/source_aws.yml index 8477b391261111..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: bbernays/golangci-lint-action@58bce521b66ed125524e24eeec9522d765a8c2a7 + uses: cloudquery/golangci-lint-action@master with: version: v1.50.1 working-directory: plugins/source/aws From c332318a7668799f9e7cbcf4a2cc94679d4ff477 Mon Sep 17 00:00:00 2001 From: bbernays Date: Thu, 22 Dec 2022 11:00:23 -0500 Subject: [PATCH 19/19] change all workflows --- .github/workflows/cli.yml | 2 +- .github/workflows/dest_bigquery.yml | 2 +- .github/workflows/dest_csv.yml | 2 +- .github/workflows/dest_postgresql.yml | 2 +- .github/workflows/dest_snowflake.yml | 2 +- .github/workflows/dest_sqlite.yml | 2 +- .github/workflows/dest_test.yml | 2 +- .github/workflows/source_azure.yml | 2 +- .github/workflows/source_azuredevops.yml | 2 +- .github/workflows/source_cloudflare.yml | 2 +- .github/workflows/source_crowdstrike.yml | 2 +- .github/workflows/source_datadog.yml | 2 +- .github/workflows/source_digitalocean.yml | 2 +- .github/workflows/source_gandi.yml | 2 +- .github/workflows/source_gcp.yml | 2 +- .github/workflows/source_github.yml | 2 +- .github/workflows/source_heroku.yml | 2 +- .github/workflows/source_k8s.yml | 2 +- .github/workflows/source_okta.yml | 2 +- .github/workflows/source_pagerduty.yml | 2 +- .github/workflows/source_slack.yml | 2 +- .github/workflows/source_tailscale.yml | 2 +- .github/workflows/source_terraform.yml | 2 +- .github/workflows/source_test.yml | 2 +- .github/workflows/source_vercel.yml | 2 +- 25 files changed, 25 insertions(+), 25 deletions(-) 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_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