Chris Carpenter
Chris Carpenter
@tbregolin I'm seeing the same issue today trying to build our own runner-images. Packer builds are failing because it can't fetch the deb. ``` vm.qemu.ubuntu: Get:8 https://packages.microsoft.com/ubuntu/22.04/prod jammy/main amd64 dotnet-sdk-8.0...
I was having the same issue, but realized through some testing that the current the script is executed in is the `GITHUB_WORKSPACE`. It was enough to change to a different...
@KrishnaPG @jasonbahl I am having the same issue as well using a local client-side collection. How did you get yours working?  ```...
@jasonbahl No problem, thanks for the response though!
@jm1200 I will try that out. Thanks for the info.
@Asmabagwan1 1.22.0 is only compatible with sonarqube 10.6. It's on the readme https://github.com/mc1arke/sonarqube-community-branch-plugin?tab=readme-ov-file#compatibility
Seeing the same issue on `main` too
I too was looking to use sops/age for our team, but setting all the possible public keys in a `SOPS_AGE_RECIPIENTS` for every team member seems awkward when age support the...
Is there an example of all the options in the `.sops.yaml` file? I didn’t see an example of what you’re describing. I’m new to sops and it seemed the age...
Shouldn’t this be addressed by bull here since it’s choosing to store the delay as a millisecond value? Instead of resorting to fallback on the Redis client. I’m just a...