This is an automated email from the ASF dual-hosted git repository.
pcongiusti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git
The following commit(s) were added to refs/heads/main by this push:
new a184e8cf build(deps): bump peter-evans/create-pull-request from 5.0.1
to 5.0.2
a184e8cf is described below
commit a184e8cf33bcd06e5818d4b1a52739cbd7648abc
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jun 14 07:58:12 2023 +0000
build(deps): bump peter-evans/create-pull-request from 5.0.1 to 5.0.2
Bumps
[peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request)
from 5.0.1 to 5.0.2.
- [Release
notes](https://github.com/peter-evans/create-pull-request/releases)
-
[Commits](https://github.com/peter-evans/create-pull-request/compare/v5.0.1...v5.0.2)
---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
---
.github/workflows/generate-sbom-main.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/generate-sbom-main.yml
b/.github/workflows/generate-sbom-main.yml
index e5ba3d0b..37abfa00 100644
--- a/.github/workflows/generate-sbom-main.yml
+++ b/.github/workflows/generate-sbom-main.yml
@@ -44,7 +44,7 @@ jobs:
- name: Build Camel-k-runtime Project for generating SBOM
run: ./mvnw -V --no-transfer-progress clean install -DskipTests -Psbom
- name: Create Pull Request
- uses: peter-evans/[email protected]
+ uses: peter-evans/[email protected]
with:
base: main
token: ${{ secrets.GITHUB_TOKEN }}