Skip to content

Commit

Permalink
chore(deps): update sonarsource/gh-action_pre-commit action to v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and hedinasr committed Sep 2, 2024
1 parent 60f1e76 commit 1092b77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ jobs:
name: "pre-commit"
runs-on: ubuntu-22.04
steps:
- uses: SonarSource/gh-action_pre-commit@15b39b4032c6f133b196430e462fc19653a697b5 # 1.0.0
- uses: SonarSource/gh-action_pre-commit@8a91c6ed43623407909d5abed696ba9c10e30c59 # 1.0.1
with:
extra-args: --from-ref=origin/${{ github.event.pull_request.base.ref }} --to-ref=${{ github.event.pull_request.head.sha }}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: "pre-commit"
runs-on: ubuntu-latest
steps:
- uses: SonarSource/gh-action_pre-commit@15b39b4032c6f133b196430e462fc19653a697b5 # 1.0.0
- uses: SonarSource/gh-action_pre-commit@8a91c6ed43623407909d5abed696ba9c10e30c59 # 1.0.1
with:
extra-args: >
--from-ref=origin/${{ github.event.pull_request.base.ref }}
Expand Down

0 comments on commit 1092b77

Please sign in to comment.