Skip to content

BUILD-6088 Create Security.md #256

BUILD-6088 Create Security.md

BUILD-6088 Create Security.md #256

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@a82df1c1afb2b6460c141f4fbec7add081f97a9f # 1.0.2
with:
extra-args: >
--from-ref=origin/${{ github.event.pull_request.base.ref }}
--to-ref=${{ github.event.pull_request.head.sha }}