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 e0c6f04a3 Bump peter-evans/create-pull-request from 7.0.8 to 7.0.9 
(#2651)
e0c6f04a3 is described below

commit e0c6f04a3cd463e9a3efc4acda105cbb70d3ec78
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Dec 5 09:26:00 2025 +0100

    Bump peter-evans/create-pull-request from 7.0.8 to 7.0.9 (#2651)
    
    Bumps 
[peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request)
 from 7.0.8 to 7.0.9.
    - [Release 
notes](https://github.com/peter-evans/create-pull-request/releases)
    - 
[Commits](https://github.com/peter-evans/create-pull-request/compare/271a8d0340265f705b14b6d32b9829c1cb33d45e...84ae59a2cdc2258d6fa0732dd66352dddae2a412)
    
    ---
    updated-dependencies:
    - dependency-name: peter-evans/create-pull-request
      dependency-version: 7.0.9
      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 c96409706..b86c95929 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@271a8d0340265f705b14b6d32b9829c1cb33d45e # 
v7.0.8
+        uses: 
peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # 
v7.0.9
         with:
           base: main
           token: ${{ secrets.GITHUB_TOKEN }}
diff --git a/.github/workflows/main-push-regen.yaml 
b/.github/workflows/main-push-regen.yaml
index 0aac6d6a6..20721c397 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@271a8d0340265f705b14b6d32b9829c1cb33d45e # 
v7.0.8
+        uses: 
peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # 
v7.0.9
         with:
           base: main
           token: ${{ secrets.GITHUB_TOKEN }}

Reply via email to