File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed
Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 99 build-on-push :
1010 runs-on : ubuntu-latest
1111
12+ permissions :
13+ contents : read
14+
1215 steps :
1316 - name : checkout
1417 uses : actions/checkout@v5
2124 cache : maven
2225
2326 - name : maven-build-verify
24- run : mvn --batch-mode --update-snapshots verify
27+ run : mvn --batch-mode --update-snapshots clean verify
Original file line number Diff line number Diff line change 11name : dependabot-pr-auto-merge
22
3- on : pull_request
4-
5-
3+ on :
4+ pull_request :
5+ branches :
6+ - dev
67jobs :
78 dependabot-pr-auto-merge :
89 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 241241 <generateGitPropertiesFile >true</generateGitPropertiesFile >
242242 <includeOnlyProperties >
243243 <includeOnlyProperty >git.branch</includeOnlyProperty >
244+ <includeOnlyProperty >git.tag</includeOnlyProperty >
244245 <includeOnlyProperty >^git.build.(time|version)$</includeOnlyProperty >
245246 <includeOnlyProperty >^git.commit.id.(abbrev|full)$</includeOnlyProperty >
246247 </includeOnlyProperties >
You can’t perform that action at this time.
0 commit comments