Skip to content

Commit 77d04ec

Browse files
author
samirgarg
committed
Add id to fix execution of pmd in CI pipeline
1 parent e798217 commit 77d04ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/code-analysis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
java-version: '21'
2121

2222
- uses: pmd/pmd-github-action@v2
23+
id: pmd
2324
with:
2425
rulesets: '.github/pmd-ruleset.xml'
2526
sourcePath: 'src/main/java'

0 commit comments

Comments
 (0)