-
Notifications
You must be signed in to change notification settings - Fork 13
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
New git CVE changes break this GHA #5
Comments
Same for me. |
@KevinJCross, I am now using below: https://gist.github.com/somidad/3ce6e8a7b7d77ac8fa7fad583003d6f5 |
@gsongsong |
escaped
added a commit
to woltapp/wolt-python-package-cookiecutter
that referenced
this issue
May 25, 2022
silvestre
added a commit
to cloudfoundry/app-autoscaler-release
that referenced
this issue
Aug 4, 2022
silvestre
added a commit
to cloudfoundry/app-autoscaler-release
that referenced
this issue
Aug 5, 2022
stephenwan-opal
added a commit
to opalsecurity/terraform-provider-opal
that referenced
this issue
Sep 21, 2022
stephenwan-opal
added a commit
to opalsecurity/terraform-provider-opal
that referenced
this issue
Sep 21, 2022
UnicornGlobal/has-changes-action#5 There is a bug in ghe generator where the presence of the env var will cause a diff during generation. We hack around this by blanking out the env var during generation. hashicorp/terraform-plugin-docs#12
LeslieColor
added a commit
to color/lokalise-actions
that referenced
this issue
Nov 14, 2022
Workaround outlined and linked in UnicornGlobal/has-changes-action#5 (comment)
This should now be - name: Check if there is any change
id: get_changes
run: echo "changed=$(git status --porcelain | wc -l)" >> $GITHUB_OUTPUT
- name: Do something if there is any change
if: steps.get_changes.outputs.changed != 0
run: do something since Github is deprecating |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
when using this GHA v1.0.12 we now get
This is the same problem that checkout recently had
The text was updated successfully, but these errors were encountered: