File tree Expand file tree Collapse file tree 8 files changed +11
-29
lines changed
vaadin-addon-template-demo Expand file tree Collapse file tree 8 files changed +11
-29
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 7272
7373 code-style :
7474 runs-on : ubuntu-latest
75+ if : ${{ github.event_name != 'pull_request' || !startsWith(github.head_ref, 'renovate/') }}
7576
7677 strategy :
7778 matrix :
Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ jobs:
164164 working-directory : ${{ env.PRIMARY_MAVEN_MODULE }}
165165
166166 - name : Deploy to Github pages
167- uses : peaceiris/actions-gh-pages@v3
167+ uses : peaceiris/actions-gh-pages@v4
168168 with :
169169 github_token : ${{ secrets.GITHUB_TOKEN }}
170170 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 1+ {
2+ "$schema" : "https://docs.renovatebot.com/renovate-schema.json" ,
3+ "rebaseWhen" : "behind-base-branch"
4+ }
Original file line number Diff line number Diff line change 191191 <dependency >
192192 <groupId >com.puppycrawl.tools</groupId >
193193 <artifactId >checkstyle</artifactId >
194- <version >10.14.2 </version >
194+ <version >10.15.0 </version >
195195 </dependency >
196196 </dependencies >
197197 <configuration >
Original file line number Diff line number Diff line change 205205 <plugin >
206206 <groupId >org.apache.maven.plugins</groupId >
207207 <artifactId >maven-source-plugin</artifactId >
208- <version >3.3.0 </version >
208+ <version >3.3.1 </version >
209209 <executions >
210210 <execution >
211211 <id >attach-sources</id >
298298 <dependency >
299299 <groupId >com.puppycrawl.tools</groupId >
300300 <artifactId >checkstyle</artifactId >
301- <version >10.14.2 </version >
301+ <version >10.15.0 </version >
302302 </dependency >
303303 </dependencies >
304304 <configuration >
You can’t perform that action at this time.
0 commit comments