This is an automated email from the ASF dual-hosted git repository.

nfilotto pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 283a6589795 (chores) ci: fix vulnerability by using directly 
referenced action (#14252)
283a6589795 is described below

commit 283a65897959170265d8e6cbad355a83923de14d
Author: Nicolas Filotto <essob...@users.noreply.github.com>
AuthorDate: Tue May 28 08:24:57 2024 +0200

    (chores) ci: fix vulnerability by using directly referenced action (#14252)
---
 .github/actions/create-or-update-comment | 1 -
 .github/workflows/pr-comment.yml         | 2 +-
 .gitmodules                              | 3 ---
 3 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/.github/actions/create-or-update-comment 
b/.github/actions/create-or-update-comment
deleted file mode 160000
index cf8251698e3..00000000000
--- a/.github/actions/create-or-update-comment
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit cf8251698e3d53de4e69e4fd13cfd7abb2c230fd
diff --git a/.github/workflows/pr-comment.yml b/.github/workflows/pr-comment.yml
index a1fbb7e743f..4c41152a19e 100644
--- a/.github/workflows/pr-comment.yml
+++ b/.github/workflows/pr-comment.yml
@@ -47,7 +47,7 @@ jobs:
         with:
           ref: ${{ env.pr_sha }}
           submodules: recursive
-      - uses: ./.github/actions/create-or-update-comment
+      - uses: peter-evans/create-or-update-comment@v3
         with:
           issue-number: ${{ github.event.issue.number }}
           body: |
diff --git a/.gitmodules b/.gitmodules
index e10cc9959c1..e69de29bb2d 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +0,0 @@
-[submodule ".github/actions/create-or-update-comment"]
-       path = .github/actions/create-or-update-comment
-       url = https://github.com/peter-evans/create-or-update-comment.git

Reply via email to