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 fc23f595 Github Actions Security Best practices: Pin Actions to Full 
lenght Commit SHA - Automatic Changelog Update Action (#2153)
fc23f595 is described below

commit fc23f5951383e296bf9e7c46a6b4543ee2609acb
Author: Andrea Cosentino <[email protected]>
AuthorDate: Tue Aug 20 14:18:00 2024 +0200

    Github Actions Security Best practices: Pin Actions to Full lenght Commit 
SHA - Automatic Changelog Update Action (#2153)
---
 .github/workflows/automatic-changelog-update.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/automatic-changelog-update.yml 
b/.github/workflows/automatic-changelog-update.yml
index 8acfbacc..6136aa17 100644
--- a/.github/workflows/automatic-changelog-update.yml
+++ b/.github/workflows/automatic-changelog-update.yml
@@ -30,7 +30,7 @@ jobs:
     name: Generate changelog for main branch
     steps:
       - name: "Checkout"
-        uses: actions/checkout@v4
+        uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # 
v4.1.7
         with:
           persist-credentials: false
           submodules: recursive

Reply via email to