You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@logging.apache.org by GitBox <gi...@apache.org> on 2022/08/01 19:46:39 UTC

[GitHub] [logging-log4j2] vy commented on a diff in pull request #985: Bump github/codeql-action from 2.1.16 to 2.1.17

vy commented on code in PR #985:
URL: https://github.com/apache/logging-log4j2/pull/985#discussion_r934858846


##########
.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.16

Review Comment:
   ```suggestion
           uses: github/codeql-action/init@0c670bbf0414f39666df6ce8e718ec5662c21e03    # 2.1.17
   ```



##########
.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.16

Review Comment:
   ```suggestion
           uses: github/codeql-action/upload-sarif@0c670bbf0414f39666df6ce8e718ec5662c21e03    # 2.1.17
   ```



##########
.github/workflows/codeql-analysis.yml:
##########
@@ -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.16

Review Comment:
   ```suggestion
           uses: github/codeql-action/analyze@0c670bbf0414f39666df6ce8e718ec5662c21e03    # 2.1.17
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@logging.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org