Skip to content

Bump bridgecrewio/checkov-action from 12.2903.0 to 12.2906.0 #886

Bump bridgecrewio/checkov-action from 12.2903.0 to 12.2906.0

Bump bridgecrewio/checkov-action from 12.2903.0 to 12.2906.0 #886

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@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- uses: ministryofjustice/github-actions/code-formatter@ccf9e3a4a828df1ec741f6c8e6ed9d0acaef3490 # v18.5.0
with:
ignore-files: "README.md"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}