diff --git a/provider-ci/internal/pkg/action-versions.yml b/provider-ci/internal/pkg/action-versions.yml index 4ae685764d..a7273e22f3 100644 --- a/provider-ci/internal/pkg/action-versions.yml +++ b/provider-ci/internal/pkg/action-versions.yml @@ -91,7 +91,7 @@ jobs: uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486 # v3.16.2 - name: dorny/paths-filter - uses: dorny/paths-filter@7267a8516b6f92bdb098633497bad573efdbf271 # v2.12.0 + uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2 - name: repo-sync/pull-request uses: repo-sync/pull-request@65785d95a5a466e46a9d0708933a3bd51bbf9dde # v2.6.2 diff --git a/provider-ci/test-providers/aws/.github/workflows/community-moderation.yml b/provider-ci/test-providers/aws/.github/workflows/community-moderation.yml index e42446f551..a0a741509e 100644 --- a/provider-ci/test-providers/aws/.github/workflows/community-moderation.yml +++ b/provider-ci/test-providers/aws/.github/workflows/community-moderation.yml @@ -14,13 +14,13 @@ jobs: persist-credentials: false - id: schema_changed name: Check for diff in schema - uses: dorny/paths-filter@7267a8516b6f92bdb098633497bad573efdbf271 # v2.12.0 + uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2 with: filters: "changed: 'provider/cmd/**/schema.json'" - id: sdk_changed if: steps.schema_changed.outputs.changed == 'false' name: Check for diff in sdk/** - uses: dorny/paths-filter@7267a8516b6f92bdb098633497bad573efdbf271 # v2.12.0 + uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2 with: filters: "changed: 'sdk/**'" - if: steps.sdk_changed.outputs.changed == 'true' && diff --git a/provider-ci/test-providers/cloudflare/.github/workflows/community-moderation.yml b/provider-ci/test-providers/cloudflare/.github/workflows/community-moderation.yml index f726f82a15..c353895e24 100644 --- a/provider-ci/test-providers/cloudflare/.github/workflows/community-moderation.yml +++ b/provider-ci/test-providers/cloudflare/.github/workflows/community-moderation.yml @@ -13,13 +13,13 @@ jobs: persist-credentials: false - id: schema_changed name: Check for diff in schema - uses: dorny/paths-filter@7267a8516b6f92bdb098633497bad573efdbf271 # v2.12.0 + uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2 with: filters: "changed: 'provider/cmd/**/schema.json'" - id: sdk_changed if: steps.schema_changed.outputs.changed == 'false' name: Check for diff in sdk/** - uses: dorny/paths-filter@7267a8516b6f92bdb098633497bad573efdbf271 # v2.12.0 + uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2 with: filters: "changed: 'sdk/**'" - if: steps.sdk_changed.outputs.changed == 'true' && diff --git a/provider-ci/test-providers/docker/.github/workflows/community-moderation.yml b/provider-ci/test-providers/docker/.github/workflows/community-moderation.yml index f726f82a15..c353895e24 100644 --- a/provider-ci/test-providers/docker/.github/workflows/community-moderation.yml +++ b/provider-ci/test-providers/docker/.github/workflows/community-moderation.yml @@ -13,13 +13,13 @@ jobs: persist-credentials: false - id: schema_changed name: Check for diff in schema - uses: dorny/paths-filter@7267a8516b6f92bdb098633497bad573efdbf271 # v2.12.0 + uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2 with: filters: "changed: 'provider/cmd/**/schema.json'" - id: sdk_changed if: steps.schema_changed.outputs.changed == 'false' name: Check for diff in sdk/** - uses: dorny/paths-filter@7267a8516b6f92bdb098633497bad573efdbf271 # v2.12.0 + uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2 with: filters: "changed: 'sdk/**'" - if: steps.sdk_changed.outputs.changed == 'true' &&