-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: hoverkraft-tech/ci-github-nodejs
base: 0.18.0
head repository: hoverkraft-tech/ci-github-nodejs
compare: 0.19.0
- 12 commits
- 34 files changed
- 5 contributors
Commits on Nov 13, 2025
-
docs: update actions and workflows documentation
[skip ci] Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4e5c40b - Browse repository at this point
Copy the full SHA 4e5c40bView commit details
Commits on Nov 14, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for d36ebb3 - Browse repository at this point
Copy the full SHA d36ebb3View commit details -
Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
Configuration menu - View commit details
-
Copy full SHA for 2afe81d - Browse repository at this point
Copy the full SHA 2afe81dView commit details
Commits on Nov 17, 2025
-
Add silent option to exec.getExecOutput to suppress command output
Co-authored-by: neilime <314088+neilime@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2d60ad9 - Browse repository at this point
Copy the full SHA 2d60ad9View commit details -
docs: update actions and workflows documentation
[skip ci] Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7b700de - Browse repository at this point
Copy the full SHA 7b700deView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 705ea03 - Browse repository at this point
Copy the full SHA 705ea03View commit details
Commits on Nov 18, 2025
-
feat(continuous-integration): support container options with env and …
…docker options Co-authored-by: neilime <314088+neilime@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 78762bd - Browse repository at this point
Copy the full SHA 78762bdView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 55bc77c - Browse repository at this point
Copy the full SHA 55bc77cView commit details
Commits on Nov 20, 2025
-
fix: disable caching when working directory is outside GITHUB_WORKSPACE
Co-authored-by: neilime <314088+neilime@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5b62d9d - Browse repository at this point
Copy the full SHA 5b62d9dView commit details -
feat: use symlink to maintain caching for external actions
Co-authored-by: neilime <314088+neilime@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 29d543f - Browse repository at this point
Copy the full SHA 29d543fView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for d5790cd - Browse repository at this point
Copy the full SHA d5790cdView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for ce2bb82 - Browse repository at this point
Copy the full SHA ce2bb82View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 0.18.0...0.19.0