Branch: refs/heads/main
  Home:   https://github.com/pmd/pmd-github-action
  Commit: 0c1882ff194b6172a9db119674546ea67b531c65
      
https://github.com/pmd/pmd-github-action/commit/0c1882ff194b6172a9db119674546ea67b531c65
  Author: Andreas Dangel <andreas.dan...@pmd-code.org>
  Date:   2023-11-16 (Thu, 16 Nov 2023)

  Changed paths:
    M .eslintignore
    R .eslintrc.json
    A .eslintrc.yml
    A .gitattributes
    M .gitignore
    A .node-version
    A .prettierignore
    A .prettierrc.json
    A __tests__/annotations.test.ts
    A __tests__/data/compare-files-page1-issue52.json
    A __tests__/data/compare-files-page1.json
    A __tests__/data/compare-files-page2.json
    A __tests__/data/create-zips.sh
    A __tests__/data/pmd-bin-6.39.0.zip
    A __tests__/data/pmd-bin-6.39.0/bin/run.sh
    A __tests__/data/pmd-bin-6.39.0/pmd.bat
    A __tests__/data/pmd-bin-6.40.0.zip
    A __tests__/data/pmd-bin-6.40.0/bin/pmd.bat
    A __tests__/data/pmd-bin-6.40.0/bin/run.sh
    A __tests__/data/pmd-bin-6.41.0.zip
    A __tests__/data/pmd-bin-6.41.0/bin/pmd.bat
    A __tests__/data/pmd-bin-6.41.0/bin/run.sh
    A __tests__/data/pmd-bin-7.0.0-SNAPSHOT.zip
    A __tests__/data/pmd-bin-7.0.0-SNAPSHOT/bin/pmd
    A __tests__/data/pmd-bin-7.0.0-SNAPSHOT/bin/pmd.bat
    A __tests__/data/pmd-bin-7.0.0-rc1.zip
    A __tests__/data/pmd-bin-7.0.0-rc1/bin/pmd
    A __tests__/data/pmd-bin-7.0.0-rc1/bin/pmd.bat
    A __tests__/data/pmd-bin-7.0.0-rc3/bin/pmd
    A __tests__/data/pmd-bin-7.0.0-rc3/bin/pmd.bat
    A __tests__/data/pmd-dist-7.0.0-rc3-bin.zip
    A __tests__/data/pmd-report-empty-full-description.sarif
    A __tests__/data/pmd-report-empty.sarif
    A __tests__/data/pmd-report-multiple-fixed.sarif
    A __tests__/data/pmd-report-multiple.sarif
    A __tests__/data/pmd-report-priorities.sarif
    A __tests__/data/pmd-report-relativized.sarif
    A __tests__/data/pmd-report-win-relativized.sarif
    A __tests__/data/pmd-report-win.sarif
    A __tests__/data/pmd-report.sarif
    A __tests__/data/pull-request-event-data.json
    A __tests__/data/pull-request-files.json
    A __tests__/data/push-event-data.json
    A __tests__/data/releases-6.39.0.json
    A __tests__/data/releases-6.41.0.json
    A __tests__/data/releases-7.0.0-rc1.json
    A __tests__/data/releases-7.0.0-rc3.json
    A __tests__/data/releases-latest.json
    A __tests__/sarif.test.ts
    A __tests__/util.test.ts
    A __tests__/validator.test.ts
    M action.yml
    R lib/annotations.js
    R lib/index.js
    R lib/sarif.js
    R lib/util.js
    R lib/validator.js
    M package-lock.json
    M package.json
    A src/annotations.ts
    A src/index.ts
    A src/sarif.ts
    A src/util.ts
    A src/validator.ts
    R tests/annotations.test.js
    R tests/data/compare-files-page1-issue52.json
    R tests/data/compare-files-page1.json
    R tests/data/compare-files-page2.json
    R tests/data/create-zips.sh
    R tests/data/pmd-bin-6.39.0.zip
    R tests/data/pmd-bin-6.39.0/bin/run.sh
    R tests/data/pmd-bin-6.39.0/pmd.bat
    R tests/data/pmd-bin-6.40.0.zip
    R tests/data/pmd-bin-6.40.0/bin/pmd.bat
    R tests/data/pmd-bin-6.40.0/bin/run.sh
    R tests/data/pmd-bin-6.41.0.zip
    R tests/data/pmd-bin-6.41.0/bin/pmd.bat
    R tests/data/pmd-bin-6.41.0/bin/run.sh
    R tests/data/pmd-bin-7.0.0-SNAPSHOT.zip
    R tests/data/pmd-bin-7.0.0-SNAPSHOT/bin/pmd
    R tests/data/pmd-bin-7.0.0-SNAPSHOT/bin/pmd.bat
    R tests/data/pmd-bin-7.0.0-rc1.zip
    R tests/data/pmd-bin-7.0.0-rc1/bin/pmd
    R tests/data/pmd-bin-7.0.0-rc1/bin/pmd.bat
    R tests/data/pmd-bin-7.0.0-rc3/bin/pmd
    R tests/data/pmd-bin-7.0.0-rc3/bin/pmd.bat
    R tests/data/pmd-dist-7.0.0-rc3-bin.zip
    R tests/data/pmd-report-empty-full-description.sarif
    R tests/data/pmd-report-empty.sarif
    R tests/data/pmd-report-multiple-fixed.sarif
    R tests/data/pmd-report-multiple.sarif
    R tests/data/pmd-report-priorities.sarif
    R tests/data/pmd-report-relativized.sarif
    R tests/data/pmd-report-win-relativized.sarif
    R tests/data/pmd-report-win.sarif
    R tests/data/pmd-report.sarif
    R tests/data/pull-request-event-data.json
    R tests/data/pull-request-files.json
    R tests/data/push-event-data.json
    R tests/data/releases-6.39.0.json
    R tests/data/releases-6.41.0.json
    R tests/data/releases-7.0.0-rc1.json
    R tests/data/releases-7.0.0-rc3.json
    R tests/data/releases-latest.json
    R tests/sarif.test.js
    R tests/util.test.js
    R tests/validator.test.js
    A tsconfig.json

  Log Message:
  -----------
  Add typescript configuration

See https://github.com/actions/typescript-action


  Commit: 5b37dc42796941999468cbc3fd6b4547cb0408d0
      
https://github.com/pmd/pmd-github-action/commit/5b37dc42796941999468cbc3fd6b4547cb0408d0
  Author: Andreas Dangel <andreas.dan...@pmd-code.org>
  Date:   2023-11-16 (Thu, 16 Nov 2023)

  Changed paths:
    M __tests__/annotations.test.ts
    M __tests__/util.test.ts
    M dist/index.js
    M package-lock.json
    M package.json
    M src/annotations.ts
    M src/index.ts
    M src/sarif.ts
    M src/util.ts
    M src/validator.ts

  Log Message:
  -----------
  Add types and fix errors


  Commit: 31145ae22c777ec408f6b37fb60c9d9eae0966c5
      
https://github.com/pmd/pmd-github-action/commit/31145ae22c777ec408f6b37fb60c9d9eae0966c5
  Author: Andreas Dangel <andreas.dan...@pmd-code.org>
  Date:   2023-11-16 (Thu, 16 Nov 2023)

  Changed paths:
    M __tests__/annotations.test.ts
    M __tests__/sarif.test.ts
    M __tests__/util.test.ts
    M __tests__/validator.test.ts
    M src/annotations.ts
    M src/util.ts

  Log Message:
  -----------
  Fix tests sarif.test.ts and validator.test.ts


  Commit: 36b59102dd7607182a95d6d8d7b2f0bfe7a30811
      
https://github.com/pmd/pmd-github-action/commit/36b59102dd7607182a95d6d8d7b2f0bfe7a30811
  Author: Andreas Dangel <andreas.dan...@pmd-code.org>
  Date:   2023-11-16 (Thu, 16 Nov 2023)

  Changed paths:
    M .eslintrc.yml
    M __tests__/annotations.test.ts
    M __tests__/sarif.test.ts
    A __tests__/tsconfig.json
    M __tests__/util.test.ts
    M __tests__/validator.test.ts
    M src/annotations.ts
    M src/index.ts
    M src/sarif.ts
    M src/util.ts
    M src/validator.ts

  Log Message:
  -----------
  Fix many lint errors


  Commit: 8f670422874068f5420259a6f92da552a6bd7b73
      
https://github.com/pmd/pmd-github-action/commit/8f670422874068f5420259a6f92da552a6bd7b73
  Author: Andreas Dangel <andreas.dan...@pmd-code.org>
  Date:   2023-11-16 (Thu, 16 Nov 2023)

  Changed paths:
    M .github/workflows/generate.yml
    M dist/index.js

  Log Message:
  -----------
  Fix github actions workflow


  Commit: 8c89c197f6186a799055dee6f5a128011f9b3bda
      
