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

djwang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudberry-pxf.git


The following commit(s) were added to refs/heads/main by this push:
     new 076aae6c Fix dependency submission action to use commit SHA
076aae6c is described below

commit 076aae6c1ddf4e478da83fae053f492e90e3bac7
Author: Dianjin Wang <[email protected]>
AuthorDate: Mon Apr 13 10:56:44 2026 +0800

    Fix dependency submission action to use commit SHA
    
    Use pinned commit hash (4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2) instead
    of version tag @v5 to comply with Apache GitHub Actions policy.
    
    Fixes #101
---
 .github/workflows/dependency-submission.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/dependency-submission.yml 
b/.github/workflows/dependency-submission.yml
index c6244100..f6d7e79b 100644
--- a/.github/workflows/dependency-submission.yml
+++ b/.github/workflows/dependency-submission.yml
@@ -41,7 +41,7 @@ jobs:
         working-directory: ./server
         run: make prepare-gradle-wrapper
       - name: Generate and submit dependency graph
-        uses: gradle/actions/dependency-submission@v5
+        uses: 
gradle/actions/dependency-submission@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2  
# v5.0.0
         with:
           build-root-directory: server
           artifact-retention-days: 5
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to