Krzysztof Begiedza

Results 24 comments of Krzysztof Begiedza

@nmanovic Thank you for fast response. Could you navigate me to implementation or concrete methods / files ? I suppose every annotation action is sent as an event / activity...

@WaterKnight1998 Did you manage to solve it?

Hello @elikatsis Do you have any ETA on this issue?

I can see that ubuntu-latest (now 20.04) have installed proper version of git: https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu2004-Readme.md#tools

Added below step as workaround: ```yaml - name: Checkout submodules run: | git submodule update --init --recursive ```

Is there any ETA on this? Would improve many workflows.

Thanks for answer @elezar My `containerd.toml`: ``` # Use config version 2 to enable new configuration fields. version = 2 oom_score = 0 [grpc] uid = 0 gid = 0...

Do you dispose output from `runner.Run()` ? Need more info.