Thanks to visit codestin.com
Credit goes to github.com

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/compose-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.0
Choose a base ref
...
head repository: hoverkraft-tech/compose-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.2.0
Choose a head ref
  • 8 commits
  • 30 files changed
  • 4 contributors

Commits on Jan 20, 2025

  1. chore(deps): bump the actions-dependencies group across 1 directory w…

    …ith 2 updates
    
    Bumps the actions-dependencies group with 2 updates in the / directory: [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) and [@actions/tool-cache](https://github.com/actions/toolkit/tree/HEAD/packages/tool-cache).
    
    Updates `@actions/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)
    
    Updates `@actions/tool-cache` from 2.0.1 to 2.0.2
    - [Changelog](https://github.com/actions/toolkit/blob/main/packages/tool-cache/RELEASES.md)
    - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/tool-cache)
    
    ---
    updated-dependencies:
    - dependency-name: "@actions/core"
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: actions-dependencies
    - dependency-name: "@actions/tool-cache"
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: actions-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Signed-off-by: Emilien Escalle <[email protected]>
    dependabot[bot] authored and neilime committed Jan 20, 2025
    Configuration menu
    Copy the full SHA
    ad6e7b3 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2025

  1. docs: add ref link to debug mode

    Signed-off-by: Emilien Escalle <[email protected]>
    neilime authored Jan 30, 2025
    Configuration menu
    Copy the full SHA
    765986d View commit details
    Browse the repository at this point in the history
  2. fix: print docker compose output to debug only

    Signed-off-by: Emilien Escalle <[email protected]>
    neilime committed Jan 30, 2025
    Configuration menu
    Copy the full SHA
    0807b14 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9976501 View commit details
    Browse the repository at this point in the history
  4. fix: npm security issue

    neilime committed Jan 30, 2025
    Configuration menu
    Copy the full SHA
    5bc973d View commit details
    Browse the repository at this point in the history
  5. feat: add docker flags input

    Signed-off-by: Emilien Escalle <[email protected]>
    neilime committed Jan 30, 2025
    Configuration menu
    Copy the full SHA
    2c587ab View commit details
    Browse the repository at this point in the history
  6. docs: update actions and workflows documentation

    [skip ci]
    
    Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored and hoverkraft-bot[bot] committed Jan 30, 2025
    Configuration menu
    Copy the full SHA
    d98be6e View commit details
    Browse the repository at this point in the history
  7. chore(deps): bump the github-actions-dependencies group with 2 updates

    Bumps the github-actions-dependencies group with 2 updates: [hoverkraft-tech/ci-github-nodejs](https://github.com/hoverkraft-tech/ci-github-nodejs) and [hoverkraft-tech/ci-github-common](https://github.com/hoverkraft-tech/ci-github-common).
    
    
    Updates `hoverkraft-tech/ci-github-nodejs` from 0.7.0 to 0.8.0
    - [Release notes](https://github.com/hoverkraft-tech/ci-github-nodejs/releases)
    - [Commits](hoverkraft-tech/ci-github-nodejs@0.7.0...0.8.0)
    
    Updates `hoverkraft-tech/ci-github-common` from 0.16.0 to 0.16.1
    - [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases)
    - [Commits](hoverkraft-tech/ci-github-common@0.16.0...0.16.1)
    
    ---
    updated-dependencies:
    - dependency-name: hoverkraft-tech/ci-github-nodejs
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: github-actions-dependencies
    - dependency-name: hoverkraft-tech/ci-github-common
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github-actions-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and neilime committed Jan 30, 2025
    Configuration menu
    Copy the full SHA
    8be2d74 View commit details
    Browse the repository at this point in the history
Loading