Skip to content

Commit

Permalink
Update tj-actions/changed-files digest to 1c93849
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 4, 2023
1 parent fc08255 commit 42b998c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tailscale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fetch-depth: 0
- name: Check if Tailscale file has changed
id: tailscale-changes
uses: tj-actions/changed-files@da093c1609db0edd0a037ce9664e135f74bf30d9 # v40
uses: tj-actions/changed-files@1c938490c880156b746568a518594309cfb3f66b # v40
with:
files: |
policy.hujson
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tflint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fetch-depth: 0
- name: Check if Terraform files changed
id: terraform-changes
uses: tj-actions/changed-files@da093c1609db0edd0a037ce9664e135f74bf30d9 # v40
uses: tj-actions/changed-files@1c938490c880156b746568a518594309cfb3f66b # v40
with:
files: |
terraform/**
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,28 +12,28 @@ jobs:
fetch-depth: 0
- name: Check if Services have changed
id: changed-services
uses: tj-actions/changed-files@da093c1609db0edd0a037ce9664e135f74bf30d9 # v40
uses: tj-actions/changed-files@1c938490c880156b746568a518594309cfb3f66b # v40
with:
files: |
apps/**/svc.yaml
apps/**/*-svc.yaml
- name: Check if Deployments/Statefulsets have changed
id: changed-workloads
uses: tj-actions/changed-files@da093c1609db0edd0a037ce9664e135f74bf30d9 # v40
uses: tj-actions/changed-files@1c938490c880156b746568a518594309cfb3f66b # v40
with:
files: |
apps/**/deployment.yaml
apps/**/statefulset.yaml
- name: Check if configMap/Secrets have changed
id: changed-configs
uses: tj-actions/changed-files@da093c1609db0edd0a037ce9664e135f74bf30d9 # v40
uses: tj-actions/changed-files@1c938490c880156b746568a518594309cfb3f66b # v40
with:
files: |
apps/**/cm.yaml
apps/**/secret.yaml
- name: Check if Permissions have changed
id: changed-rbac
uses: tj-actions/changed-files@da093c1609db0edd0a037ce9664e135f74bf30d9 # v40
uses: tj-actions/changed-files@1c938490c880156b746568a518594309cfb3f66b # v40
with:
files: |
apps/**/rb.yaml
Expand All @@ -42,7 +42,7 @@ jobs:
apps/**/cr.yaml
- name: Check if Storage resources have changed
id: changed-storage
uses: tj-actions/changed-files@da093c1609db0edd0a037ce9664e135f74bf30d9 # v40
uses: tj-actions/changed-files@1c938490c880156b746568a518594309cfb3f66b # v40
with:
files: |
apps/**/pvc.yaml
Expand Down

0 comments on commit 42b998c

Please sign in to comment.