File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4343 id : ml
4444 # You can override MegaLinter flavor used to have faster performances
4545 # More info at https://megalinter.io/flavors/
46- uses : oxsecurity/megalinter@v8.1 .0
46+ uses : oxsecurity/megalinter@v8.3 .0
4747 env :
4848 # All available variables are described in documentation
4949 # https://megalinter.io/configuration/
7070 - name : Create Pull Request with applied fixes
7171 id : cpr
7272 if : (env.APPLY_FIXES_EVENT == 'all' || env.APPLY_FIXES_EVENT == github.event_name) && env.APPLY_FIXES_MODE == 'pull_request' && (github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository)
73- uses : peter-evans/create-pull-request@v5
73+ uses : peter-evans/create-pull-request@v7
7474 with :
7575 token : ${{ secrets.PAT || secrets.GITHUB_TOKEN }}
7676 commit-message : " [MegaLinter] Apply linters automatic fixes"
@@ -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@v4
104+ uses : stefanzweifel/git-auto-commit-action@v5
105105 with :
106106 branch : ${{ github.event.pull_request.head.ref || github.head_ref || github.ref }}
107107 commit_message : " [MegaLinter] Apply linters fixes"
You can’t perform that action at this time.
0 commit comments