Josh Soref

Results 1027 comments of Josh Soref

The way the thing worked didn't make it remotely easy for me to do anything. I couldn't figure out how to find *anything* in zap. I mostly had the report....

I should note that I have an action which does generate different messages in comments and github step summaries based on size limits. It's a thing, I did the work...

@cmouse speculated: > ```c++ > i feel like i could understand the issue, it sounds like the stack allocated thread local is being used via reference > probably because of...

The build logs for https://github.com/google/oss-fuzz/actions/runs/18843474078/job/53801546859#step:9:520 are really unhelpful.

Thanks for looking. From my perspective, either: * the parsing should be a global thing and decide that there is a code path where there is a side effect (the...

Stop button is **also** disabled, which is a bigger problem, as for _some_ reason I couldn't stop the scan which was running. The best I could do was change the...

### Step summaries vs Annotations > Is the distinction between step summary and annotation just that you can better tell which step is generating the message? #### Step summaries Step...

Oh, I should note that most github users have better things to do than to send feedback to upstreams or component upstreams, as action authors we may feel like we're...

Oops. I was looking at https://github.com/jsoref/debug-github-events/actions/runs/12938525337 and missed a layer in the hierarchy.

To answer your question: > Why isn't the `GITHUB_TOKEN` enough for this functionality even with express permission? https://docs.github.com/en/actions/security-for-github-actions/security-guides/automatic-token-authentication#about-the-github_token-secret > When you enable GitHub Actions, GitHub installs a GitHub App on...