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: pmd/pmd-github-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.0
Choose a base ref
...
head repository: pmd/pmd-github-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.2.1
Choose a head ref
  • 17 commits
  • 53 files changed
  • 4 contributors

Commits on Feb 10, 2022

  1. Updated CHANGELOG.md

    GitHub Actions (pmd-bot) committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    0abbef9 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2022

  1. Fix Sarif report for multiple results

    Each PMD rule violation should be reported
    in a separate result. This adds a fix
    to modify the sarif report afterwards
    before processing it further.
    
    Fixes #53
    adangel committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    74178ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57c9aa8 View commit details
    Browse the repository at this point in the history
  3. Bump eslint from 8.8.0 to 8.9.0 (#55)

    Bumps [eslint](https://github.com/eslint/eslint) from 8.8.0 to 8.9.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v8.8.0...v8.9.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 17, 2022
    Configuration menu
    Copy the full SHA
    6ed811e View commit details
    Browse the repository at this point in the history
  4. Updated CHANGELOG.md

    GitHub Actions (pmd-bot) committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    b1a0c8b View commit details
    Browse the repository at this point in the history
  5. Bump @vercel/ncc from 0.33.1 to 0.33.3 (#56)

    Bumps [@vercel/ncc](https://github.com/vercel/ncc) from 0.33.1 to 0.33.3.
    - [Release notes](https://github.com/vercel/ncc/releases)
    - [Commits](vercel/ncc@0.33.1...0.33.3)
    
    ---
    updated-dependencies:
    - dependency-name: "@vercel/ncc"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 17, 2022
    Configuration menu
    Copy the full SHA
    dad7283 View commit details
    Browse the repository at this point in the history
  6. Updated CHANGELOG.md

    GitHub Actions (pmd-bot) committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    e04959f View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2022

  1. Configuration menu
    Copy the full SHA
    b2cb5ed View commit details
    Browse the repository at this point in the history
  2. Fixes #51 Convert Windows paths

    ... to valid URIs when relativizing the report
    adangel committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    22808ce View commit details
    Browse the repository at this point in the history
  3. (doc) Document required minimum PMD version

    At least PMD 6.31.0 should be used due
    to required support for SARIF.
    adangel committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    b6a8643 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #57 from adangel:issue-53-sarif-fix

    Fix Sarif report for multiple results #57
    adangel committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    008044d View commit details
    Browse the repository at this point in the history
  5. Merge pull request #58 from adangel:issue-52-sourcepath

    Fixes #52 sourcePath without trailing slash #58
    adangel committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    1039c3f View commit details
    Browse the repository at this point in the history
  6. Merge pull request #59 from adangel:issue-51-annotations-windows

    Fixes #51 Convert Windows paths #59
    adangel committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    c087fa6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7357ef1 View commit details
    Browse the repository at this point in the history
  8. Updated CHANGELOG.md

    GitHub Actions (pmd-bot) committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    c4cfa77 View commit details
    Browse the repository at this point in the history
  9. (doc) More colorful changelog

    adangel committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    7893975 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d425ad2 View commit details
    Browse the repository at this point in the history
Loading