Scott Brenner

Results 28 comments of Scott Brenner

Hey @langchain-infra spare a moment to review?

Thanks for the context - do you recall what broke? Seems checks did not run on the actions/checkout bump in https://github.com/github-linguist/linguist/pull/5911/checks, although the Actions history begins about a year _after_...

The commits in `test/attributes` still seem to be fetched when the version of actions/checkout is updated - https://github.com/ScottBrenner/linguist/actions/runs/9432580092/job/25982529071?pr=1#step:4:18 - via https://github.com/github-linguist/linguist/blob/master/.github/workflows/ci.yml#L32?

Believe actions/checkout is the only action that would be updated by this - the only other action ruby/setup-ruby uses v1 which they seem to keep updated under https://github.com/ruby/setup-ruby/tree/v1

https://github.com/fossas/fossa-action/pull/48#issuecomment-2392657825 🙈

Hey @Kosinkadink spare a moment to review?