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 dc07deab56e Revert "(chores) ci: fix vulnerability by using directly 
referenced action (#14252)"
dc07deab56e is described below

commit dc07deab56e25ea9d04ab906040a4e8eca96baa1
Author: Nicolas Filotto <[email protected]>
AuthorDate: Tue May 28 09:21:35 2024 +0200

    Revert "(chores) ci: fix vulnerability by using directly referenced action 
(#14252)"
    
    This reverts commit 283a65897959170265d8e6cbad355a83923de14d.
---
 .github/actions/create-or-update-comment | 1 +
 .github/workflows/pr-comment.yml         | 2 +-
 .gitmodules                              | 3 +++
 3 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/.github/actions/create-or-update-comment 
b/.github/actions/create-or-update-comment
new file mode 160000
index 00000000000..cf8251698e3
--- /dev/null
+++ b/.github/actions/create-or-update-comment
@@ -0,0 +1 @@
+Subproject commit cf8251698e3d53de4e69e4fd13cfd7abb2c230fd
diff --git a/.github/workflows/pr-comment.yml b/.github/workflows/pr-comment.yml
index 4c41152a19e..a1fbb7e743f 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: peter-evans/create-or-update-comment@v3
+      - uses: ./.github/actions/create-or-update-comment
         with:
           issue-number: ${{ github.event.issue.number }}
           body: |
diff --git a/.gitmodules b/.gitmodules
index e69de29bb2d..e10cc9959c1 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -0,0 +1,3 @@
+[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