This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/main by this push:
new d8a12b3c94 Bump peter-evans/create-pull-request from 7.0.9 to 7.0.11
(#2325)
d8a12b3c94 is described below
commit d8a12b3c94ab503521dfeb3cfbec022dc0a0a1fa
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Dec 6 19:50:26 2025 +0100
Bump peter-evans/create-pull-request from 7.0.9 to 7.0.11 (#2325)
Bumps
[peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request)
from 7.0.9 to 7.0.11.
- [Release
notes](https://github.com/peter-evans/create-pull-request/releases)
-
[Commits](https://github.com/peter-evans/create-pull-request/compare/84ae59a2cdc2258d6fa0732dd66352dddae2a412...22a9089034f40e5a961c8808d113e2c98fb63676)
---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
dependency-version: 7.0.11
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/main-push-build.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/main-push-build.yml
b/.github/workflows/main-push-build.yml
index 6e13c7125d..384c9891ae 100644
--- a/.github/workflows/main-push-build.yml
+++ b/.github/workflows/main-push-build.yml
@@ -41,7 +41,7 @@ jobs:
run: find ./boms -type f -exec sed -i -e 's/\r$//' {} \;
- name: Create Pull Request after BOM Regeneration
- uses:
peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 #
v7.0.9
+ uses:
peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 #
v7.0.11
with:
base: main
token: ${{ secrets.GITHUB_TOKEN }}