https://github.com/pmd/pmd-github-action/commit/8c89c197f6186a799055dee6f5a128011f9b3bda
  Author: Andreas Dangel <andreas.dan...@pmd-code.org>
  Date:   2023-11-30 (Thu, 30 Nov 2023)

  Changed paths:
    M __tests__/annotations.test.ts
    M src/annotations.ts

  Log Message:
  -----------
  Fix annotations and test


  Commit: 3caca4b591b595dab3066afa1d08fe5877a6a475
      
https://github.com/pmd/pmd-github-action/commit/3caca4b591b595dab3066afa1d08fe5877a6a475
  Author: Andreas Dangel <andreas.dan...@pmd-code.org>
  Date:   2023-11-30 (Thu, 30 Nov 2023)

  Changed paths:
    A .vscode/launch.json

  Log Message:
  -----------
  Add vscode launcher


  Commit: b52a6d31e647b3c70ae6cc924c53fa7af57376ad
      
https://github.com/pmd/pmd-github-action/commit/b52a6d31e647b3c70ae6cc924c53fa7af57376ad
  Author: Andreas Dangel <andreas.dan...@pmd-code.org>
  Date:   2023-11-30 (Thu, 30 Nov 2023)

  Changed paths:
    M __tests__/util.test.ts
    M src/util.ts
    A src/util_helper.ts

  Log Message:
  -----------
  Fix util and util tests


  Commit: 66d2757144b29ec52eeac71de1625eae9345dafc
      
https://github.com/pmd/pmd-github-action/commit/66d2757144b29ec52eeac71de1625eae9345dafc
  Author: Andreas Dangel <andreas.dan...@pmd-code.org>
  Date:   2023-11-30 (Thu, 30 Nov 2023)

  Changed paths:
    M .eslintrc.yml
    M __tests__/sarif.test.ts
    M __tests__/util.test.ts
    M src/annotations.ts
    M src/sarif.ts
    M src/util_helper.ts

  Log Message:
  -----------
  Fix eslint issues


  Commit: 19eaeba9786970ddece648a9d1c251072ed2e864
      
https://github.com/pmd/pmd-github-action/commit/19eaeba9786970ddece648a9d1c251072ed2e864
  Author: Andreas Dangel <andreas.dan...@pmd-code.org>
  Date:   2023-11-30 (Thu, 30 Nov 2023)

  Changed paths:
    A badges/coverage.svg

  Log Message:
  -----------
  Add coverage badge


  Commit: eed0a5e627b57acf4fa2a568ff813c455de9283a
      
https://github.com/pmd/pmd-github-action/commit/eed0a5e627b57acf4fa2a568ff813c455de9283a
  Author: Andreas Dangel <andreas.dan...@pmd-code.org>
  Date:   2023-11-30 (Thu, 30 Nov 2023)

  Changed paths:
    M dist/index.js

  Log Message:
  -----------
  Update generated dist/index.js


  Commit: c2235dbdf16f975a9a7aea4afa4027421ac78e03
      
https://github.com/pmd/pmd-github-action/commit/c2235dbdf16f975a9a7aea4afa4027421ac78e03
  Author: Andreas Dangel <andreas.dan...@pmd-code.org>
  Date:   2023-11-30 (Thu, 30 Nov 2023)

  Changed paths:
    M __tests__/annotations.test.ts
    M __tests__/sarif.test.ts
    M badges/coverage.svg

  Log Message:
  -----------
  Improve test coverage


  Commit: 183e440aee0342253f60e4fd44bde6b30edebf87
      
https://github.com/pmd/pmd-github-action/commit/183e440aee0342253f60e4fd44bde6b30edebf87
  Author: Andreas Dangel <andreas.dan...@pmd-code.org>
  Date:   2023-11-30 (Thu, 30 Nov 2023)

  Changed paths:
    M CHANGELOG.md
    M package-lock.json
    M package.json

  Log Message:
  -----------
  Merge branch 'main' into typescript


  Commit: 74f6bc79176b985be7a3f1a54c1cc1c55c3b152c
      
https://github.com/pmd/pmd-github-action/commit/74f6bc79176b985be7a3f1a54c1cc1c55c3b152c
  Author: Andreas Dangel <andreas.dan...@pmd-code.org>
  Date:   2023-11-30 (Thu, 30 Nov 2023)

  Changed paths:
    R .eslintrc.yml
    A .github/linters/.eslintrc.yml
    A .github/linters/tsconfig.json
    R __tests__/tsconfig.json
    M package.json

  Log Message:
  -----------
  Move eslint config


  Commit: 030b93cbd69ccfe0e77bba5495f342d370c561c5
      
