From 3ce9a3fed152b2b14d7a905e93b83c47a38d9ee7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 07:26:00 +0000 Subject: [PATCH] chore(deps): update sonarsource/gh-action_pre-commit action to v1.0.5 --- .github/workflows/pre-commit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index bdd0b56c..d3fcb4ba 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -8,6 +8,6 @@ jobs: name: "pre-commit" runs-on: ubuntu-latest steps: - - uses: SonarSource/gh-action_pre-commit@372a7dcca1ed021cdf22e95636670870689ecd58 # 1.0.4 + - uses: SonarSource/gh-action_pre-commit@469b062f5c72f80612f6ba51e8191524eba7d3b8 # 1.0.5 with: extra-args: --from-ref=origin/${{ github.event.pull_request.base.ref }} --to-ref=${{ github.event.pull_request.head.sha }}