From fe5821f852d6781fc2bcf0ecc37f65f0523f98a1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 01:08:13 -0300 Subject: [PATCH] Update tj-actions/changed-files action to v42 (#429) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/tailscale.yml | 2 +- .github/workflows/tflint.yaml | 2 +- .github/workflows/validate.yaml | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/tailscale.yml b/.github/workflows/tailscale.yml index b59559a5b..ee1fd22dd 100644 --- a/.github/workflows/tailscale.yml +++ b/.github/workflows/tailscale.yml @@ -15,7 +15,7 @@ jobs: fetch-depth: 0 - name: Check if Tailscale file has changed id: tailscale-changes - uses: tj-actions/changed-files@56284d80811fb5963a972b438f2870f175e5b7c8 # v40 + uses: tj-actions/changed-files@90a06d6ba9543371ab4df8eeca0be07ca6054959 # v42 with: files: | policy.hujson diff --git a/.github/workflows/tflint.yaml b/.github/workflows/tflint.yaml index f1107f84c..b691bfcce 100644 --- a/.github/workflows/tflint.yaml +++ b/.github/workflows/tflint.yaml @@ -9,7 +9,7 @@ jobs: fetch-depth: 0 - name: Check if Terraform files changed id: terraform-changes - uses: tj-actions/changed-files@56284d80811fb5963a972b438f2870f175e5b7c8 # v40 + uses: tj-actions/changed-files@90a06d6ba9543371ab4df8eeca0be07ca6054959 # v42 with: files: | terraform/** diff --git a/.github/workflows/validate.yaml b/.github/workflows/validate.yaml index 214900fd2..353804fd2 100644 --- a/.github/workflows/validate.yaml +++ b/.github/workflows/validate.yaml @@ -12,28 +12,28 @@ jobs: fetch-depth: 0 - name: Check if Services have changed id: changed-services - uses: tj-actions/changed-files@56284d80811fb5963a972b438f2870f175e5b7c8 # v40 + uses: tj-actions/changed-files@90a06d6ba9543371ab4df8eeca0be07ca6054959 # v42 with: files: | apps/**/svc.yaml apps/**/*-svc.yaml - name: Check if Deployments/Statefulsets have changed id: changed-workloads - uses: tj-actions/changed-files@56284d80811fb5963a972b438f2870f175e5b7c8 # v40 + uses: tj-actions/changed-files@90a06d6ba9543371ab4df8eeca0be07ca6054959 # v42 with: files: | apps/**/deployment.yaml apps/**/statefulset.yaml - name: Check if configMap/Secrets have changed id: changed-configs - uses: tj-actions/changed-files@56284d80811fb5963a972b438f2870f175e5b7c8 # v40 + uses: tj-actions/changed-files@90a06d6ba9543371ab4df8eeca0be07ca6054959 # v42 with: files: | apps/**/cm.yaml apps/**/secret.yaml - name: Check if Permissions have changed id: changed-rbac - uses: tj-actions/changed-files@56284d80811fb5963a972b438f2870f175e5b7c8 # v40 + uses: tj-actions/changed-files@90a06d6ba9543371ab4df8eeca0be07ca6054959 # v42 with: files: | apps/**/rb.yaml @@ -42,7 +42,7 @@ jobs: apps/**/cr.yaml - name: Check if Storage resources have changed id: changed-storage - uses: tj-actions/changed-files@56284d80811fb5963a972b438f2870f175e5b7c8 # v40 + uses: tj-actions/changed-files@90a06d6ba9543371ab4df8eeca0be07ca6054959 # v42 with: files: | apps/**/pvc.yaml