Skip to content

Commit f3dd00a

Browse files
Merge pull request #93 from wesley-dean-flexion/dependabot/github_actions/stefanzweifel/git-auto-commit-action-5.1.0
2 parents 0c75e89 + 93a820c commit f3dd00a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/megalinter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
run: sudo chown -Rc $UID .git/
7979
- name: Commit and push applied linter fixes
8080
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)
81-
uses: stefanzweifel/git-auto-commit-action@8621497c8c39c72f3e2a999a26b4ca1b5058a842 # pin@v5
81+
uses: stefanzweifel/git-auto-commit-action@e348103e9026cc0eee72ae06630dbe30c8bf7a79 # pin@v5
8282
with:
8383
branch: ${{ github.event.pull_request.head.ref || github.head_ref || github.ref }}
8484
commit_message: "[MegaLinter] Apply linters fixes"

0 commit comments

Comments
 (0)