Skip to content

Commit d3d94c5

Browse files
authored
Merge branch 'master' into dependabot/github_actions/oxsecurity/megalinter-8.8.0
2 parents 914f7af + 426be22 commit d3d94c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mega-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
run: sudo chown -Rc $UID .git/
102102
- name: Commit and push applied linter fixes
103103
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/master' && (github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository)
104-
uses: stefanzweifel/git-auto-commit-action@v5
104+
uses: stefanzweifel/git-auto-commit-action@v6
105105
with:
106106
branch: ${{ github.event.pull_request.head.ref || github.head_ref || github.ref }}
107107
commit_message: "[MegaLinter] Apply linters fixes"

0 commit comments

Comments
 (0)