-
Notifications
You must be signed in to change notification settings - Fork 200
Comparing changes
Open a pull request
base repository: github/vscode-codeql
base: main@{1day}
head repository: github/vscode-codeql
compare: main
- 8 commits
- 6 files changed
- 5 contributors
Commits on Apr 22, 2025
-
Avoid unhandled errors in build streams
The .pipe() method on Node.js streams have a gotcha in that they do not propagate errors downstream. In this case this meant that if compilation failed with an error, it would not be visible to Gulp because Gulp only sees the stream that writes to a file, not the intermediate 'esbuild' stream that generated the error. This changes a few uses of .pipe() to the more modern stream.pipeline(), which propagates errors correctly.
Configuration menu - View commit details
-
Copy full SHA for 59e754e - Browse repository at this point
Copy the full SHA 59e754eView commit details -
Bump CLI version from v2.21.0 to v2.21.1 for integration tests
github-actions[bot] committedApr 22, 2025 Configuration menu - View commit details
-
Copy full SHA for 4e59754 - Browse repository at this point
Copy the full SHA 4e59754View commit details -
Merge pull request #4009 from asgerf/asgerf/fix-unhandled-build-error
Avoid unhandled errors in build streams
Configuration menu - View commit details
-
Copy full SHA for 1424307 - Browse repository at this point
Copy the full SHA 1424307View commit details -
Add `.github/actions` as a folder to include. The folder doesn't exist at the moment, but it may in the future.
Configuration menu - View commit details
-
Copy full SHA for 3882e93 - Browse repository at this point
Copy the full SHA 3882e93View commit details -
Merge pull request #4012 from github/aeisenberg-patch-1
Update codeql-config.yml
Configuration menu - View commit details
-
Copy full SHA for 5626309 - Browse repository at this point
Copy the full SHA 5626309View commit details
Commits on Apr 23, 2025
-
Merge pull request #4011 from github/github-action/bump-cli
Bump CLI Version to v2.21.1 for integration tests
Configuration menu - View commit details
-
Copy full SHA for f757e8d - Browse repository at this point
Copy the full SHA f757e8dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3dbe527 - Browse repository at this point
Copy the full SHA 3dbe527View commit details -
Merge pull request #4013 from github/koesie10/pin-azure-login
Pin azure/login Action
Configuration menu - View commit details
-
Copy full SHA for 9c9b237 - Browse repository at this point
Copy the full SHA 9c9b237View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main@{1day}...main