Gradle(deps): Bump org.sonarqube from 4.4.1.3373 to 5.0.0.4638 in /crime-evidence #364
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
pull_request: | |
types: [ opened, edited, reopened, synchronize ] | |
jobs: | |
format-code: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@main | |
- uses: ministryofjustice/github-actions/code-formatter@main | |
with: | |
ignore-files: "docker-compose.override.yml,values-dev.yaml,values-test.yaml,values-uat.yaml,values-prod.yaml,ingress.yaml,scheduled-downtime-cronjob.yaml" | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |