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-quarkus.git


The following commit(s) were added to refs/heads/main by this push:
     new 146de50e2c  Github Actions Security Best practices: Pin Actions to 
Full lenght Commit SHA - Won't fix issue milestone
146de50e2c is described below

commit 146de50e2caf21632999c4babb40ca9cb85da1c0
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Tue Sep 3 07:43:26 2024 +0200

     Github Actions Security Best practices: Pin Actions to Full lenght Commit 
SHA - Won't fix issue milestone
---
 .github/workflows/assign-wontfix-issue-milestone.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/assign-wontfix-issue-milestone.yaml 
b/.github/workflows/assign-wontfix-issue-milestone.yaml
index 2b29c3de2c..618f3ec18f 100644
--- a/.github/workflows/assign-wontfix-issue-milestone.yaml
+++ b/.github/workflows/assign-wontfix-issue-milestone.yaml
@@ -36,7 +36,7 @@ jobs:
       cancel-in-progress: true
     steps:
       - name: Assign Closed Issue To Wont Fix Milestone
-        uses: actions/github-script@v7
+        uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # 
v7.0.1
         with:
           script: |
             await github.rest.issues.update({

Reply via email to