Copilot commented on code in PR #4336:
URL: https://github.com/apache/streampark/pull/4336#discussion_r2969598656


##########
.github/workflows/e2e.yml:
##########
@@ -161,16 +161,15 @@ jobs:
     env:
       RECORDING_PATH: /tmp/recording-${{ matrix.case.name }}
     steps:
-      - name: Maximize runner space
-        uses: 
easimon/maximize-build-space@fc881a613ad2a34aca9c9624518214ebc21dfc0c
+      - name: Free Disk Space
+        uses: jlumbroso/[email protected]

Review Comment:
   The workflow previously pinned the third-party action to an immutable commit 
SHA, but this change switches to a movable tag 
(`jlumbroso/[email protected]`). For supply-chain safety and 
reproducibility, please pin this action to a specific commit SHA (optionally 
keeping the tag in a comment for readability).
   ```suggestion
           uses: 
jlumbroso/free-disk-space@21bdaa2c9e347d9d7fdb1bd6124d61c0f335a419 # v1.3.1
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to