-
Notifications
You must be signed in to change notification settings - Fork 44
Action need to update to deal with CVE vulnerabilities #15
Comments
@N-Usha or anyone from the team have any update on this? The deadline is now November 16th and this would break our workflows entirely |
#13 should solve this ifnwhen it gets merged. |
Thanks for approving @romil07, please could you also merge this and create a new release so that we can use it. |
@romil07 @kf6kjg After looking into this, it seems this library is also using an old version of If that doesn't work, that library itself still has |
I was able to get this fixed in our fork. [EDIT: and it only needed the patch in #13 to do it, along with the following release strategy.] The release processes here are a little strange: the release branches, where the tag is placed, have to have the fully updated node_modules folder committed. To build I did this:
There are probably better strategies, but I was working off of reverse engineering the first release, not making it better. |
I see that you've got the tags and branch in place. However I also see that you've not yet committed the updated node_modules folder to the release branch. Until that happens it'll continue to use the old version of |
@romil07 Any updates on when the new release is going to be pushed? This is breaking all my pipelines now. |
@brianleppez I am working on this. Will do it today. |
@brianleppez @kf6kjg @dakota-maker-by @surfraz @N-Usha @gabriel-kohen-by |
@romil07 working now, thanks |
We're facing the same error, do you know if we need to explicitly update the Action to use v1.1, or will it pick it up automatically? |
@anpaz As long as your |
Thanks @romil07. Works like a charm |
thanks @romil07. It worked. |
Closing as this is fixed. |
Per:
https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
The text was updated successfully, but these errors were encountered: