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: hoverkraft-tech/ci-github-nodejs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.18.0
Choose a base ref
...
head repository: hoverkraft-tech/ci-github-nodejs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.19.0
Choose a head ref
  • 12 commits
  • 34 files changed
  • 5 contributors

Commits on Nov 13, 2025

  1. docs: update actions and workflows documentation

    [skip ci]
    
    Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    hoverkraft-bot[bot] committed Nov 13, 2025
    Configuration menu
    Copy the full SHA
    4e5c40b View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2025

  1. chore(deps): bump github/codeql-action

    Bumps the github-actions-dependencies group with 1 update in the / directory: [github/codeql-action](https://github.com/github/codeql-action).
    
    
    Updates `github/codeql-action` from 4.31.2 to 4.31.3
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@0499de3...014f16e)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-version: 4.31.3
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github-actions-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and neilime committed Nov 14, 2025
    Configuration menu
    Copy the full SHA
    d36ebb3 View commit details
    Browse the repository at this point in the history
  2. chore: fix lint issues

    Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
    neilime committed Nov 14, 2025
    Configuration menu
    Copy the full SHA
    2afe81d View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2025

  1. Add silent option to exec.getExecOutput to suppress command output

    Co-authored-by: neilime <314088+neilime@users.noreply.github.com>
    Copilot and neilime committed Nov 17, 2025
    Configuration menu
    Copy the full SHA
    2d60ad9 View commit details
    Browse the repository at this point in the history
  2. docs: update actions and workflows documentation

    [skip ci]
    
    Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    hoverkraft-bot[bot] committed Nov 17, 2025
    Configuration menu
    Copy the full SHA
    7b700de View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump the npm-dependencies group across 4 directories wit…

    …h 1 update
    
    Bumps the npm-dependencies group with 1 update in the /tests/npm directory: [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/core).
    Bumps the npm-dependencies group with 1 update in the /tests/pnpm directory: [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/core).
    Bumps the npm-dependencies group with 1 update in the /tests/pnpm-package-manager directory: [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/core).
    Bumps the npm-dependencies group with 1 update in the /tests/yarn directory: [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/core).
    
    
    Updates `storybook` from 10.0.7 to 10.0.8
    - [Release notes](https://github.com/storybookjs/storybook/releases)
    - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
    - [Commits](https://github.com/storybookjs/storybook/commits/v10.0.8/code/core)
    
    Updates `storybook` from 10.0.7 to 10.0.8
    - [Release notes](https://github.com/storybookjs/storybook/releases)
    - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
    - [Commits](https://github.com/storybookjs/storybook/commits/v10.0.8/code/core)
    
    Updates `storybook` from 10.0.7 to 10.0.8
    - [Release notes](https://github.com/storybookjs/storybook/releases)
    - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
    - [Commits](https://github.com/storybookjs/storybook/commits/v10.0.8/code/core)
    
    Updates `storybook` from 10.0.7 to 10.0.8
    - [Release notes](https://github.com/storybookjs/storybook/releases)
    - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
    - [Commits](https://github.com/storybookjs/storybook/commits/v10.0.8/code/core)
    
    ---
    updated-dependencies:
    - dependency-name: storybook
      dependency-version: 10.0.8
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: npm-dependencies
    - dependency-name: storybook
      dependency-version: 10.0.8
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: npm-dependencies
    - dependency-name: storybook
      dependency-version: 10.0.8
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: npm-dependencies
    - dependency-name: storybook
      dependency-version: 10.0.8
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: npm-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and neilime committed Nov 17, 2025
    Configuration menu
    Copy the full SHA
    705ea03 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2025

  1. feat(continuous-integration): support container options with env and …

    …docker options
    
    Co-authored-by: neilime <314088+neilime@users.noreply.github.com>
    Copilot and neilime committed Nov 18, 2025
    Configuration menu
    Copy the full SHA
    78762bd View commit details
    Browse the repository at this point in the history
  2. feat: add support for ports, volumes, and credentials in container co…

    …nfiguration
    
    Co-authored-by: neilime <314088+neilime@users.noreply.github.com>
    Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
    Copilot and neilime committed Nov 18, 2025
    Configuration menu
    Copy the full SHA
    55bc77c View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2025

  1. fix: disable caching when working directory is outside GITHUB_WORKSPACE

    Co-authored-by: neilime <314088+neilime@users.noreply.github.com>
    Copilot and neilime committed Nov 20, 2025
    Configuration menu
    Copy the full SHA
    5b62d9d View commit details
    Browse the repository at this point in the history
  2. feat: use symlink to maintain caching for external actions

    Co-authored-by: neilime <314088+neilime@users.noreply.github.com>
    Copilot and neilime committed Nov 20, 2025
    Configuration menu
    Copy the full SHA
    29d543f View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump the github-actions-dependencies group across 2 dire…

    …ctories with 8 updates
    
    Bumps the github-actions-dependencies group with 8 updates in the / directory:
    
    | Package | From | To |
    | --- | --- | --- |
    | [hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml](https://github.com/hoverkraft-tech/ci-github-common) | `0.28.1` | `0.29.0` |
    | [hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml](https://github.com/hoverkraft-tech/ci-github-common) | `0.28.1` | `0.29.0` |
    | [hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml](https://github.com/hoverkraft-tech/ci-github-common) | `0.28.1` | `0.29.0` |
    | [hoverkraft-tech/ci-github-common/.github/workflows/linter.yml](https://github.com/hoverkraft-tech/ci-github-common) | `0.28.1` | `0.29.0` |
    | [hoverkraft-tech/ci-github-common/.github/workflows/stale.yml](https://github.com/hoverkraft-tech/ci-github-common) | `0.28.1` | `0.29.0` |
    | [actions/checkout](https://github.com/actions/checkout) | `5.0.0` | `6.0.0` |
    | [hoverkraft-tech/ci-github-common](https://github.com/hoverkraft-tech/ci-github-common) | `0.28.1` | `0.29.0` |
    | [github/codeql-action](https://github.com/github/codeql-action) | `4.31.3` | `4.31.4` |
    
    Bumps the github-actions-dependencies group with 1 update in the /actions/test directory: [hoverkraft-tech/ci-github-common](https://github.com/hoverkraft-tech/ci-github-common).
    
    
    Updates `hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml` from 0.28.1 to 0.29.0
    - [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases)
    - [Commits](hoverkraft-tech/ci-github-common@7532883...d95c78d)
    
    Updates `hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml` from 0.28.1 to 0.29.0
    - [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases)
    - [Commits](hoverkraft-tech/ci-github-common@7532883...d95c78d)
    
    Updates `hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml` from 0.28.1 to 0.29.0
    - [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases)
    - [Commits](hoverkraft-tech/ci-github-common@7532883...d95c78d)
    
    Updates `hoverkraft-tech/ci-github-common/.github/workflows/linter.yml` from 0.28.1 to 0.29.0
    - [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases)
    - [Commits](hoverkraft-tech/ci-github-common@7532883...d95c78d)
    
    Updates `hoverkraft-tech/ci-github-common/.github/workflows/stale.yml` from 0.28.1 to 0.29.0
    - [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases)
    - [Commits](hoverkraft-tech/ci-github-common@7532883...d95c78d)
    
    Updates `actions/checkout` from 5.0.0 to 6.0.0
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@08c6903...1af3b93)
    
    Updates `hoverkraft-tech/ci-github-common` from 0.28.1 to 0.29.0
    - [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases)
    - [Commits](hoverkraft-tech/ci-github-common@7532883...d95c78d)
    
    Updates `github/codeql-action` from 4.31.3 to 4.31.4
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@014f16e...e12f017)
    
    Updates `hoverkraft-tech/ci-github-common` from 0.28.1 to 0.29.0
    - [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases)
    - [Commits](hoverkraft-tech/ci-github-common@7532883...d95c78d)
    
    ---
    updated-dependencies:
    - dependency-name: hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml
      dependency-version: 0.29.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: github-actions-dependencies
    - dependency-name: hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml
      dependency-version: 0.29.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: github-actions-dependencies
    - dependency-name: hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml
      dependency-version: 0.29.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: github-actions-dependencies
    - dependency-name: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml
      dependency-version: 0.29.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: github-actions-dependencies
    - dependency-name: hoverkraft-tech/ci-github-common/.github/workflows/stale.yml
      dependency-version: 0.29.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: github-actions-dependencies
    - dependency-name: actions/checkout
      dependency-version: 6.0.0
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: github-actions-dependencies
    - dependency-name: hoverkraft-tech/ci-github-common
      dependency-version: 0.29.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: github-actions-dependencies
    - dependency-name: github/codeql-action
      dependency-version: 4.31.4
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github-actions-dependencies
    - dependency-name: hoverkraft-tech/ci-github-common
      dependency-version: 0.29.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: github-actions-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and neilime committed Nov 20, 2025
    Configuration menu
    Copy the full SHA
    d5790cd View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump the npm-dependencies group across 4 directories wit…

    …h 1 update
    
    Bumps the npm-dependencies group with 1 update in the /tests/npm directory: [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx).
    Bumps the npm-dependencies group with 1 update in the /tests/pnpm directory: [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx).
    Bumps the npm-dependencies group with 1 update in the /tests/pnpm-package-manager directory: [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx).
    Bumps the npm-dependencies group with 1 update in the /tests/yarn directory: [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx).
    
    
    Updates `nx` from 22.0.3 to 22.1.0
    - [Release notes](https://github.com/nrwl/nx/releases)
    - [Commits](https://github.com/nrwl/nx/commits/22.1.0/packages/nx)
    
    Updates `nx` from 22.0.3 to 22.1.0
    - [Release notes](https://github.com/nrwl/nx/releases)
    - [Commits](https://github.com/nrwl/nx/commits/22.1.0/packages/nx)
    
    Updates `nx` from 22.0.3 to 22.1.0
    - [Release notes](https://github.com/nrwl/nx/releases)
    - [Commits](https://github.com/nrwl/nx/commits/22.1.0/packages/nx)
    
    Updates `nx` from 22.0.3 to 22.1.0
    - [Release notes](https://github.com/nrwl/nx/releases)
    - [Commits](https://github.com/nrwl/nx/commits/22.1.0/packages/nx)
    
    ---
    updated-dependencies:
    - dependency-name: nx
      dependency-version: 22.1.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: npm-dependencies
    - dependency-name: nx
      dependency-version: 22.1.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: npm-dependencies
    - dependency-name: nx
      dependency-version: 22.1.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: npm-dependencies
    - dependency-name: nx
      dependency-version: 22.1.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: npm-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and neilime committed Nov 20, 2025
    Configuration menu
    Copy the full SHA
    ce2bb82 View commit details
    Browse the repository at this point in the history
Loading