We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4b3940 commit ee23c57Copy full SHA for ee23c57
1 file changed
.github/workflows/UpdateRuleMetadata.yml
@@ -19,6 +19,12 @@ jobs:
19
- name: Checkout Sources
20
uses: actions/checkout@v4
21
22
+ - name: Checkout RSpec
23
+ uses: actions/checkout@v4
24
+ with:
25
+ repository: SonarSource/rspec
26
+ path: /tmp/rspec
27
+
28
- name: Setup JFrog
29
uses: SonarSource/jfrog-setup-wrapper@v3
30
with:
@@ -42,7 +48,7 @@ jobs:
42
48
env:
43
49
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
44
50
run: |
45
- java -jar "/tmp/rule-api.jar" update
51
+ java -jar "/tmp/rule-api.jar" -folder /tmp/rspec update
46
52
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'
47
53
54
- name: Create PR
0 commit comments