Skip to content

ci: 🎡 bump publisher to patch CVE-2024-22048 #395

ci: 🎡 bump publisher to patch CVE-2024-22048

ci: 🎡 bump publisher to patch CVE-2024-22048 #395

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@v3
- uses: ministryofjustice/github-actions/code-formatter@v7
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}