Skip to content

Bump the actions group across 1 directory with 4 updates #7987

Bump the actions group across 1 directory with 4 updates

Bump the actions group across 1 directory with 4 updates #7987

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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- id: changed
uses: tj-actions/changed-files@4edd678ac3f81e2dc578756871e4d00c19191daf # v45.0.4
with:
files_yaml: |
automated:
- ./images/**
- ./tflib/**
- ./.terraform.lock.hcl
- ./Makefile
- ./main.tf
- ./generated.tf
- ./go.mod
- ./go.sum
- ./withdrawn-images.txt
- ./withdrawn-repos.txt
- if: steps.changed.outputs.automated_any_modified == 'true'
run: |
echo "You have made changes to files that are managed by automation."
exit 1