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
  • 14 commits
  • 42 files changed
  • 1 contributor

Commits on Jun 20, 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 Jun 20, 2025
    Copy the full SHA
    2d6db8f 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 Jun 20, 2025
    Copy the full SHA
    21d41e1 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 Jun 20, 2025
    Copy the full SHA
    de47bf1 View commit details
  4. Add isAnalyzingPullRequest()

    cklin committed Jun 20, 2025
    Copy the full SHA
    1cfbd1f View commit details
  5. Add Feature.OverlayAnalysis

    cklin committed Jun 20, 2025
    Copy the full SHA
    e610460 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 Jun 20, 2025
    Copy the full SHA
    173df96 View commit details
  7. Copy the full SHA
    3207936 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 Jun 20, 2025
    Copy the full SHA
    0fa6583 View commit details
  9. Copy the full SHA
    89f5989 View commit details
  10. Copy the full SHA
    e787bc7 View commit details
  11. Copy the full SHA
    030a42a View commit details

Commits on Jun 23, 2025

  1. Copy the full SHA
    455a24e View commit details
  2. Copy the full SHA
    f2f0146 View commit details
  3. build: refresh js files

    cklin committed Jun 23, 2025
    Copy the full SHA
    fd2660c 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