Skip to content

chore(deps): pin dependencies #511

chore(deps): pin dependencies

chore(deps): pin dependencies #511

Workflow file for this run

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