Skip to content

Commit 249a7c7

Browse files
chore(deps): update stefanzweifel/git-auto-commit-action action to v7
1 parent 5dd3db7 commit 249a7c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
run: sudo chown -Rc $UID .git/
8787
- name: Commit and push applied linter fixes
8888
if: steps.ml.outputs.has_updated_sources == 1 && (env.APPLY_FIXES_EVENT == 'all' || env.APPLY_FIXES_EVENT == github.event_name) && env.APPLY_FIXES_MODE == 'commit' && github.ref != 'refs/heads/main' && (github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository) && !contains(github.event.head_commit.message, 'skip fix')
89-
uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403 # v5
89+
uses: stefanzweifel/git-auto-commit-action@04702edda442b2e678b25b537cec683a1493fcb9 # v7
9090
with:
9191
branch: ${{ github.event.pull_request.head.ref || github.head_ref || github.ref }}
9292
commit_message: "[MegaLinter] Apply linters fixes"

0 commit comments

Comments
 (0)