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-common
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.12.0
Choose a base ref
...
head repository: hoverkraft-tech/ci-github-common
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.13.0
Choose a head ref
  • 15 commits
  • 35 files changed
  • 3 contributors

Commits on Feb 9, 2024

  1. 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 Feb 9, 2024
    Configuration menu
    Copy the full SHA
    bd9c9b0 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. docs: add token input description

    Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
    neilime committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    cf555cf View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. style: fix lint issues

    Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
    neilime committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    ddb95ba 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>
    github-actions[bot] authored and hoverkraft-bot[bot] committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    22d9eaf View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. chore(deps)!: bump the github-actions-dependencies group

    BREAKING CHANGE: action "get-matrix-outputs" does not require token anymore
    Bumps the github-actions-dependencies group in /actions/get-matrix-outputs with 1 update: [geekyeggo/delete-artifact](https://github.com/geekyeggo/delete-artifact).
    
    Updates `geekyeggo/delete-artifact` from 4 to 5
    - [Release notes](https://github.com/geekyeggo/delete-artifact/releases)
    - [Changelog](https://github.com/GeekyEggo/delete-artifact/blob/main/CHANGELOG.md)
    - [Commits](GeekyEggo/delete-artifact@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: geekyeggo/delete-artifact
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: github-actions-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
    dependabot[bot] authored and neilime committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    3309c6a View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump the github-actions-dependencies group

    Bumps the github-actions-dependencies group in /actions/create-and-merge-pull-request with 1 update: [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request).
    
    
    Updates `peter-evans/create-pull-request` from 6.0.0 to 6.0.2
    - [Release notes](https://github.com/peter-evans/create-pull-request/releases)
    - [Commits](peter-evans/create-pull-request@v6.0.0...v6.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: peter-evans/create-pull-request
      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 Mar 29, 2024
    Configuration menu
    Copy the full SHA
    5ffd5bc View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2024

  1. chore(deps): bump the github-actions-dependencies group with 3 updates

    Bumps the github-actions-dependencies group with 3 updates: [super-linter/super-linter](https://github.com/super-linter/super-linter), [alstr/todo-to-issue-action](https://github.com/alstr/todo-to-issue-action) and [tj-actions/changed-files](https://github.com/tj-actions/changed-files).
    
    Updates `super-linter/super-linter` from 5 to 6
    - [Release notes](https://github.com/super-linter/super-linter/releases)
    - [Changelog](https://github.com/super-linter/super-linter/blob/main/CHANGELOG.md)
    - [Commits](super-linter/super-linter@v5...v6)
    
    Updates `alstr/todo-to-issue-action` from 4.12 to 4.13
    - [Release notes](https://github.com/alstr/todo-to-issue-action/releases)
    - [Commits](alstr/todo-to-issue-action@v4.12...v4.13)
    
    Updates `tj-actions/changed-files` from 42.0.2 to 44.0.0
    - [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@v42.0.2...v44.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: super-linter/super-linter
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: github-actions-dependencies
    - dependency-name: alstr/todo-to-issue-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: github-actions-dependencies
    - dependency-name: tj-actions/changed-files
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: github-actions-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
    dependabot[bot] authored and neilime committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    8ad8cad View commit details
    Browse the repository at this point in the history
  2. feat(linter): add linter-env input

    Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
    neilime committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    0ba1c43 View commit details
    Browse the repository at this point in the history
  3. fix(ci): proper permissions for main CI

    Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
    neilime committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    8bff35d View commit details
    Browse the repository at this point in the history
  4. 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 Mar 31, 2024
    Configuration menu
    Copy the full SHA
    a70cd49 View commit details
    Browse the repository at this point in the history
  5. fix(ci): proper permissions for main CI

    Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
    neilime committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    da4cc44 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 Mar 31, 2024
    Configuration menu
    Copy the full SHA
    be471a0 View commit details
    Browse the repository at this point in the history
  7. fix: ci release

    Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
    neilime committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    5106645 View commit details
    Browse the repository at this point in the history
  8. 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 Mar 31, 2024
    Configuration menu
    Copy the full SHA
    93b1ed3 View commit details
    Browse the repository at this point in the history
  9. fix: ci release

    Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
    neilime committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    ff1e859 View commit details
    Browse the repository at this point in the history
Loading