Skip to content

Bump chainguard-dev/actions from 1.4.7 to 1.4.8 in the actions group #8092

Bump chainguard-dev/actions from 1.4.7 to 1.4.8 in the actions group

Bump chainguard-dev/actions from 1.4.7 to 1.4.8 in the actions group #8092

on:
pull_request:
permissions: {}
jobs:
presubmit-readme:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
with:
egress-policy: audit
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- id: changed
uses: step-security/changed-files@95b56dadb92a30ca9036f16423fd3c088a71ee94 # v46.0.5
with:
files_yaml: |
automated:
- ./images/**
- ./tflib/**
- ./.terraform.lock.hcl
- ./Makefile
- ./main.tf
- ./generated.tf
- ./go.mod
- ./go.sum
- ./withdrawn-images.txt
- ./withdrawn-repos.txt
- ./reinstated-images.txt
- if: ${{ steps.changed.outputs.automated == 'true' }}
run: |
echo "You have made changes to files that are managed by automation."
exit 1