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

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


The following commit(s) were added to refs/heads/master by this push:
     new efb41e61f12 [FLINK-39910][ci] Update burnett01/rsync-deployments to 
v8.0.5 for docs workflow
efb41e61f12 is described below

commit efb41e61f12490f2a0240febaeea465954cafcf7
Author: Xuyang <[email protected]>
AuthorDate: Thu Jun 11 16:41:34 2026 +0800

    [FLINK-39910][ci] Update burnett01/rsync-deployments to v8.0.5 for docs 
workflow
    
    The previous version (v8.0.3, commit 7659d600) was removed from the Apache
    Infrastructure approved actions allowlist on 2026-05-22, causing all docs
    workflow runs to fail with startup_failure. Update to the approved v8.0.5
    (commit 66257cad) which is on the allowlist with no expiry.
---
 .github/workflows/docs-legacy.yml | 2 +-
 .github/workflows/docs.yml        | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/docs-legacy.yml 
b/.github/workflows/docs-legacy.yml
index fe8ee270c07..e786a6ed964 100644
--- a/.github/workflows/docs-legacy.yml
+++ b/.github/workflows/docs-legacy.yml
@@ -84,7 +84,7 @@ jobs:
             bash -c "apt-get update && apt-get install -y rsync && cd 
/root/flink && ./.github/workflows/docs.sh"
 
       - name: Upload documentation
-        uses: 
burnett01/rsync-deployments@7659d600d8bdd035bb5cdfba1d4bd0dd4a307ca6 # 8.0.2
+        uses: 
burnett01/rsync-deployments@66257cad6bfeb2171d3b6bfa6c9a22279dd9c3a1 # 8.0.5
         with:
           switches: --archive --compress --delete --omit-dir-times
           path: docs/target/
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index 778b2d3c655..36afed61dbd 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -70,7 +70,7 @@ jobs:
             bash -c "cd /root/flink && ./.github/workflows/docs.sh"
 
       - name: Upload documentation
-        uses: 
burnett01/rsync-deployments@7659d600d8bdd035bb5cdfba1d4bd0dd4a307ca6 # 8.0.2
+        uses: 
burnett01/rsync-deployments@66257cad6bfeb2171d3b6bfa6c9a22279dd9c3a1 # 8.0.5
         with:
           switches: --archive --compress --delete
           path: docs/target/
@@ -82,7 +82,7 @@ jobs:
 
       - name: Upload documentation alias
         if: env.flink_alias != ''
-        uses: 
burnett01/rsync-deployments@7659d600d8bdd035bb5cdfba1d4bd0dd4a307ca6 # 8.0.2
+        uses: 
burnett01/rsync-deployments@66257cad6bfeb2171d3b6bfa6c9a22279dd9c3a1 # 8.0.5
         with:
           switches: --archive --compress --delete
           path: docs/target/

Reply via email to