https://github.com/pmd/pmd-github-action/commit/030b93cbd69ccfe0e77bba5495f342d370c561c5
  Author: Andreas Dangel <andreas.dan...@pmd-code.org>
  Date:   2023-11-30 (Thu, 30 Nov 2023)

  Changed paths:
    M README.md

  Log Message:
  -----------
  Update badges, add coverage badge


  Commit: 7a0e21267d8f7db35232c0033e9cd42926705091
      
https://github.com/pmd/pmd-github-action/commit/7a0e21267d8f7db35232c0033e9cd42926705091
  Author: Andreas Dangel <andreas.dan...@pmd-code.org>
  Date:   2024-03-17 (Sun, 17 Mar 2024)

  Changed paths:
    M .github/workflows/generate.yml
    M .github/workflows/publish.yml
    M .github/workflows/test.yml
    M CHANGELOG.md
    M README.md
    A __tests__/data/pmd-report-uris.sarif
    A __tests__/data/pmd-report-win-uris.sarif
    M __tests__/sarif.test.ts
    M __tests__/util.test.ts
    M action.yml
    M badges/coverage.svg
    M dist/index.js
    M dist/licenses.txt
    M package-lock.json
    M package.json
    M src/annotations.ts
    M src/index.ts
    M src/sarif.ts
    M src/util.ts

  Log Message:
  -----------
  Merge branch 'main' into typescript


  Commit: c00a4f29a922a42512fe87af255dd4c90b7e6204
      
https://github.com/pmd/pmd-github-action/commit/c00a4f29a922a42512fe87af255dd4c90b7e6204
  Author: Andreas Dangel <andreas.dan...@pmd-code.org>
  Date:   2024-03-17 (Sun, 17 Mar 2024)

  Changed paths:
    M dist/index.js
    M package-lock.json
    M package.json

  Log Message:
  -----------
  Bump @typescript-eslint from 6.11.0 to 7.2.0


  Commit: 842f4c577ac09a1411d952edeae36becc044d2da
      
https://github.com/pmd/pmd-github-action/commit/842f4c577ac09a1411d952edeae36becc044d2da
  Author: Andreas Dangel <andreas.dan...@pmd-code.org>
  Date:   2024-03-17 (Sun, 17 Mar 2024)

  Changed paths:
    M dist/index.js
    M src/index.ts

  Log Message:
  -----------
  Most parameters are optional and not required


  Commit: 79bed45fea1c7c253be598caf057d3d197c1fb97
      
