From dd94331fba165c510e5d45ee0417f02f082ad544 Mon Sep 17 00:00:00 2001 From: Luke Collins Date: Fri, 13 Oct 2023 23:08:51 +0000 Subject: [PATCH 1/2] Update Author --- README.md | 9 ++++----- action.yml | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 7b79daf..a27b01c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ ![build-test](https://github.com/lcollins/checkstyle-github-action/workflows/build-test/badge.svg) +# Credit + +Adapted from https://github.com/jwgmeligmeyling/checkstyle-github-action to support Node 20. + # Checkstyle GitHub Action This action pushes results from [Checkstyle](https://checkstyle.github.io/) as check run annotations. :rocket: @@ -88,11 +92,6 @@ This is a Github Action in a series of other GitHub Actions. Similar actions inc * [pmd-github-action](https://github.com/lcollins/pmd-github-action) * [spotbugs-github-action](https://github.com/lcollins/spotbugs-github-action) -## Known limitations -Due to GitHub API limitations, we cannot specify to which Workflow Run (or underlying Check Suite) a newly created Check Run should be associated. -As a result, workflows that trigger on several types of events, might push results under another event than the action was run in. -For more information, see: https://github.com/lcollins/checkstyle-github-action/issues/2 - ## Contributing Install the dependencies diff --git a/action.yml b/action.yml index 00ebdd1..77a2f72 100644 --- a/action.yml +++ b/action.yml @@ -1,6 +1,6 @@ name: 'Push Checkstyle report' description: 'Push Checkstyle code adherence report' -author: 'Jan-Willem Gmelig Meyling' +author: 'Luke Collins inputs: path: description: 'A file, directory or wildcard pattern that describes where to find the reports' diff --git a/package.json b/package.json index 45abbb8..656cc94 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "node", "setup" ], - "author": "Jan-Willem Gmelig Meyling", + "author": "Luke Collins", "license": "MIT", "dependencies": { "@actions/core": "^1.10.1", From f90b26d0d6388e5fc0d83165d6326e123154b7a3 Mon Sep 17 00:00:00 2001 From: Luke Collins Date: Sat, 14 Oct 2023 00:13:01 +0100 Subject: [PATCH 2/2] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 77a2f72..aa4165c 100644 --- a/action.yml +++ b/action.yml @@ -1,6 +1,6 @@ name: 'Push Checkstyle report' description: 'Push Checkstyle code adherence report' -author: 'Luke Collins +author: 'Luke Collins' inputs: path: description: 'A file, directory or wildcard pattern that describes where to find the reports'