Skip to content

Commit 5e37c5c

Browse files
committed
Bump GitHub actions
1 parent 136d963 commit 5e37c5c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/mega-linter.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
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/
@@ -70,7 +70,7 @@ jobs:
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"

0 commit comments

Comments
 (0)