Skip to content

BUILD-6088 Create Security.md #255

BUILD-6088 Create Security.md

BUILD-6088 Create Security.md #255

Workflow file for this run

name: Pre-commit checks
on:
pull_request:
merge_group:
jobs:
pre-commit:
name: "pre-commit"
runs-on: ubuntu-latest
steps:
- uses: SonarSource/gh-action_pre-commit@15b39b4032c6f133b196430e462fc19653a697b5 # 1.0.0
with:
extra-args: >
--from-ref=origin/${{ github.event.pull_request.base.ref }}
--to-ref=${{ github.event.pull_request.head.sha }}