-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Description
Verify canary release
- I verified that the issue exists in the latest Next.js canary release
Provide environment information
Operating System:
Platform: darwin
Arch: arm64
Version: Darwin Kernel Version 22.4.0: Mon Mar 6 20:59:28 PST 2023; root:xnu-8796.101.5~3/RELEASE_ARM64_T6000
Binaries:
Node: 18.12.0
npm: 9.6.6
Yarn: 1.22.19
pnpm: 7.24.3
Relevant packages:
next: 13.4.3-canary.2
eslint-config-next: 13.4.3-canary.2
react: 18.2.0
react-dom: 18.2.0
typescript: 4.8.2Which example does this report relate to?
Multiple: with-redux, with-algolia-react-instantsearch, with-storybook, app-dir-progressive-web-app and others
What browser are you using? (if relevant)
No response
How are you deploying your application? (if relevant)
No response
Describe the Bug
A Socket Security: Pull Request Alerts step fails for multiple PR's that include examples changes.
PR's with broken CI:
- upgrade with-redux to app router | ACTUAL ISSUE
- upgrade with-alogila example | ACTUAL ISSUE
- upgrade with-storybook example | ACTUAL ISSUE
- upgrade with-storybook example | ACTUAL ISSUE
There are multiple different reasons of fail:
- This pull request alert report failed to run. This can sometimes be due to an error with GitHub's API, Socket's API or a bug in the bot. You can try to re-run the report at any time.
- This pull request alert report was aborted or timed out while running. You can try to re-run the report at any time.
Step re-runs does not work — the same issue is observed again and again.
I've tried to re-create PR but still same issue with Socket Security step.
My assumption is that the fail is initiated by presence of package updates in package.json. Because, for instance, in with-facebook-pixel example PR update the *Socket Security: Pull Request Alerts check passes, but there are no changes in package.json.
Expected Behavior
Step should pass without failing due to internal issues.
To Reproduce
Open a pull request with example update for examples directory.