Skip to content

Commit e698680

Browse files
authored
Merge pull request #918 from Romanitho/dependabot/github_actions/develop/stefanzweifel/git-auto-commit-action-5.2.0
Bump stefanzweifel/git-auto-commit-action from 5.1.0 to 5.2.0
2 parents 2040426 + f282299 commit e698680

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/GA_Mega-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
run: sudo chown -Rc $UID .git/
9191
- name: Commit and push applied linter fixes
9292
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')
93-
uses: stefanzweifel/git-auto-commit-action@e348103e9026cc0eee72ae06630dbe30c8bf7a79 # v5.1.0
93+
uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403 # v5.2.0
9494
with:
9595
branch: ${{ github.event.pull_request.head.ref || github.head_ref || github.ref }}
9696
commit_message: "[MegaLinter] Apply linters fixes"

0 commit comments

Comments
 (0)