We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6e5d51 commit 5aa446bCopy full SHA for 5aa446b
.github/workflows/pre-commit.yml
@@ -7,6 +7,6 @@ jobs:
7
name: "pre-commit"
8
runs-on: ubuntu-latest
9
steps:
10
- - uses: SonarSource/gh-action_pre-commit@a82df1c1afb2b6460c141f4fbec7add081f97a9f # 1.0.2
+ - uses: SonarSource/gh-action_pre-commit@3c7fc5aae134cae8554df61c1c802612b0e66296 # 1.0.3
11
with:
12
extra-args: --from-ref=origin/${{ github.event.pull_request.base.ref }} --to-ref=${{ github.event.pull_request.head.sha }}
0 commit comments