ksaunders
ksaunders
There doesn't appear to be a permission for dependency graph, and it seems to work just fine. I'll check https://docs.github.com/en/rest/overview/permissions-required-for-github-apps after Dependency Submission exits Public Beta and then update the...
Should be correct now. Thanks
I'm experiencing this as well, it seems that the `setOutput` function in `core` does both the [new way](https://github.com/actions/toolkit/blob/457303960f03375db6f033e214b9f90d79c3fe5c/packages/core/src/core.ts#L193-L196), and then the [old way](https://github.com/actions/toolkit/blob/457303960f03375db6f033e214b9f90d79c3fe5c/packages/core/src/core.ts#L199). Perhaps for backwards compatibility? Regardless, it would...
Actually, I must be wrong, because manually inspecting the package shows that it's correct code. I linked the 1.1.0 tag, not the 1.10.0 tag. So I am mistaken. I'll keep...
As it turns out, it was a build issue. For some reason the Vercel ncc bundler we were using would not recompile the `setOutput` function when we updated to 1.10.0...