diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index c39aab1..44093b3 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -8,7 +8,7 @@ jobs: name: "pre-commit" runs-on: ubuntu-latest steps: - - uses: SonarSource/gh-action_pre-commit@8a91c6ed43623407909d5abed696ba9c10e30c59 # 1.0.1 + - uses: SonarSource/gh-action_pre-commit@a82df1c1afb2b6460c141f4fbec7add081f97a9f # 1.0.2 with: extra-args: > --from-ref=origin/${{ github.event.pull_request.base.ref }}