Skip to content

Bump bridgecrewio/checkov-action from 12.2882.0 to 12.2884.0 #196

Bump bridgecrewio/checkov-action from 12.2882.0 to 12.2884.0

Bump bridgecrewio/checkov-action from 12.2882.0 to 12.2884.0 #196

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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: ministryofjustice/github-actions/code-formatter@9f2e1064389dae6ca4098470b933da7042675e59 # v18.3.1
with:
ignore-files: "README.md"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}