Skip to content

chore(deps): update sonarsource/gh-action_pre-commit action to v1.0.5 #249

chore(deps): update sonarsource/gh-action_pre-commit action to v1.0.5

chore(deps): update sonarsource/gh-action_pre-commit action to v1.0.5 #249

Workflow file for this run

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