You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[CI-HOTFIX] Remove not allowed action in Selenium test
I attempted to create a related JIRA issue, but the Apache JIRA site isn't working for an hour. Therefore, I’m proceeding without creating the issue.
### What is this PR for?
Currently, our CI workflow uses browser-actions/setup-edge<at>v1 to install Microsoft Edge. However, this action is not allowed in the apache/zeppelin repository because only actions from approved/verified sources can be used.
<img width="2109" height="241" alt="image" src="https://github.com/user-attachments/assets/28b0e90a-ffaf-41b4-9c25-495088a20963" />
To resolve this, I removed the external action and replace it with a direct installation step.
### What type of PR is it?
Bug Fix
### How should this be tested?
- Check if CI works
### Questions:
* Does the license files need to update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? No
Closes#5093 from tbonelee/remove-not-allowed-action.
Signed-off-by: ChanHo Lee <[email protected]>
0 commit comments