Skip to content

Commit 0872c10

Browse files
committed
Move to pmd/pmd-github-action
1 parent ce89196 commit 0872c10

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# GitHub Action for PMD
22

3-
<a href="https://github.com/adangel/pmd-github-action/actions"><img alt="pmd-github-action status" src="https://github.com/adangel/pmd-github-action/actions/workflows/test.yml/badge.svg"></a>
4-
<a href="https://img.shields.io/github/v/release/adangel/pmd-github-action"><img alt="release" src="https://img.shields.io/github/v/release/adangel/pmd-github-action"></a>
3+
<a href="https://github.com/pmd/pmd-github-action/actions"><img alt="pmd-github-action status" src="https://github.com/pmd/pmd-github-action/actions/workflows/test.yml/badge.svg"></a>
4+
<a href="https://img.shields.io/github/v/release/pmd/pmd-github-action"><img alt="release" src="https://img.shields.io/github/v/release/pmd/pmd-github-action"></a>
55

66
This action runs [PMD](https://pmd.github.io) static code analysis checks.
77

@@ -20,7 +20,7 @@ steps:
2020
with:
2121
distribution: 'temurin'
2222
java-version: '11'
23-
- uses: adangel/pmd-github-action@v1
23+
- uses: pmd/pmd-github-action@v1
2424
with:
2525
rulesets: 'ruleset.xml'
2626
```
@@ -35,7 +35,7 @@ steps:
3535
with:
3636
distribution: 'temurin'
3737
java-version: '11'
38-
- uses: adangel/pmd-github-action@v1
38+
- uses: pmd/pmd-github-action@v1
3939
id: pmd
4040
with:
4141
version: '6.40.0'
@@ -54,7 +54,7 @@ steps:
5454
with:
5555
distribution: 'temurin'
5656
java-version: '11'
57-
- uses: adangel/pmd-github-action@v1
57+
- uses: pmd/pmd-github-action@v1
5858
id: pmd
5959
with:
6060
rulesets: 'ruleset.xml'

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"repository": {
1212
"type": "git",
13-
"url": "git+https://github.com/adangel/pmd-github-action.git"
13+
"url": "git+https://github.com/pmd/pmd-github-action.git"
1414
},
1515
"keywords": [
1616
"GitHub",
@@ -20,9 +20,9 @@
2020
"author": "PMD",
2121
"license": "MIT",
2222
"bugs": {
23-
"url": "https://github.com/adangel/pmd-github-action/issues"
23+
"url": "https://github.com/pmd/pmd-github-action/issues"
2424
},
25-
"homepage": "https://github.com/adangel/pmd-github-action#readme",
25+
"homepage": "https://github.com/pmd/pmd-github-action#readme",
2626
"dependencies": {
2727
"@actions/artifact": "^0.5.2",
2828
"@actions/core": "^1.6.0",

0 commit comments

Comments
 (0)