This is an automated email from the ASF dual-hosted git repository.

xiatian pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/eventmesh-dashboard.git


The following commit(s) were added to refs/heads/main by this push:
     new 5092504  chore(deps): bump 
org.apache.maven.plugins:maven-checkstyle-plugin from 3.3.1 to 3.4.0 (#152)
5092504 is described below

commit 50925046eb14935267ab166823070c7f5e760fb1
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jun 11 22:13:19 2024 +0800

    chore(deps): bump org.apache.maven.plugins:maven-checkstyle-plugin from 
3.3.1 to 3.4.0 (#152)
    
    * chore(deps): bump org.apache.maven.plugins:maven-checkstyle-plugin
    
    Bumps 
[org.apache.maven.plugins:maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin)
 from 3.3.1 to 3.4.0.
    - 
[Commits](https://github.com/apache/maven-checkstyle-plugin/compare/maven-checkstyle-plugin-3.3.1...maven-checkstyle-plugin-3.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-checkstyle-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * filter duplicate workflow runs
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Pil0tXia <[email protected]>
---
 .github/workflows/ci.yml | 4 +++-
 pom.xml                  | 2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 904b325..69ada69 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -21,7 +21,9 @@ name: "Continuous Integration"
 
 on:
   push:
-    branches: [ '**' ]
+    branches:
+      - '**'
+      - '!dependabot/**'
   pull_request:
     branches: [ '**' ]
 
diff --git a/pom.xml b/pom.xml
index 6d95021..0d84ecb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -122,7 +122,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-checkstyle-plugin</artifactId>
-                <version>3.3.1</version>
+                <version>3.4.0</version>
                 <configuration>
                     <configLocation>style/checkStyle.xml</configLocation>
                     <consoleOutput>true</consoleOutput>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to