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: actions/publish-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.0
Choose a base ref
...
head repository: actions/publish-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.4.0
Choose a head ref
  • 15 commits
  • 25 files changed
  • 4 contributors

Commits on Sep 17, 2024

  1. Bump undici from 5.27.2 to 5.28.4 (#40)

    * Bump undici from 5.27.2 to 5.28.4
    
    Bumps [undici](https://github.com/nodejs/undici) from 5.27.2 to 5.28.4.
    - [Release notes](https://github.com/nodejs/undici/releases)
    - [Commits](nodejs/undici@v5.27.2...v5.28.4)
    
    ---
    updated-dependencies:
    - dependency-name: undici
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * license update
    
    * Fix validation checks
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: HarithaVattikuti <[email protected]>
    dependabot[bot] and HarithaVattikuti authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    0f919ea View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2025

  1. Document update - permission section (#44)

    * Add permissions section
    
    * Audit fix
    HarithaVattikuti authored Jan 16, 2025
    Configuration menu
    Copy the full SHA
    2b67ec3 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2025

  1. Configure Dependabot settings (#43)

    * Create dependabot.yml
    
    * Audit fix
    HarithaVattikuti authored Feb 11, 2025
    Configuration menu
    Copy the full SHA
    ca6c5d9 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2025

  1. Bump undici from 5.28.4 to 5.28.5 (#45)

    * Bump undici from 5.28.4 to 5.28.5
    
    Bumps [undici](https://github.com/nodejs/undici) from 5.28.4 to 5.28.5.
    - [Release notes](https://github.com/nodejs/undici/releases)
    - [Commits](nodejs/undici@v5.28.4...v5.28.5)
    
    ---
    updated-dependencies:
    - dependency-name: undici
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Fix check failures
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: HarithaVattikuti <[email protected]>
    dependabot[bot] and HarithaVattikuti authored Feb 18, 2025
    Configuration menu
    Copy the full SHA
    79dcc13 View commit details
    Browse the repository at this point in the history
  2. Bump actions/checkout from 3 to 4 (#46)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 18, 2025
    Configuration menu
    Copy the full SHA
    8a4b4f6 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2025

  1. Bump semver and @types/semver (#49)

    * Bump semver and @types/semver
    
    Bumps [semver](https://github.com/npm/node-semver) and [@types/semver](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/semver). These dependencies needed to be updated together.
    
    Updates `semver` from 7.5.4 to 7.7.1
    - [Release notes](https://github.com/npm/node-semver/releases)
    - [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
    - [Commits](npm/node-semver@v7.5.4...v7.7.1)
    
    Updates `@types/semver` from 7.5.6 to 7.5.8
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/semver)
    
    ---
    updated-dependencies:
    - dependency-name: semver
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: "@types/semver"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * fix for check failures
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Aparna Jyothi <[email protected]>
    dependabot[bot] and aparnajyothi-y authored Apr 28, 2025
    Configuration menu
    Copy the full SHA
    4da55ae View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2025

  1. Bump @typescript-eslint/parser from 6.12.0 to 8.31.1 (#73)

    * Bump @typescript-eslint/parser from 6.12.0 to 8.31.1
    
    Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.12.0 to 8.31.1.
    - [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/v8.31.1/packages/parser)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/parser"
      dependency-version: 8.31.1
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Fix CI failures
    
    * Fix conflicts
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: HarithaVattikuti <[email protected]>
    dependabot[bot] and HarithaVattikuti authored Apr 29, 2025
    Configuration menu
    Copy the full SHA
    e356c79 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2025

  1. Bump @octokit/request-error from 5.0.1 to 5.1.1 (#51)

    * Bump @octokit/request-error from 5.0.1 to 5.1.1
    
    Bumps [@octokit/request-error](https://github.com/octokit/request-error.js) from 5.0.1 to 5.1.1.
    - [Release notes](https://github.com/octokit/request-error.js/releases)
    - [Commits](octokit/request-error.js@v5.0.1...v5.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: "@octokit/request-error"
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Fix check failures
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: HarithaVattikuti <[email protected]>
    dependabot[bot] and HarithaVattikuti authored Apr 30, 2025
    Configuration menu
    Copy the full SHA
    78f6962 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2025

  1. Bump prettier from 3.1.0 to 3.5.3 (#76)

    Bumps [prettier](https://github.com/prettier/prettier) from 3.1.0 to 3.5.3.
    - [Release notes](https://github.com/prettier/prettier/releases)
    - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/prettier@3.1.0...3.5.3)
    
    ---
    updated-dependencies:
    - dependency-name: prettier
      dependency-version: 3.5.3
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 13, 2025
    Configuration menu
    Copy the full SHA
    da96e96 View commit details
    Browse the repository at this point in the history
  2. Bump @types/jest from 29.5.10 to 29.5.14 (#75)

    Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 29.5.10 to 29.5.14.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/jest"
      dependency-version: 29.5.14
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 13, 2025
    Configuration menu
    Copy the full SHA
    fc7cf31 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2025

  1. Bump @actions/core from 1.10.1 to 1.11.1 (#48)

    * Bump @actions/core from 1.10.1 to 1.11.1
    
    Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.10.1 to 1.11.1.
    - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md)
    - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core)
    
    ---
    updated-dependencies:
    - dependency-name: "@actions/core"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Fix check failures
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: HarithaVattikuti <[email protected]>
    dependabot[bot] and HarithaVattikuti authored Jun 9, 2025
    Configuration menu
    Copy the full SHA
    b0633a2 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2025

  1. Bump undici from 5.28.5 to 5.29.0 (#77)

    * Bump undici from 5.28.5 to 5.29.0
    
    Bumps [undici](https://github.com/nodejs/undici) from 5.28.5 to 5.29.0.
    - [Release notes](https://github.com/nodejs/undici/releases)
    - [Commits](nodejs/undici@v5.28.5...v5.29.0)
    
    ---
    updated-dependencies:
    - dependency-name: undici
      dependency-version: 5.29.0
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Fix failures
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: HarithaVattikuti <[email protected]>
    dependabot[bot] and HarithaVattikuti authored Jun 10, 2025
    Configuration menu
    Copy the full SHA
    89417ee View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2025

  1. Bump @octokit/request from 8.1.6 to 8.4.1 (#74)

    * Bump @octokit/request from 8.1.6 to 8.4.1
    
    Bumps [@octokit/request](https://github.com/octokit/request.js) from 8.1.6 to 8.4.1.
    - [Release notes](https://github.com/octokit/request.js/releases)
    - [Commits](octokit/request.js@v8.1.6...v8.4.1)
    
    ---
    updated-dependencies:
    - dependency-name: "@octokit/request"
      dependency-version: 8.4.1
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Fix CI failures
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: HarithaVattikuti <[email protected]>
    dependabot[bot] and HarithaVattikuti authored Jun 18, 2025
    Configuration menu
    Copy the full SHA
    a4eaa8d View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2025

  1. Node24 (#92)

    * Update Node.js runtime to node24 in action.yml
    
    Changed the GitHub Action runtime from node20 to node24 to ensure compatibility with newer Node.js features and security updates.
    
    * Update basic-validation.yml
    
    * Upgrade to node24
    
    upgrade to node24
    
    * package.json version update
    
    ---------
    
    Co-authored-by: Aparna Jyothi <[email protected]>
    salmanmkc and aparnajyothi-y authored Sep 3, 2025
    Configuration menu
    Copy the full SHA
    712fc68 View commit details
    Browse the repository at this point in the history
  2. Bump actions/checkout from 4 to 5 (#96)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 3, 2025
    Configuration menu
    Copy the full SHA
    23f4c6f View commit details
    Browse the repository at this point in the history
Loading