File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 8080
8181 code-style :
8282 runs-on : ubuntu-latest
83+ if : ${{ github.event_name != 'pull_request' || !startsWith(github.head_ref, 'renovate/') }}
8384
8485 strategy :
8586 matrix :
Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ jobs:
161161 working-directory : ${{ env.PRIMARY_MAVEN_MODULE }}
162162
163163 - name : Deploy to Github pages
164- uses : peaceiris/actions-gh-pages@v3
164+ uses : peaceiris/actions-gh-pages@v4
165165 with :
166166 github_token : ${{ secrets.GITHUB_TOKEN }}
167167 publish_dir : ./${{ env.PRIMARY_MAVEN_MODULE }}/target/site
Original file line number Diff line number Diff line change 2727 sonar :
2828 name : SonarCloud Scan
2929 runs-on : ubuntu-latest
30- # Dependabot PRs have no access to secrets (SONAR_TOKEN) -> Ignore them
31- if : ${{ github.event_name != 'pull_request' || !startsWith(github.head_ref, 'dependabot/') }}
30+ if : ${{ github.event_name != 'pull_request' || !startsWith(github.head_ref, 'renovate/') }}
3231 steps :
3332 - uses : actions/checkout@v4
3433 with :
Original file line number Diff line number Diff line change 1414# KIND, either express or implied. See the License for the
1515# specific language governing permissions and limitations
1616# under the License.
17- distributionUrl =https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.5 /apache-maven-3.9.5 -bin.zip
17+ distributionUrl =https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.6 /apache-maven-3.9.6 -bin.zip
1818wrapperUrl =https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.2.0/maven-wrapper-3.2.0.jar
Original file line number Diff line number Diff line change 9292 <dependency >
9393 <groupId >com.puppycrawl.tools</groupId >
9494 <artifactId >checkstyle</artifactId >
95- <version >10.14.2 </version >
95+ <version >10.15.0 </version >
9696 </dependency >
9797 </dependencies >
9898 <configuration >
Original file line number Diff line number Diff line change 239239 <plugin >
240240 <groupId >org.apache.maven.plugins</groupId >
241241 <artifactId >maven-source-plugin</artifactId >
242- <version >3.3.0 </version >
242+ <version >3.3.1 </version >
243243 <executions >
244244 <execution >
245245 <id >attach-sources</id >
323323 <dependency >
324324 <groupId >com.puppycrawl.tools</groupId >
325325 <artifactId >checkstyle</artifactId >
326- <version >10.14.2 </version >
326+ <version >10.15.0 </version >
327327 </dependency >
328328 </dependencies >
329329 <configuration >
Original file line number Diff line number Diff line change 1+ {
2+ "$schema" : "https://docs.renovatebot.com/renovate-schema.json" ,
3+ "rebaseWhen" : "behind-base-branch"
4+ }
You can’t perform that action at this time.
0 commit comments