-
Notifications
You must be signed in to change notification settings - Fork 28
Closed
Description
All GitHub actions that are committing changes back to the repository started to fail overnight.
It is likely due to git emergency upgrade to fix CVE-2022-24765, see:
https://github.blog/2022-04-12-git-security-vulnerability-announced/
Log:
Traceback (most recent call last):
File "/entrypoint.py", line 57, in <module>
run()
File "/entrypoint.py", line 47, in run
debug(git(['pull', '--rebase', '--autostash', 'origin', branch]))
File "/usr/local/lib/python3.7/site-packages/plumbum/commands/base.py", line 99, in __call__
return self.run(args, **kwargs)[1]
File "/usr/local/lib/python3.7/site-packages/plumbum/commands/base.py", line 240, in run
return p.run()
File "/usr/local/lib/python3.7/site-packages/plumbum/commands/base.py", line 201, in runner
return run_proc(p, retcode, timeout)
File "/usr/local/lib/python3.7/site-packages/plumbum/commands/processes.py", line 322, in run_proc
return _check_process(proc, retcode, timeout, stdout, stderr)
File "/usr/local/lib/python3.7/site-packages/plumbum/commands/processes.py", line 24, in _check_process
proc.verify(retcode, timeout, stdout, stderr)
File "/usr/local/lib/python3.7/site-packages/plumbum/machines/base.py", line 29, in verify
getattr(self, "argv", None), self.returncode, stdout, stderr
plumbum.commands.processes.ProcessExecutionError: Unexpected exit code: 128
Command line: | /usr/bin/git pull --rebase --autostash origin master
Stderr: | fatal: unsafe repository ('/github/workspace' is owned by someone else)
| To add an exception for this directory, call:
|
| git config --global --add safe.directory /github/workspace
Example actions: https://github.com/sledilnik/data/actions
behnambm and benedictdudel
Metadata
Metadata
Assignees
Labels
No labels