Skip to content

Conversation

tbonelee
Copy link
Contributor

@tbonelee tbonelee commented Oct 2, 2025

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@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.

image

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

Copy link
Contributor

@dididy dididy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

@ParkGyeongTae ParkGyeongTae left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@tbonelee tbonelee merged commit 7c7b00f into apache:master Oct 3, 2025
18 of 19 checks passed
tbonelee added a commit that referenced this pull request Oct 3, 2025
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 <chanholee@apache.org>
(cherry picked from commit 7c7b00f)
Signed-off-by: ChanHo Lee <chanholee@apache.org>
@tbonelee
Copy link
Contributor Author

tbonelee commented Oct 3, 2025

Thanks! Merged into master and branch-0.12

@tbonelee tbonelee deleted the remove-not-allowed-action branch October 3, 2025 15:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants