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/08/17 09:43:15 UTC

[logging-log4j2] branch release-2.x updated: Bump github/codeql-action from 2.1.17 to 2.1.18 (#993)

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 4ed4d281ff Bump github/codeql-action from 2.1.17 to 2.1.18 (#993)
4ed4d281ff is described below

commit 4ed4d281ff5775ba4cd5bdf3c61854cc6fab8657
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Aug 17 11:43:09 2022 +0200

    Bump github/codeql-action from 2.1.17 to 2.1.18 (#993)
    
    * Bump github/codeql-action from 2.1.17 to 2.1.18
    
    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.1.17 to 2.1.18.
    - [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/0c670bbf0414f39666df6ce8e718ec5662c21e03...2ca79b6fa8d3ec278944088b4aa5f46912db5d63)
    
    ---
    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>
    
    * Update version in comments.
    
    * Update version in comments.
    
    * Update version in comments.
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
    Co-authored-by: Volkan Yazıcı <vo...@yazi.ci>
---
 .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 ff046f6f6e..1c75a734bb 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@0c670bbf0414f39666df6ce8e718ec5662c21e03    # 2.1.17
+        uses: github/codeql-action/init@2ca79b6fa8d3ec278944088b4aa5f46912db5d63    # 2.1.18
         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@0c670bbf0414f39666df6ce8e718ec5662c21e03    # 2.1.17
+        uses: github/codeql-action/analyze@2ca79b6fa8d3ec278944088b4aa5f46912db5d63    # 2.1.18
diff --git a/.github/workflows/scorecards-analysis.yml b/.github/workflows/scorecards-analysis.yml
index 5480b0f997..869b37ac1a 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@0c670bbf0414f39666df6ce8e718ec5662c21e03    # 2.1.17
+        uses: github/codeql-action/upload-sarif@2ca79b6fa8d3ec278944088b4aa5f46912db5d63    # 2.1.18
         with:
           sarif_file: results.sarif