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

github-bot pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/2.x by this push:
     new 4dae6245dd Bump github/codeql-action from 2.3.0 to 2.3.1 (#1451)
4dae6245dd is described below

commit 4dae6245dd28abeec1d2018ee2d15f8ed90ecb94
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Apr 27 22:52:28 2023 +0000

    Bump github/codeql-action from 2.3.0 to 2.3.1 (#1451)
    
    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 
2.3.0 to 2.3.1.
    - [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/b2c19fb9a2a485599ccf4ed5d65527d94bc57226...8662eabe0e9f338a07350b7fd050732745f93848)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 .github/workflows/codeql-analysis.yml     | 4 ++--
 .github/workflows/scorecards-analysis.yml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/codeql-analysis.yml 
b/.github/workflows/codeql-analysis.yml
index ebacb01c58..6a8c0b991b 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -52,7 +52,7 @@ jobs:
 
       # Initializes the CodeQL tools for scanning.
       - name: Initialize CodeQL
-        uses: 
github/codeql-action/init@b2c19fb9a2a485599ccf4ed5d65527d94bc57226    # 2.3.0
+        uses: 
github/codeql-action/init@8662eabe0e9f338a07350b7fd050732745f93848    # 2.3.1
         with:
           languages: ${{ matrix.language }}
           # If you wish to specify custom queries, you can do so here or in a 
config file.
@@ -82,4 +82,4 @@ jobs:
           -DskipTests
 
       - name: Perform CodeQL Analysis
-        uses: 
github/codeql-action/analyze@b2c19fb9a2a485599ccf4ed5d65527d94bc57226    # 2.3.0
+        uses: 
github/codeql-action/analyze@8662eabe0e9f338a07350b7fd050732745f93848    # 2.3.1
diff --git a/.github/workflows/scorecards-analysis.yml 
b/.github/workflows/scorecards-analysis.yml
index bf3d164d62..0218bce5f4 100644
--- a/.github/workflows/scorecards-analysis.yml
+++ b/.github/workflows/scorecards-analysis.yml
@@ -65,6 +65,6 @@ jobs:
           retention-days: 5
 
       - name: "Upload to code-scanning"
-        uses: 
github/codeql-action/upload-sarif@b2c19fb9a2a485599ccf4ed5d65527d94bc57226    # 
2.1.22
+        uses: 
github/codeql-action/upload-sarif@8662eabe0e9f338a07350b7fd050732745f93848    # 
2.1.22
         with:
           sarif_file: results.sarif

Reply via email to