https://github.com/pmd/pmd-github-action/commit/79bed45fea1c7c253be598caf057d3d197c1fb97
  Author: Andreas Dangel <andreas.dan...@pmd-code.org>
  Date:   2024-03-17 (Sun, 17 Mar 2024)

  Changed paths:
    M .eslintignore
    R .eslintrc.json
    A .gitattributes
    A .github/linters/.eslintrc.yml
    A .github/linters/tsconfig.json
    M .github/workflows/generate.yml
    M .gitignore
    A .node-version
    A .prettierignore
    A .prettierrc.json
    A .vscode/launch.json
    M README.md
    A __tests__/annotations.test.ts
    A __tests__/data/compare-files-page1-issue52.json
    A __tests__/data/compare-files-page1.json
    A __tests__/data/compare-files-page2.json
    A __tests__/data/create-zips.sh
    A __tests__/data/pmd-bin-6.39.0.zip
    A __tests__/data/pmd-bin-6.39.0/bin/run.sh
    A __tests__/data/pmd-bin-6.39.0/pmd.bat
    A __tests__/data/pmd-bin-6.40.0.zip
    A __tests__/data/pmd-bin-6.40.0/bin/pmd.bat
    A __tests__/data/pmd-bin-6.40.0/bin/run.sh
    A __tests__/data/pmd-bin-6.41.0.zip
    A __tests__/data/pmd-bin-6.41.0/bin/pmd.bat
    A __tests__/data/pmd-bin-6.41.0/bin/run.sh
    A __tests__/data/pmd-bin-7.0.0-SNAPSHOT.zip
    A __tests__/data/pmd-bin-7.0.0-SNAPSHOT/bin/pmd
    A __tests__/data/pmd-bin-7.0.0-SNAPSHOT/bin/pmd.bat
    A __tests__/data/pmd-bin-7.0.0-rc1.zip
    A __tests__/data/pmd-bin-7.0.0-rc1/bin/pmd
    A __tests__/data/pmd-bin-7.0.0-rc1/bin/pmd.bat
    A __tests__/data/pmd-bin-7.0.0-rc3/bin/pmd
    A __tests__/data/pmd-bin-7.0.0-rc3/bin/pmd.bat
    A __tests__/data/pmd-dist-7.0.0-rc3-bin.zip
    A __tests__/data/pmd-report-empty-full-description.sarif
    A __tests__/data/pmd-report-empty.sarif
    A __tests__/data/pmd-report-multiple-fixed.sarif
    A __tests__/data/pmd-report-multiple.sarif
    A __tests__/data/pmd-report-priorities.sarif
    A __tests__/data/pmd-report-relativized.sarif
    A __tests__/data/pmd-report-uris.sarif
    A __tests__/data/pmd-report-win-relativized.sarif
    A __tests__/data/pmd-report-win-uris.sarif
    A __tests__/data/pmd-report-win.sarif
    A __tests__/data/pmd-report.sarif
    A __tests__/data/pull-request-event-data.json
    A __tests__/data/pull-request-files.json
    A __tests__/data/push-event-data.json
    A __tests__/data/releases-6.39.0.json
    A __tests__/data/releases-6.41.0.json
    A __tests__/data/releases-7.0.0-rc1.json
    A __tests__/data/releases-7.0.0-rc3.json
    A __tests__/data/releases-latest.json
    A __tests__/sarif.test.ts
    A __tests__/util.test.ts
    A __tests__/validator.test.ts
    M action.yml
    A badges/coverage.svg
    M dist/index.js
    R lib/annotations.js
    R lib/index.js
    R lib/sarif.js
    R lib/util.js
    R lib/validator.js
    M package-lock.json
    M package.json
    A src/annotations.ts
    A src/index.ts
    A src/sarif.ts
    A src/util.ts
    A src/util_helper.ts
    A src/validator.ts
    R tests/annotations.test.js
    R tests/data/compare-files-page1-issue52.json
    R tests/data/compare-files-page1.json
    R tests/data/compare-files-page2.json
    R tests/data/create-zips.sh
    R tests/data/pmd-bin-6.39.0.zip
    R tests/data/pmd-bin-6.39.0/bin/run.sh
    R tests/data/pmd-bin-6.39.0/pmd.bat
    R tests/data/pmd-bin-6.40.0.zip
    R tests/data/pmd-bin-6.40.0/bin/pmd.bat
    R tests/data/pmd-bin-6.40.0/bin/run.sh
    R tests/data/pmd-bin-6.41.0.zip
    R tests/data/pmd-bin-6.41.0/bin/pmd.bat
    R tests/data/pmd-bin-6.41.0/bin/run.sh
    R tests/data/pmd-bin-7.0.0-SNAPSHOT.zip
    R tests/data/pmd-bin-7.0.0-SNAPSHOT/bin/pmd
    R tests/data/pmd-bin-7.0.0-SNAPSHOT/bin/pmd.bat
    R tests/data/pmd-bin-7.0.0-rc1.zip
    R tests/data/pmd-bin-7.0.0-rc1/bin/pmd
    R tests/data/pmd-bin-7.0.0-rc1/bin/pmd.bat
    R tests/data/pmd-bin-7.0.0-rc3/bin/pmd
    R tests/data/pmd-bin-7.0.0-rc3/bin/pmd.bat
    R tests/data/pmd-dist-7.0.0-rc3-bin.zip
    R tests/data/pmd-report-empty-full-description.sarif
    R tests/data/pmd-report-empty.sarif
    R tests/data/pmd-report-multiple-fixed.sarif
    R tests/data/pmd-report-multiple.sarif
    R tests/data/pmd-report-priorities.sarif
    R tests/data/pmd-report-relativized.sarif
    R tests/data/pmd-report-uris.sarif
    R tests/data/pmd-report-win-relativized.sarif
    R tests/data/pmd-report-win-uris.sarif
    R tests/data/pmd-report-win.sarif
    R tests/data/pmd-report.sarif
    R tests/data/pull-request-event-data.json
    R tests/data/pull-request-files.json
    R tests/data/push-event-data.json
    R tests/data/releases-6.39.0.json
    R tests/data/releases-6.41.0.json
    R tests/data/releases-7.0.0-rc1.json
    R tests/data/releases-7.0.0-rc3.json
    R tests/data/releases-latest.json
    R tests/sarif.test.js
    R tests/util.test.js
    R tests/validator.test.js
    A tsconfig.json

  Log Message:
  -----------
  Merge pull request #239 from adangel/typescript

Migrate to typescript


Compare: 
https://github.com/pmd/pmd-github-action/compare/edec7cf404f0...79bed45fea1c

To unsubscribe from these emails, change your notification settings at 
https://github.com/pmd/pmd-github-action/settings/notifications


_______________________________________________
Pmd-commits mailing list
Pmd-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmd-commits

Reply via email to