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: databricks/databricks-sdk-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: databricks/databricks-sdk-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: java-security
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 1 file changed
  • 1 contributor

Commits on Apr 8, 2026

  1. Add one-off security scan workflow to identify CVEs

    Co-authored-by: Isaac
    tanmay-db committed Apr 8, 2026
    Configuration menu
    Copy the full SHA
    ef2324e View commit details
    Browse the repository at this point in the history
  2. Trigger security scan on push to java-security branch

    Co-authored-by: Isaac
    tanmay-db committed Apr 8, 2026
    Configuration menu
    Copy the full SHA
    dd8238c View commit details
    Browse the repository at this point in the history
  3. Switch to composite action approach for security scan

    Cross-org reusable workflows not supported, use composite action instead.
    
    Co-authored-by: Isaac
    tanmay-db committed Apr 8, 2026
    Configuration menu
    Copy the full SHA
    779c5a8 View commit details
    Browse the repository at this point in the history
  4. Pin gh-action-scan to full commit SHA (org requirement)

    Co-authored-by: Isaac
    tanmay-db committed Apr 8, 2026
    Configuration menu
    Copy the full SHA
    0e9384b View commit details
    Browse the repository at this point in the history
  5. Use direct CLI approach: clone scanner and run scan.sh

    Cross-org composite actions also blocked, checkout + run directly.
    
    Co-authored-by: Isaac
    tanmay-db committed Apr 8, 2026
    Configuration menu
    Copy the full SHA
    1d11cb7 View commit details
    Browse the repository at this point in the history
Loading