Skip to content

Commit 5d4cf0a

Browse files
SONARJAVA-5574 Fix UpdateRuleMetadata GitHub action to also update the sonar-java-symbolic-execution-plugin rules (#5165)
1 parent 0b6c5f1 commit 5d4cf0a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/UpdateRuleMetadata.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ jobs:
4242
run: |
4343
java -jar "/tmp/rule-api.jar" update
4444
sed --in-place='' -e 's/rule:java:S3649/rule:javasecurity:S3649/g' 'sonar-java-plugin/src/main/resources/org/sonar/l10n/java/rules/java/S2077.html'
45+
cd java-symbolic-execution
46+
java -jar "/tmp/rule-api.jar" update
4547
4648
- name: Create PR
4749
env:

0 commit comments

Comments
 (0)