Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: github/codeql-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: github/codeql-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cklin/overlay-analysis
Choose a head ref
  • 16 commits
  • 45 files changed
  • 1 contributor

Commits on Jul 3, 2025

  1. Add AugmentationProperties.overlayDatabaseMode

    This commit adds overlayDatabaseMode to AugmentationProperties and
    creates a placeholder getOverlayDatabaseMode() function, with the
    necessary inputs, to populate it.
    cklin committed Jul 3, 2025
    Copy the full SHA
    9022c73 View commit details
  2. config-utils: populate getOverlayDatabaseMode()

    This commit populates getOverlayDatabaseMode() in config-utils with the
    same code from getOverlayDatabaseMode() in init.
    cklin committed Jul 3, 2025
    Copy the full SHA
    ee8a8c4 View commit details
  3. 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.
    cklin committed Jul 3, 2025
    Copy the full SHA
    a336faa View commit details
  4. Add isAnalyzingPullRequest()

    cklin committed Jul 3, 2025
    Copy the full SHA
    60a2a7d View commit details
  5. Add Feature.OverlayAnalysis

    cklin committed Jul 3, 2025
    Copy the full SHA
    da758dc View commit details
  6. 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.
    cklin committed Jul 3, 2025
    Copy the full SHA
    93e8729 View commit details
  7. Copy the full SHA
    b442537 View commit details
  8. 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.
    cklin committed Jul 3, 2025
    Copy the full SHA
    d42ce71 View commit details
  9. Copy the full SHA
    6ca06f4 View commit details
  10. Copy the full SHA
    b95402d View commit details
  11. Copy the full SHA
    2fc04c8 View commit details
  12. Copy the full SHA
    42835b3 View commit details
  13. Copy the full SHA
    6a51e63 View commit details
  14. Copy the full SHA
    c3ebad2 View commit details
  15. Copy the full SHA
    c497c26 View commit details
  16. build: refresh js files

    cklin committed Jul 3, 2025
    Copy the full SHA
    55ea4c3 View 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