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: editorconfig-checker/editorconfig-checker
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.1.2
Choose a base ref
...
head repository: editorconfig-checker/editorconfig-checker
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.2.0
Choose a head ref
  • 10 commits
  • 23 files changed
  • 3 contributors

Commits on Jan 15, 2025

  1. chore(deps): bump wagoid/commitlint-github-action from 6.2.0 to 6.2.1 (

    …#424)
    
    Bumps [wagoid/commitlint-github-action](https://github.com/wagoid/commitlint-github-action) from 6.2.0 to 6.2.1.
    - [Changelog](https://github.com/wagoid/commitlint-github-action/blob/master/CHANGELOG.md)
    - [Commits](wagoid/commitlint-github-action@v6.2.0...v6.2.1)
    
    ---
    updated-dependencies:
    - dependency-name: wagoid/commitlint-github-action
      dependency-type: direct:production
      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 Jan 15, 2025
    Configuration menu
    Copy the full SHA
    66f76f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e09f03b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d42662 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2025

  1. chore: replace DOCKER_USERNAME secret by a variable (#421)

    I personally find it annoying that this public piece of information is
    redacted in the action output - GitHub tries to be on the safe side, so
    it replaces every occurence of the value (`mstreubing`) everywhere in
    the output. But since the value is not actually a secret value, it is
    better to replace it by a variable.
    klaernie authored Jan 17, 2025
    Configuration menu
    Copy the full SHA
    dfc8df6 View commit details
    Browse the repository at this point in the history
  2. feat: only output "0 errors found" when verbose output is enabled (#423)

    * build: only output 0 errors found when verbose output is enabled, fixes #420
    
    * test: ensure PrintErrorCount produces the correct results
    klaernie authored Jan 17, 2025
    Configuration menu
    Copy the full SHA
    1d29a8b View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2025

  1. Configuration menu
    Copy the full SHA
    d0cbd25 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2025

  1. chore: replace token bound to a human by one bound to a bot (#422)

    * chore: replace token bound to a human by one bound to a bot
    
    * ci: replace secret RELEASE_PLEASE_TOKEN with BOT_TOKEN
    klaernie authored Jan 22, 2025
    Configuration menu
    Copy the full SHA
    d91a2b7 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2025

  1. chore(deps): bump anchore/sbom-action from 0.17.9 to 0.18.0 (#431)

    Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action) from 0.17.9 to 0.18.0.
    - [Release notes](https://github.com/anchore/sbom-action/releases)
    - [Changelog](https://github.com/anchore/sbom-action/blob/main/RELEASE.md)
    - [Commits](anchore/sbom-action@v0.17.9...v0.18.0)
    
    ---
    updated-dependencies:
    - dependency-name: anchore/sbom-action
      dependency-type: direct:production
      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 Jan 24, 2025
    Configuration menu
    Copy the full SHA
    bd07095 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2025

  1. Configuration menu
    Copy the full SHA
    9135f53 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2025

  1. Configuration menu
    Copy the full SHA
    3bf69e3 View commit details
    Browse the repository at this point in the history
Loading