Skip to content

Bump tj-actions/changed-files from 45.0.1 to 45.0.2 in the actions group #7908

Bump tj-actions/changed-files from 45.0.1 to 45.0.2 in the actions group

Bump tj-actions/changed-files from 45.0.1 to 45.0.2 in the actions group #7908

on:
pull_request:
jobs:
presubmit-readme:
runs-on: ubuntu-latest
steps:
- uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
with:
egress-policy: audit
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- id: changed
uses: tj-actions/changed-files@48d8f15b2aaa3d255ca5af3eba4870f807ce6b3c # v45.0.2
with:
files_yaml: |
automated:
- ./images/**
- ./tflib/**
- ./.terraform.lock.hcl
- ./Makefile
- ./main.tf
- ./generated.tf
- ./go.mod
- ./go.sum
- if: steps.changed.outputs.automated_any_modified == 'true'
run: |
echo "You have made changes to files that are managed by automation."
exit 1