Skip to content

build(deps): bump bridgecrewio/checkov-action from 12.2877.0 to 12.2879.0 #1136

build(deps): bump bridgecrewio/checkov-action from 12.2877.0 to 12.2879.0

build(deps): bump bridgecrewio/checkov-action from 12.2877.0 to 12.2879.0 #1136

Workflow file for this run

name: "Format Code: ensure code formatting guidelines are met"
on:
pull_request:
types: [opened, edited, reopened, synchronize]
permissions: {}
jobs:
format-code:
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- uses: ministryofjustice/github-actions/code-formatter@e08cbcac12ec9c09d867ab2b803d4ea1a87300ad # v18.2.4
with:
ignore-files: "README.md"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}