-
Notifications
You must be signed in to change notification settings - Fork 369
Comparing changes
Open a pull request
base repository: github/codeql-action
base: main
head repository: github/codeql-action
compare: cklin/overlay-analysis
- 16 commits
- 45 files changed
- 1 contributor
Commits on Jul 3, 2025
-
Add AugmentationProperties.overlayDatabaseMode
This commit adds overlayDatabaseMode to AugmentationProperties and creates a placeholder getOverlayDatabaseMode() function, with the necessary inputs, to populate it.
Configuration menu - View commit details
-
Copy full SHA for 9022c73 - Browse repository at this point
Copy the full SHA 9022c73View commit details -
config-utils: populate getOverlayDatabaseMode()
This commit populates getOverlayDatabaseMode() in config-utils with the same code from getOverlayDatabaseMode() in init.
Configuration menu - View commit details
-
Copy full SHA for ee8a8c4 - Browse repository at this point
Copy the full SHA ee8a8c4View commit details -
databaseInitCluster: use overlayDatabaseMode from config
This commit changes databaseInitCluster() to use overlayDatabaseMode from AugmentationProperties instead of the overlayDatabaseMode parameter. There is no behavior change because both overlayDatabaseMode values are computed the same way. The commit then cleans up the overlayDatabaseMode parameter and the code paths that feed into it.
Configuration menu - View commit details
-
Copy full SHA for a336faa - Browse repository at this point
Copy the full SHA a336faaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 60a2a7d - Browse repository at this point
Copy the full SHA 60a2a7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for da758dc - Browse repository at this point
Copy the full SHA da758dcView commit details -
getOverlayDatabaseMode: use Feature.OverlayAnalysis
This commit changes getOverlayDatabaseMode so that, when Feature.OverlayAnalysis is enabled, it calculates the overlay database mode automatically based on analysis metadata. If we are analyzing the default branch, use OverlayBase, and if we are analyzing a PR, use Overlay. If CODEQL_OVERLAY_DATABASE_MODE is set to a valid overlay database mode, that environment variable still takes precedence.
Configuration menu - View commit details
-
Copy full SHA for 93e8729 - Browse repository at this point
Copy the full SHA 93e8729View commit details -
Configuration menu - View commit details
-
Copy full SHA for b442537 - Browse repository at this point
Copy the full SHA b442537View commit details -
Add AugmentationProperties.useOverlayDatabaseCaching
This commit adds useOverlayDatabaseCaching to AugmentationProperties to indicate whether the action should upload overlay-base databases to the actions cache and to download a cached overlay-base database when creating an overlay database.
Configuration menu - View commit details
-
Copy full SHA for d42ce71 - Browse repository at this point
Copy the full SHA d42ce71View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ca06f4 - Browse repository at this point
Copy the full SHA 6ca06f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for b95402d - Browse repository at this point
Copy the full SHA b95402dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2fc04c8 - Browse repository at this point
Copy the full SHA 2fc04c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42835b3 - Browse repository at this point
Copy the full SHA 42835b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a51e63 - Browse repository at this point
Copy the full SHA 6a51e63View commit details -
Configuration menu - View commit details
-
Copy full SHA for c3ebad2 - Browse repository at this point
Copy the full SHA c3ebad2View commit details -
Configuration menu - View commit details
-
Copy full SHA for c497c26 - Browse repository at this point
Copy the full SHA c497c26View commit details -
Configuration menu - View commit details
-
Copy full SHA for 55ea4c3 - Browse repository at this point
Copy the full SHA 55ea4c3View 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...cklin/overlay-analysis