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

acosentino pushed a commit to branch commit-sha-workflow-label-issue
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit 42f03b00107c12d8ab923cb109639eb403cedb2b
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Tue Sep 3 07:50:53 2024 +0200

     Github Actions Security Best practices: Pin Actions to Full lenght Commit 
SHA - Label issue workflow
---
 .github/workflows/label-issue.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/label-issue.yaml 
b/.github/workflows/label-issue.yaml
index d14a7988a3..f4137e2674 100644
--- a/.github/workflows/label-issue.yaml
+++ b/.github/workflows/label-issue.yaml
@@ -41,14 +41,14 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - name: Checkout Code
-        uses: actions/checkout@v4
+        uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # 
v4.1.7
         with:
           ref: main
       - name: Install js-yaml package
         run: |
           npm install js-yaml
       - name: Label Issue
-        uses: actions/github-script@v7
+        uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # 
v7.0.1
         with:
           script: |
             const fs = require('fs');

Reply via email to