Skip to content

Commit 68920e1

Browse files
authored
Merge pull request #1091 from Romanitho/dependabot/github_actions/develop/peter-evans/create-pull-request-8.0.0
Bump peter-evans/create-pull-request from 7.0.9 to 8.0.0
2 parents ddd32ad + 8b66dd3 commit 68920e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/GA_Mega-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
- name: Create Pull Request with applied fixes
7272
id: cpr
7373
if: steps.ml.outputs.has_updated_sources == 1 && (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) && !contains(github.event.head_commit.message, 'skip fix')
74-
uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7.0.9
74+
uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8.0.0
7575
with:
7676
token: ${{ secrets.PAT || secrets.GITHUB_TOKEN }}
7777
commit-message: "[MegaLinter] Apply linters automatic fixes"

0 commit comments

Comments
 (0)