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

rzo1 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/storm.git


The following commit(s) were added to refs/heads/master by this push:
     new ecbc7bd90 Bump burnett01/rsync-deployments to 9.0.1 (#9096)
ecbc7bd90 is described below

commit ecbc7bd902eb245bb6af7a396ea3b48cf856d89f
Author: Richard Zowalla <[email protected]>
AuthorDate: Fri Sep 18 19:23:36 2026 +0200

    Bump burnett01/rsync-deployments to 9.0.1 (#9096)
    
    8.0.5 is not on the ASF allow list for GitHub Actions, so the nightly
    upload job cannot run with it. Pin the approved 9.0.1 commit instead.
    v9 only moves the action to a newer Alpine base image and rsync; the
    inputs used by the workflow are unchanged.
---
 .github/workflows/nightlies.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/nightlies.yaml b/.github/workflows/nightlies.yaml
index 0de2adb20..bcfdc12ba 100644
--- a/.github/workflows/nightlies.yaml
+++ b/.github/workflows/nightlies.yaml
@@ -52,7 +52,7 @@ jobs:
       - name: Package binaries
         run: mvn package -f storm-dist/binary/pom.xml -Dgpg.skip
       - name: Upload to nightlies.apache.org
-        uses: 
burnett01/rsync-deployments@66257cad6bfeb2171d3b6bfa6c9a22279dd9c3a1 #v8.0.5
+        uses: 
burnett01/rsync-deployments@155b6d6c1219ab2224c20c58d423a3f1b850395f #v9.0.1
         with:
           switches: -avzh --update --delete --progress --include='*.zip' 
--include='*.tar.gz' --exclude='*'
           path: storm-dist/binary/final-package/target/

Reply via email to