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/actions
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.0.1
Choose a base ref
...
head repository: gradle/actions
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.1.0
Choose a head ref
  • 15 commits
  • 33 files changed
  • 5 contributors

Commits on Aug 27, 2024

  1. Bump the npm-dependencies group in /sources with 3 updates

    Bumps the npm-dependencies group in /sources with 3 updates: [@actions/http-client](https://github.com/actions/toolkit/tree/HEAD/packages/http-client), [nock](https://github.com/nock/nock) and [ts-jest](https://github.com/kulshekhar/ts-jest).
    
    
    Updates `@actions/http-client` from 2.2.2 to 2.2.3
    - [Changelog](https://github.com/actions/toolkit/blob/main/packages/http-client/RELEASES.md)
    - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/http-client)
    
    Updates `nock` from 13.5.4 to 13.5.5
    - [Release notes](https://github.com/nock/nock/releases)
    - [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md)
    - [Commits](nock/nock@v13.5.4...v13.5.5)
    
    Updates `ts-jest` from 29.2.4 to 29.2.5
    - [Release notes](https://github.com/kulshekhar/ts-jest/releases)
    - [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
    - [Commits](kulshekhar/ts-jest@v29.2.4...v29.2.5)
    
    ---
    updated-dependencies:
    - dependency-name: "@actions/http-client"
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: npm-dependencies
    - dependency-name: nock
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: npm-dependencies
    - dependency-name: ts-jest
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: npm-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and bigdaz committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    9498413 View commit details
    Browse the repository at this point in the history
  2. Bump tj-actions/changed-files from 44 to 45 in the github-actions group

    Bumps the github-actions group with 1 update: [tj-actions/changed-files](https://github.com/tj-actions/changed-files).
    
    
    Updates `tj-actions/changed-files` from 44 to 45
    - [Release notes](https://github.com/tj-actions/changed-files/releases)
    - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
    - [Commits](tj-actions/changed-files@v44...v45)
    
    ---
    updated-dependencies:
    - dependency-name: tj-actions/changed-files
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: github-actions
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and bigdaz committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    c3c8a18 View commit details
    Browse the repository at this point in the history
  3. [bot] Update dist directory

    bigdaz authored and github-actions[bot] committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    6da85a0 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    9291ac6 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2024

  1. Ensure minimum Gradle version for cache-cleanup (#364)

    Instead of always installing and using the latest Gradle version for
    cache cleanup, we now require at least Gradle 8.9.
    
    This avoids downloading and installing Gradle if the version on PATH is
    sufficient to perform cache cleanup.
    bigdaz authored Aug 31, 2024
    Configuration menu
    Copy the full SHA
    7e0f050 View commit details
    Browse the repository at this point in the history
  2. [bot] Update dist directory

    bigdaz authored and github-actions[bot] committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    5baa1de View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    a122cf5 View commit details
    Browse the repository at this point in the history
  2. Fix passing expiresInHours query parameter

    alextu authored and bigdaz committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    765a734 View commit details
    Browse the repository at this point in the history
  3. [bot] Update dist directory

    bigdaz authored and github-actions[bot] committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    e6215ed View commit details
    Browse the repository at this point in the history
  4. Bump peter-evans/create-pull-request in the github-actions group

    Bumps the github-actions group with 1 update: [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request).
    
    
    Updates `peter-evans/create-pull-request` from 6 to 7
    - [Release notes](https://github.com/peter-evans/create-pull-request/releases)
    - [Commits](peter-evans/create-pull-request@v6...v7)
    
    ---
    updated-dependencies:
    - dependency-name: peter-evans/create-pull-request
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: github-actions
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and bigdaz committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    478782d View commit details
    Browse the repository at this point in the history
  5. Bump the npm-dependencies group across 1 directory with 3 updates

    Bumps the npm-dependencies group with 3 updates in the /sources directory: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) and [typescript](https://github.com/microsoft/TypeScript).
    
    
    Updates `@types/node` from 20.16.1 to 20.16.5
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    Updates `eslint-plugin-jest` from 28.8.0 to 28.8.3
    - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
    - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md)
    - [Commits](jest-community/eslint-plugin-jest@v28.8.0...v28.8.3)
    
    Updates `typescript` from 5.5.4 to 5.6.2
    - [Release notes](https://github.com/microsoft/TypeScript/releases)
    - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
    - [Commits](microsoft/TypeScript@v5.5.4...v5.6.2)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: npm-dependencies
    - dependency-name: eslint-plugin-jest
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: npm-dependencies
    - dependency-name: typescript
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: npm-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and bigdaz committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    29d4d80 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5fe9264 View commit details
    Browse the repository at this point in the history
  7. [bot] Update dist directory

    bigdaz authored and github-actions[bot] committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    ee8dc90 View commit details
    Browse the repository at this point in the history
  8. Bump the npm-dependencies group across 1 directory with 2 updates

    Bumps the npm-dependencies group with 2 updates in the /sources directory: [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) and [eslint-plugin-github](https://github.com/github/eslint-plugin-github).
    
    
    Updates `@types/jest` from 29.5.12 to 29.5.13
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)
    
    Updates `eslint-plugin-github` from 5.0.1 to 5.0.2
    - [Release notes](https://github.com/github/eslint-plugin-github/releases)
    - [Commits](github/eslint-plugin-github@v5.0.1...v5.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/jest"
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: npm-dependencies
    - dependency-name: eslint-plugin-github
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: npm-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and bigdaz committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    2e93f41 View commit details
    Browse the repository at this point in the history
  9. Bump path-to-regexp from 6.2.1 to 6.3.0 in /sources

    Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) from 6.2.1 to 6.3.0.
    - [Release notes](https://github.com/pillarjs/path-to-regexp/releases)
    - [Changelog](https://github.com/pillarjs/path-to-regexp/blob/master/History.md)
    - [Commits](pillarjs/path-to-regexp@v6.2.1...v6.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: path-to-regexp
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and bigdaz committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    d156388 View commit details
    Browse the repository at this point in the history
Loading