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 fc1a5de commit 3fe4b02Copy full SHA for 3fe4b02
1 file changed
.github/workflows/action-superlint.yml
@@ -45,7 +45,7 @@ jobs:
45
if: >
46
github.event_name == 'pull_request' &&
47
github.ref_name != github.event.repository.default_branch
48
- uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403 # v5.2.0
+ uses: stefanzweifel/git-auto-commit-action@778341af668090896ca464160c2def5d1d1a3eb0 # v6.0.1
49
with:
50
branch: ${{ github.event.pull_request.head.ref || github.head_ref || github.ref }}
51
commit_message: "chore: fix linting issues [skip ci]"
0 commit comments