You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by vy...@apache.org on 2022/07/25 20:28:14 UTC

[logging-log4j2] branch release-2.x updated: Update CodeQL to 2.1.16, the earlier fix was wrong.

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

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


The following commit(s) were added to refs/heads/release-2.x by this push:
     new 05c1c55697 Update CodeQL to 2.1.16, the earlier fix was wrong.
05c1c55697 is described below

commit 05c1c55697cf02e41609f0d7e90c534d3b27fec9
Author: Volkan Yazıcı <vo...@yazi.ci>
AuthorDate: Mon Jul 25 22:28:31 2022 +0200

    Update CodeQL to 2.1.16, the earlier fix was wrong.
---
 .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 ead09d7226..7ce10f87fd 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -49,7 +49,7 @@ jobs:
 
       # Initializes the CodeQL tools for scanning.
       - name: Initialize CodeQL
-        uses: github/codeql-action/init@d8c9c723a57c026c525f404cf42aa0575f3f0bd8    # 2.10.1
+        uses: github/codeql-action/init@3e7e3b32d0fb8283594bb0a76cc60a00918b0969    # 2.1.16
         with:
           languages: ${{ matrix.language }}
           # If you wish to specify custom queries, you can do so here or in a config file.
@@ -89,4 +89,4 @@ jobs:
           --global-toolchains ".github/workflows/maven-toolchains.xml"
 
       - name: Perform CodeQL Analysis
-        uses: github/codeql-action/analyze@d8c9c723a57c026c525f404cf42aa0575f3f0bd8    # 2.10.1
+        uses: github/codeql-action/analyze@3e7e3b32d0fb8283594bb0a76cc60a00918b0969    # 2.1.16
diff --git a/.github/workflows/scorecards-analysis.yml b/.github/workflows/scorecards-analysis.yml
index ea8614bf21..00d18d1488 100644
--- a/.github/workflows/scorecards-analysis.yml
+++ b/.github/workflows/scorecards-analysis.yml
@@ -62,6 +62,6 @@ jobs:
           retention-days: 5
 
       - name: "Upload to code-scanning"
-        uses: github/codeql-action/upload-sarif@d8c9c723a57c026c525f404cf42aa0575f3f0bd8    # 2.10.1
+        uses: github/codeql-action/upload-sarif@3e7e3b32d0fb8283594bb0a76cc60a00918b0969    # 2.1.16
         with:
           sarif_file: results.sarif