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: gradle/gradle-build-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.8.1
Choose a base ref
...
head repository: gradle/gradle-build-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.9.0
Choose a head ref
  • 12 commits
  • 14 files changed
  • 2 contributors

Commits on Sep 26, 2023

  1. Configuration menu
    Copy the full SHA
    4441c9f View commit details
    Browse the repository at this point in the history
  2. Use correct SHA for pull request events

    In a pull request, GITHUB_SHA is set to the "last merge commit on the GITHUB_REF branch".
    This isn't the correct value to use when generating a dependency graph.
    This changes to use the value of `pull_request.head.sha`, which is the correct
    value for a dependency graph.
    
    Fixes #882
    bigdaz committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    87ccc98 View commit details
    Browse the repository at this point in the history
  3. Build outputs

    bigdaz committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    5658338 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Configuration menu
    Copy the full SHA
    324fbdc View commit details
    Browse the repository at this point in the history
  2. fix README.md internal references

    Signed-off-by: Benoit Pierre <benoit.pierre@gmail.com>
    benoit-pierre authored and bigdaz committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    fde5b4f View commit details
    Browse the repository at this point in the history
  3. Dependency updates (#904)

    ### Github Action updates
    
    Updates `gradle/gradle-build-action` from 2.8.0 to 2.8.1
    
    ### NPM updates
    
    Updates `@octokit/webhooks-types` from 7.3.0 to 7.3.1
    - [Release notes](https://github.com/octokit/webhooks/releases)
    - [Commits](octokit/webhooks@v7.3.0...v7.3.1)
    
    Updates `@typescript-eslint/parser` from 6.7.2 to 6.7.3
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.7.3/packages/parser)
    
    Updates `eslint` from 8.49.0 to 8.50.0
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v8.49.0...v8.50.0)
    bigdaz authored Sep 29, 2023
    Configuration menu
    Copy the full SHA
    6fcc109 View commit details
    Browse the repository at this point in the history
  4. Do not generate dependency graph in cache-cleanup

    - Allow environment variables to be overridden by system properties in dependency-graph initscript
    - Set `GITHUB_DEPENDENCY_GRAPH_ENABLED=false` when executing Gradle for cache cleanup
    bigdaz committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    d1b726d View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2023

  1. Improve compat with dependency-review-action

    When using 'download-and-submit' for dependency graphs, we now run the
    submission immediately instead of waiting until the post-action.
    This allows a single job to both submit the graph and run the dependency
    review action.
    bigdaz committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    f92e7c3 View commit details
    Browse the repository at this point in the history
  2. Warn on dependency-graph-submit failure

    A common issue when submitting a dependency graph is that the required
    'contents: write' permission is not set.
    We now catch any dependency submission failure and inform the user to check
    that the required permissions are available.
    bigdaz committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    c3bdce8 View commit details
    Browse the repository at this point in the history
  3. Build outputs

    bigdaz committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    bfa3c05 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4241e05 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2023

  1. Configuration menu
    Copy the full SHA
    842c587 View commit details
    Browse the repository at this point in the history
Loading