This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
The following commit(s) were added to refs/heads/main by this push:
new 3a198626e chore(deps): bump peter-evans/create-pull-request from 8.1.0
to 8.1.1 (#2788)
3a198626e is described below
commit 3a198626ebba8838b4af05eb711e30a237583b23
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Apr 13 09:29:06 2026 +0200
chore(deps): bump peter-evans/create-pull-request from 8.1.0 to 8.1.1
(#2788)
Bumps
[peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request)
from 8.1.0 to 8.1.1.
- [Release
notes](https://github.com/peter-evans/create-pull-request/releases)
-
[Commits](https://github.com/peter-evans/create-pull-request/compare/c0f553fe549906ede9cf27b5156039d195d2ece0...5f6978faf089d4d20b00c7766989d076bb2fc7f1)
---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
dependency-version: 8.1.1
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/generate-sbom-main.yml | 2 +-
.github/workflows/main-push-regen.yaml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/generate-sbom-main.yml
b/.github/workflows/generate-sbom-main.yml
index a204810be..0f2b1a784 100644
--- a/.github/workflows/generate-sbom-main.yml
+++ b/.github/workflows/generate-sbom-main.yml
@@ -47,7 +47,7 @@ jobs:
- name: mvn build and sbom generation
run: mvn -V -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false
-Dmaven.wagon.httpconnectionManager.ttlSeconds=120 --no-transfer-progress -e
-Psbom -DskipTests verify
- name: Create Pull Request
- uses:
peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 #
v8.1.0
+ uses:
peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 #
v8.1.1
with:
base: main
token: ${{ secrets.GITHUB_TOKEN }}
diff --git a/.github/workflows/main-push-regen.yaml
b/.github/workflows/main-push-regen.yaml
index a7a3a4968..53eec2424 100644
--- a/.github/workflows/main-push-regen.yaml
+++ b/.github/workflows/main-push-regen.yaml
@@ -61,7 +61,7 @@ jobs:
cd script/generator
go run . ../../kamelets/ ../../docs/modules/ROOT/
- name: Create Pull Request
- uses:
peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 #
v8.1.0
+ uses:
peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 #
v8.1.1
with:
base: main
token: ${{ secrets.GITHUB_TOKEN }}