Skip to content

Bump bridgecrewio/checkov-action from 12.2885.0 to 12.2886.0 #365

Bump bridgecrewio/checkov-action from 12.2885.0 to 12.2886.0

Bump bridgecrewio/checkov-action from 12.2885.0 to 12.2886.0 #365

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: ministryofjustice/github-actions/code-formatter@721b0f273fc8356611cb18b3dfc02074d59217da # v18.4.0
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
ignore-files: "README.md"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}