-
Notifications
You must be signed in to change notification settings - Fork 11
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
Git 2.23.2 has new security that breaks this action #4
Comments
I naively tried to set |
I'm seeing the same problem here - https://github.com/openclimatefix/nowcasting_datamodel/actions/runs/2166584312 |
I ended up shipping https://github.com/marketplace/actions/bumpversion-action-for-github as a workaround for this issue with my PR to this repo. |
@thanks @jasonamyers for this - this worked for me |
@jasonamyers is there a slight bug / update of read me needed. Looks like the output is 'new_ver' not 'new_tag' but maybe ive got myself confused |
Good catch @peterdudfield fixed |
Recently, we started getting errors like:
when using this action. This started when the container started install git 2.23.2-r0 instead of git 2.23.1-r0
This results in the workspace being marked as insecure due to a CVE Fix: https://github.com/git/git/blob/master/Documentation/RelNotes/2.34.2.txt
in this case, we're not in a multiuser git workspace, so we should be save to enable the git config above.
The text was updated successfully, but these errors were encountered: