Skip to content

Commit 4367f39

Browse files
committed
[hotfix] Use whitelisted commit SHA for rsync-deployment GHA
1 parent 1fd9aac commit 4367f39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs-legacy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
bash -c "apt-get update && apt-get install -y rsync && cd /root/flink && ./.github/workflows/docs.sh"
8585
8686
- name: Upload documentation
87-
uses: burnett01/rsync-deployments@53581dff6de0d8511d74864451aacee4846bdf39 # 5.2
87+
uses: burnett01/rsync-deployments@7659d600d8bdd035bb5cdfba1d4bd0dd4a307ca6 # 8.0.2
8888
with:
8989
switches: --archive --compress --delete --omit-dir-times
9090
path: docs/target/

0 commit comments

Comments
 (0)