This is an automated email from the ASF dual-hosted git repository.
tuhaihe 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 01d3fd9c CI: bump gradle/actions/dependency-submission to v6.3.0
01d3fd9c is described below
commit 01d3fd9c289a54363b132e3c2ca060ed89b280a8
Author: Dianjin Wang <[email protected]>
AuthorDate: Fri Sep 11 10:26:19 2026 +0800
CI: bump gradle/actions/dependency-submission to v6.3.0
The pinned v6.1.0 SHA is not in the ASF allowed-actions list, so the
Dependency Submission job is blocked on every push to main. v6.3.0 is
the only entry for this action without an expires_at, so it will not
need another bump on a schedule.
---
.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 8e836482..c3b9072b 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@50e97c2cd7a37755bbfafc9c5b7cafaece252f6e
# v6.1.0
+ uses:
gradle/actions/dependency-submission@9c971963bec38e04b3d30dcc455b5382be2fdbfb
# v6.3.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]