Skip to content

Bump bridgecrewio/checkov-action from 12.2873.0 to 12.2874.0 #1750

Bump bridgecrewio/checkov-action from 12.2873.0 to 12.2874.0

Bump bridgecrewio/checkov-action from 12.2873.0 to 12.2874.0 #1750

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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- uses: ministryofjustice/github-actions/code-formatter@7c689fe2de15e1692f5cceceb132919ab854081c # v14
with:
ignore-files: "README.md"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}