-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
*: convert to single JS action #582
Conversation
146dbe8
to
712d5c4
Compare
c837314
to
7b89798
Compare
d58593a
to
9f8c5a7
Compare
2a1ac21
to
02e3c34
Compare
02e3c34
to
2cfb8d5
Compare
@@ -19,7 +19,7 @@ jobs: | |||
python3 -m pip --disable-pip-version-check install -r requirements.txt | |||
shell: bash | |||
- run: | | |||
semgrep --test --disable-version-check --strict --metrics=off | |||
cd assets/semgrep_rules/; semgrep --test --disable-version-check --strict --metrics=off |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: whitespace at end of line
cfe0935
to
455150f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice refactor!
e59cb39
to
80bf9a5
Compare
[puLL-Merge] - brave/security-action@582 DescriptionThis PR makes several changes to the security-action GitHub Action to improve its functionality and maintainability. The main motivation for these changes seems to be refactoring the action to use a single JavaScript file ( ChangesChanges
Possible IssuesThe debouncing logic in Overall this is a significant refactoring of the action but the changes look reasonable. I would suggest thorough testing, especially around the Slack integration and debouncing, to ensure no unexpected behavior. The maintainability improvements from consolidating the logic into |
80bf9a5
to
1c697e0
Compare
No description provided.