You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2023/02/09 15:14:34 UTC

[cxf] branch 3.5.x-fixes updated (876323beef -> dc3c01e451)

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

reta pushed a change to branch 3.5.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git


    from 876323beef Recording .gitmergeinfo Changes
     new 714da2d40c Bump maven-plugin-plugin from 3.6.2 to 3.7.1 (#1127)
     new 94e609df49 Bump maven-clean-plugin from 3.1.0 to 3.2.0 (#1125)
     new dc3c01e451 Bump github/codeql-action from 2.2.2 to 2.2.3 (#1124)

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/workflows/codeql-analysis.yml | 8 ++++----
 pom.xml                               | 4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)


[cxf] 03/03: Bump github/codeql-action from 2.2.2 to 2.2.3 (#1124)

Posted by re...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

reta pushed a commit to branch 3.5.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit dc3c01e4510d0ddf87dd9903282c5305574b6f2f
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Feb 9 07:34:49 2023 -0500

    Bump github/codeql-action from 2.2.2 to 2.2.3 (#1124)
    
    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.2.2 to 2.2.3.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/github/codeql-action/compare/39d8d7e78f59cf6b40ac3b9fbebef0c753d7c9e5...8775e868027fa230df8586bdf502bbd9b618a477)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 .github/workflows/codeql-analysis.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 46791ebcba..b452d33059 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -7,10 +7,10 @@ name: "CodeQL"
 
 on:
   push:
-    branches: [master]
+    branches: [3.5.x-fixes]
   pull_request:
     # The branches below must be a subset of the branches above
-    branches: [master]
+    branches: [3.5.x-fixes]
   #schedule:
     #- cron: '0 18 * * 5'
 
@@ -49,7 +49,7 @@ jobs:
 
     # Initializes the CodeQL tools for scanning.
     - name: Initialize CodeQL
-      uses: github/codeql-action/init@v1
+      uses: github/codeql-action/init@8775e868027fa230df8586bdf502bbd9b618a477 # v2.2.3
       with:
         languages: ${{ matrix.language }}
         #config-file: ./.github/codeql/codeql-cxf-config.yml
@@ -77,4 +77,4 @@ jobs:
     #   make release
 
     - name: Perform CodeQL Analysis
-      uses: github/codeql-action/analyze@v1
+      uses: github/codeql-action/analyze@8775e868027fa230df8586bdf502bbd9b618a477 # v2.2.3


[cxf] 02/03: Bump maven-clean-plugin from 3.1.0 to 3.2.0 (#1125)

Posted by re...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

reta pushed a commit to branch 3.5.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit 94e609df496113a9866542d740415f00f85ae6e8
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Feb 9 07:34:33 2023 -0500

    Bump maven-clean-plugin from 3.1.0 to 3.2.0 (#1125)
    
    Bumps [maven-clean-plugin](https://github.com/apache/maven-clean-plugin) from 3.1.0 to 3.2.0.
    - [Release notes](https://github.com/apache/maven-clean-plugin/releases)
    - [Commits](https://github.com/apache/maven-clean-plugin/compare/maven-clean-plugin-3.1.0...maven-clean-plugin-3.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-clean-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c1f69bed3a..96493cc273 100644
--- a/pom.xml
+++ b/pom.xml
@@ -437,7 +437,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-clean-plugin</artifactId>
-                    <version>3.1.0</version>
+                    <version>3.2.0</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>


[cxf] 01/03: Bump maven-plugin-plugin from 3.6.2 to 3.7.1 (#1127)

Posted by re...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

reta pushed a commit to branch 3.5.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit 714da2d40c030dea09b84cf241d0f39f52e8f03b
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Feb 9 07:34:18 2023 -0500

    Bump maven-plugin-plugin from 3.6.2 to 3.7.1 (#1127)
    
    Bumps [maven-plugin-plugin](https://github.com/apache/maven-plugin-tools) from 3.6.2 to 3.7.1.
    - [Release notes](https://github.com/apache/maven-plugin-tools/releases)
    - [Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.6.2...maven-plugin-tools-3.7.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-plugin-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 56f5dff383..c1f69bed3a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -556,7 +556,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-plugin-plugin</artifactId>
-                    <version>3.6.0</version>
+                    <version>3.7.1</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>