Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

Bump bridgecrewio/checkov-action from 12.2400.0 to 12.2402.0 #313

Bump bridgecrewio/checkov-action from 12.2400.0 to 12.2402.0

Bump bridgecrewio/checkov-action from 12.2400.0 to 12.2402.0 #313

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@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
- uses: ministryofjustice/github-actions/code-formatter@de29cc1c65fc53d32c3f72e8e248396f16040585 # v13
with:
ignore-files: "README.md"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}