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 b87ca740 Bump peter-evans/create-pull-request from 6.1.0 to 7.0.0
(#2176)
b87ca740 is described below
commit b87ca74049196de6d5e63363f14f9201bbd42ec5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Sep 4 07:35:56 2024 +0200
Bump peter-evans/create-pull-request from 6.1.0 to 7.0.0 (#2176)
Bumps
[peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request)
from 6.1.0 to 7.0.0.
- [Release
notes](https://github.com/peter-evans/create-pull-request/releases)
-
[Commits](https://github.com/peter-evans/create-pull-request/compare/c5a7806660adbe173f04e3e038b0ccdcd758773c...4320041ed380b20e97d388d56a7fb4f9b8c20e79)
---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
dependency-type: direct:production
update-type: version-update:semver-major
...
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 a5b295e7..0d8c419b 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@c5a7806660adbe173f04e3e038b0ccdcd758773c #
v6.1.0
+ uses:
peter-evans/create-pull-request@4320041ed380b20e97d388d56a7fb4f9b8c20e79 #
v7.0.0
with:
base: main
token: ${{ secrets.GITHUB_TOKEN }}
diff --git a/.github/workflows/main-push-regen.yaml
b/.github/workflows/main-push-regen.yaml
index e1111c9c..8410b9d0 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@c5a7806660adbe173f04e3e038b0ccdcd758773c #
v6.1.0
+ uses:
peter-evans/create-pull-request@4320041ed380b20e97d388d56a7fb4f9b8c20e79 #
v7.0.0
with:
base: main
token: ${{ secrets.GITHUB_TOKEN }}