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 0c5fe076b Updates to allowed action
0c5fe076b is described below

commit 0c5fe076b4a4a18cb64841743c118df7228eb2e4
Author: Richard Zowalla <[email protected]>
AuthorDate: Thu Apr 30 08:15:33 2026 +0200

    Updates to allowed action
---
 .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 502577bab..f4ffcdaf0 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@0dc935cdecc5f5e571865e60d2a6cdc673704823
+        uses: 
burnett01/rsync-deployments@66257cad6bfeb2171d3b6bfa6c9a22279dd9c3a1 #v8.0.5
         with:
           switches: -avzh --update --delete --progress --include='*.zip' 
--include='*.tar.gz' --exclude='*'
           path: storm-dist/binary/final-package/target/

Reply via email to