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 f40c66b6ba Bump github/codeql-action from 2.1.16 to 2.1.17 (#985)
f40c66b6ba is described below

commit f40c66b6ba6ffe613e51042867577e25f2ba074e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 1 21:47:07 2022 +0200

    Bump github/codeql-action from 2.1.16 to 2.1.17 (#985)
    
    * Bump github/codeql-action from 2.1.16 to 2.1.17
    
    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 
2.1.16 to 2.1.17.
    - [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/3e7e3b32d0fb8283594bb0a76cc60a00918b0969...0c670bbf0414f39666df6ce8e718ec5662c21e03)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Update .github/workflows/codeql-analysis.yml
    
    * Update .github/workflows/scorecards-analysis.yml
    
    * Update .github/workflows/codeql-analysis.yml
    
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Volkan Yazıcı <[email protected]>
---
 .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 7ce10f87fd..ff046f6f6e 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@3e7e3b32d0fb8283594bb0a76cc60a00918b0969    # 2.1.16
+        uses: 
github/codeql-action/init@0c670bbf0414f39666df6ce8e718ec5662c21e03    # 2.1.17
         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@3e7e3b32d0fb8283594bb0a76cc60a00918b0969    # 
2.1.16
+        uses: 
github/codeql-action/analyze@0c670bbf0414f39666df6ce8e718ec5662c21e03    # 
2.1.17
diff --git a/.github/workflows/scorecards-analysis.yml 
b/.github/workflows/scorecards-analysis.yml
index 00d18d1488..5480b0f997 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@3e7e3b32d0fb8283594bb0a76cc60a00918b0969    # 
2.1.16
+        uses: 
github/codeql-action/upload-sarif@0c670bbf0414f39666df6ce8e718ec5662c21e03    # 
2.1.17
         with:
           sarif_file: results.sarif

Reply via email to