I am having an issue with the "Upload to code-scanning" step failing for my private repo with the following error,
Warning: Caught an exception while gathering information for telemetry: HttpError: Resource not accessible by integration. Will skip sending status report.
Error: Resource not accessible by integration
This appears to be related to this issue in codeql-action.
Adding the actions: read permission fixed it locally for me
Hi,
I am having an issue with the "Upload to code-scanning" step failing for my private repo with the following error,
This appears to be related to this issue in codeql-action.
Adding the
actions: read
permission fixed it locally for me