From 32647316a7c178739869bfadff921e9ebd0c4cd1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 09:34:39 +0000 Subject: [PATCH] chore(deps): update sonarsource/gh-action_pre-commit action to v1.0.5 (#42) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/pre-commit.yml | 2 +- .../.github/workflows/pre-commit.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 50ce980..7fa14a6 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -8,6 +8,6 @@ jobs: name: "pre-commit" runs-on: ubuntu-24.04 steps: - - uses: SonarSource/gh-action_pre-commit@3c7fc5aae134cae8554df61c1c802612b0e66296 # 1.0.3 + - 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 }} diff --git a/{{cookiecutter.repository_name}}/.github/workflows/pre-commit.yml b/{{cookiecutter.repository_name}}/.github/workflows/pre-commit.yml index ef5aff5..3c21445 100644 --- a/{{cookiecutter.repository_name}}/.github/workflows/pre-commit.yml +++ b/{{cookiecutter.repository_name}}/.github/workflows/pre-commit.yml @@ -8,7 +8,7 @@ jobs: name: "pre-commit" runs-on: ubuntu-latest steps: - - uses: SonarSource/gh-action_pre-commit@3c7fc5aae134cae8554df61c1c802612b0e66296 # 1.0.3 + - uses: SonarSource/gh-action_pre-commit@469b062f5c72f80612f6ba51e8191524eba7d3b8 # 1.0.5 with: extra-args: > --from-ref=origin/${{ github.event.pull_request.base.ref }}