File tree Expand file tree Collapse file tree 9 files changed +28
-9
lines changed Expand file tree Collapse file tree 9 files changed +28
-9
lines changed Original file line number Diff line number Diff line change 16
16
build :
17
17
uses : opengood-aio/central-workflows/.github/workflows/gradle-lib-build.yml@main
18
18
with :
19
+ run-code-coverage : true
19
20
run-gradle-validation : true
20
21
secrets :
21
22
codecov-token : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change 5
5
cancel :
6
6
uses : opengood-aio/central-workflows/.github/workflows/workflow-cancel.yml@main
7
7
secrets :
8
- workflow-token : ${{ secrets.WORKFLOW_TOKEN }}
8
+ workflow-token : ${{ secrets.WORKFLOW_TOKEN }}
Original file line number Diff line number Diff line change 16
16
17
17
jobs :
18
18
build :
19
- uses : opengood-aio/central-workflows/.github/workflows/codeql-analyze.yml@main
20
- with :
21
- java-version : 21
19
+ uses : opengood-aio/central-workflows/.github/workflows/java-kotlin-codeql-analyze.yml@main
Original file line number Diff line number Diff line change
1
+ name : coverage
2
+
3
+ on :
4
+ workflow_dispatch :
5
+ schedule :
6
+ # Automatically run every Sunday at midnight
7
+ - cron : ' 0 0 * * 0'
8
+ branches :
9
+ - main
10
+
11
+ jobs :
12
+ coverage :
13
+ uses : opengood-aio/central-workflows/.github/workflows/java-kotlin-code-coverage.yml@main
14
+ with :
15
+ run-code-coverage : true
16
+ run-gradle-validation : true
17
+ secrets :
18
+ codecov-token : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change 20
20
with :
21
21
git-email : ${{ vars.GIT_EMAIL }}
22
22
git-user : ${{ vars.GIT_USER }}
23
+ run-code-coverage : true
23
24
run-gradle-validation : true
24
25
secrets :
26
+ codecov-token : ${{ secrets.CODECOV_TOKEN }}
25
27
gpg-signing-key-id : ${{ secrets.GPG_SIGNING_KEY_ID }}
26
28
gpg-signing-password : ${{ secrets.GPG_SIGNING_PASSWORD }}
27
29
gpg-signing-private-key : ${{ secrets.GPG_SIGNING_PRIVATE_KEY }}
Original file line number Diff line number Diff line change 9
9
update-license-copyright :
10
10
uses : opengood-aio/central-workflows/.github/workflows/workflow-update-license-copyright.yml@main
11
11
secrets :
12
- workflow-token : ${{ secrets.WORKFLOW_TOKEN }}
12
+ workflow-token : ${{ secrets.WORKFLOW_TOKEN }}
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.14-all.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.1 -all.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change 1
1
plugins {
2
- id(" io.opengood.gradle.settings" ) version " 1.16 .0"
2
+ id(" io.opengood.gradle.settings" ) version " 1.18 .0"
3
3
}
4
4
5
5
rootProject.name = " openapi-docs-autoconfig"
Original file line number Diff line number Diff line change 7
7
# ### suppress inspection "SpellCheckingInspection" for whole file
8
8
# ### suppress inspection "UnusedProperty" for whole file
9
9
10
- plugin.io.opengood.gradle.config =2.18 .0
10
+ plugin.io.opengood.gradle.config =2.21 .0
11
11
12
- version.org.springdoc..springdoc-openapi-starter-webmvc-ui =2.8.6
12
+ version.org.springdoc..springdoc-openapi-starter-webmvc-ui =2.8.8
13
13
14
14
version.org.springdoc..springdoc-openapi-ui =1.8.0
You can’t perform that action at this time.
0 commit comments