File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed
Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 4343 {
4444 matchPackageNames : [ "/^org.spockframework:spock-/" ] ,
4545 versionCompatibility : "^(?<version>.*)-(?<compatibility>groovy-.*)$"
46+ } ,
47+ {
48+ groupName : "actions-checkout" ,
49+ matchPackageNames : [
50+ "actions/checkout" ,
51+ "/^actions:checkout(__.*)?$/"
52+ ]
53+ } ,
54+ {
55+ groupName : "actions-upload-artifact" ,
56+ matchPackageNames : [
57+ "actions/upload-artifact" ,
58+ "/^actions:upload-artifact(__.*)?$/"
59+ ]
60+ } ,
61+ {
62+ groupName : "codecov-codecov-action" ,
63+ matchPackageNames : [
64+ "codecov/codecov-action" ,
65+ "/^codecov:codecov-action(__.*)?$/"
66+ ]
67+ } ,
68+ {
69+ groupName : "github-codeql-action" ,
70+ matchPackageNames : [
71+ "github/codeql-action" ,
72+ "/^github:codeql-action(__.*)?$/"
73+ ]
4674 }
4775 ]
4876}
You can’t perform that action at this time.
0 commit comments