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

Bump bridgecrewio/checkov-action from 12.2705.0 to 12.2707.0 #402

Bump bridgecrewio/checkov-action from 12.2705.0 to 12.2707.0

Bump bridgecrewio/checkov-action from 12.2705.0 to 12.2707.0 #402

Workflow file for this run

name: code-formatter
on:
pull_request:
types: [opened, edited, reopened, synchronize]
jobs:
format-code:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- uses: ministryofjustice/github-actions/code-formatter@v14
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}