aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-09-03 22:48:57 +0000
committerMatthew Strapp <matt@mattstrapp.net>2024-09-05 10:10:00 -0500
commite118f66283b8e5afd4dd1791707267c84bb37859 (patch)
tree6e36b1d5367a472145432d77382e02316c602c38 /.github
parentBump oxsecurity/megalinter from 7 to 8 in the github-actions group (diff)
downloadlocusts-e118f66283b8e5afd4dd1791707267c84bb37859.tar
locusts-e118f66283b8e5afd4dd1791707267c84bb37859.tar.gz
locusts-e118f66283b8e5afd4dd1791707267c84bb37859.tar.bz2
locusts-e118f66283b8e5afd4dd1791707267c84bb37859.tar.lz
locusts-e118f66283b8e5afd4dd1791707267c84bb37859.tar.xz
locusts-e118f66283b8e5afd4dd1791707267c84bb37859.tar.zst
locusts-e118f66283b8e5afd4dd1791707267c84bb37859.zip
Bump peter-evans/create-pull-request in the github-actions group
Bumps the github-actions group with 1 update: [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request). Updates `peter-evans/create-pull-request` from 6 to 7 - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v6...v7) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/lint.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index c7a1589..bd65a3a 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -64,7 +64,7 @@ jobs:
- name: Create Pull Request with applied fixes
id: cpr
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')
- uses: peter-evans/create-pull-request@v6
+ uses: peter-evans/create-pull-request@v7
with:
token: ${{ secrets.PAT || secrets.GITHUB_TOKEN }}
commit-message: "[MegaLinter] Apply linters automatic fixes"