This is an automated email from the ASF dual-hosted git repository. tuhaihe pushed a commit to branch REL_2_STABLE in repository https://gitbox.apache.org/repos/asf/cloudberry-pxf.git
commit 9163ebb0cb381c9d1f48ee253acacd3c93f0b5a9 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. (cherry picked from commit 01d3fd9c289a54363b132e3c2ca060ed89b280a8) --- .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 2a6eabe1..7180ff3a 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]
