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

mattjuntunen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-configuration.git

commit 6ce330e889f6708669481e1211d9fa63fa9f18ee
Author: Matt Juntunen <mattjuntu...@apache.org>
AuthorDate: Thu May 5 00:07:04 2022 -0400

    bump codeql-action from v1 to v2
---
 .github/workflows/codeql-analysis.yml | 6 +++---
 src/changes/changes.xml               | 3 +++
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/codeql-analysis.yml 
b/.github/workflows/codeql-analysis.yml
index 2bf11204..0067a012 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -46,7 +46,7 @@ jobs:
 
     # Initializes the CodeQL tools for scanning.
     - name: Initialize CodeQL
-      uses: github/codeql-action/init@v1
+      uses: github/codeql-action/init@v2
       with:
         languages: ${{ matrix.language }}
         # If you wish to specify custom queries, you can do so here or in a 
config file.
@@ -57,7 +57,7 @@ jobs:
     # Autobuild attempts to build any compiled languages  (C/C++, C#, or Java).
     # If this step fails, then you should remove it and run the build manually 
(see below)
     - name: Autobuild
-      uses: github/codeql-action/autobuild@v1
+      uses: github/codeql-action/autobuild@v2
 
     # ℹī¸ Command-line programs to run using the OS shell.
     # 📚 https://git.io/JvXDl
@@ -71,4 +71,4 @@ jobs:
     #   make release
 
     - name: Perform CodeQL Analysis
-      uses: github/codeql-action/analyze@v1
+      uses: github/codeql-action/analyze@v2
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 67a208e7..4b572b66 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -84,6 +84,9 @@
          Add ImmutableConfiguration.getDuration() methods.
        </action>       
        <!-- UPDATES -->
+       <action type="update" dev="mattjuntunen" due-to="Dependabot, Matt 
Juntunen">
+         Bump codeql-action from v1 to v2.
+       </action>
        <action type="update" dev="mattjuntunen" due-to="Dependabot, Matt 
Juntunen">
          Bump Spring dependency versions:
          org.springframework:spring-beans 5.3.18 -> 5.3.19

Reply via email to