Juraj Misur

Results 49 comments of Juraj Misur

It's intended for internal use. I'd rather stick to official API.

I can definitely build it inside docker container as you shared, but the resulting dist package is indeed different. What I do locally is: ``` 11:26 $ node -v v12.18.2...

Hi, the params might be very well case sensitive, try `github_token`. FYI You can also just use release tag `ScaCap/action-surefire-report@v1` which always points to the latest v1 version. BTW I...

Hey I don't have experience with Bezel. Would you be able to do a little experiment and enable followSymlinks and see if it actually works?

I would be careful as symlinks can exponentionally increase the search time for files, even currently is quite slow in medium sized projects. So at best I would provide a...

Hi @rchiodo, I don't know, but I know people have problems with forks/PRs and GitHub actions in general. Please let me know when you find out and something needs to...

> @jmisur can you use `pull_request_target` instead of `pull_request`? Definitely not as it's not secure https://securitylab.github.com/research/github-actions-preventing-pwn-requests/ I might however tinker with workflow_run style, but it's super unfortunate that such hacks...

In the log I see the action is posting status 'completed' to 'refs/heads/master'. This means it's running on master branch. Check the 'Actions' tab in the repository menu to see...

This action is generic, I don't know why wouldn't it show on scheduled execution.

You can use this plugin multiple times and point it to a different `report_paths`. One for surefire, one for failsafe. As for the matrix build, I really don't have practical...