File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 "java-checks-test-sources/**" ,
1313 ] ,
1414 packageRules : [
15- // {
16- // description: "SonarSource GitHub actions do not need version pinning (neither fixed SHA, nor v3 -> v3.1.2)",
17- // matchManagers: [ "github-actions" ],
18- // "matchPackagePatterns": [
19- // "^SonarSource/"
20- // ],
21- // matchUpdateTypes: [ "pin", "rollback"],
22- // enabled: false
23- // },
24- {
25- "matchManagers" : [
26- "github-actions"
27- ] ,
28- "matchPackageNames" : [
29- "SonarSource/**"
30- ] ,
31- "pinDigests" : false ,
32- "versioning" : "regex:^v(?<major>\\d+)$" ,
33- "extractVersion" : "^v(?<version>\\d+)" ,
34- "groupName" : "all Sonar GitHub Actions" ,
35- "groupSlug" : "all-sonar-github-actions"
36- } ,
15+ {
16+ description : "SonarSource GitHub actions do not need version pinning (neither fixed SHA, nor v3 -> v3.1.2)" ,
17+ matchManagers : [ "github-actions" ] ,
18+ "matchPackagePatterns" : [
19+ "^SonarSource/"
20+ ] ,
21+ matchUpdateTypes : [ "pin" , "rollback" ] ,
22+ enabled : false
23+ } ,
3724 {
3825 "matchManagers" : [
3926 "maven"
You can’t perform that action at this time.
0 commit comments