You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
paul-doherty
added a commit
to paul-doherty/osv-scanner-action
that referenced
this issue
May 23, 2024
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 meThe text was updated successfully, but these errors were encountered: