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 54c1e214b3 Bump github/codeql-action from 2.2.12 to 2.3.0 (#1443)
54c1e214b3 is described below

commit 54c1e214b33efd4637a78a06c986e087f44162a0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Apr 24 11:56:13 2023 +0000

    Bump github/codeql-action from 2.2.12 to 2.3.0 (#1443)
    
    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 
2.2.12 to 2.3.0.
    - [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/7df0ce34898d659f95c0c4a09eaa8d4e32ee64db...b2c19fb9a2a485599ccf4ed5d65527d94bc57226)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    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 b77d9621ed..ebacb01c58 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@7df0ce34898d659f95c0c4a09eaa8d4e32ee64db    # 2.2.12
+        uses: 
github/codeql-action/init@b2c19fb9a2a485599ccf4ed5d65527d94bc57226    # 2.3.0
         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@7df0ce34898d659f95c0c4a09eaa8d4e32ee64db    # 
2.2.12
+        uses: 
github/codeql-action/analyze@b2c19fb9a2a485599ccf4ed5d65527d94bc57226    # 2.3.0
diff --git a/.github/workflows/scorecards-analysis.yml 
b/.github/workflows/scorecards-analysis.yml
index eb9a339ed2..bf3d164d62 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@7df0ce34898d659f95c0c4a09eaa8d4e32ee64db    # 
2.1.22
+        uses: 
github/codeql-action/upload-sarif@b2c19fb9a2a485599ccf4ed5d65527d94bc57226    # 
2.1.22
         with:
           sarif_file: results.sarif

Reply via email to