Skip to content

Commit 270aa5f

Browse files
authored
Merge branch 'master' into dependabot/github_actions/oxsecurity/megalinter-9.1.0
2 parents 50b4cdc + ba29fc6 commit 270aa5f

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@v6
104+
uses: stefanzweifel/git-auto-commit-action@v7
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)