sadpandajoe commented on code in PR #43791:
URL: https://github.com/apache/superset/pull/43791#discussion_r3912996883


##########
.github/workflows/codeql-analysis.yml:
##########
@@ -78,6 +78,6 @@ jobs:
           # queries: security-extended,security-and-quality
 
       - name: Perform CodeQL Analysis
-        uses: 
github/codeql-action/analyze@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4.37.8
+        uses: 
github/codeql-action/analyze@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9

Review Comment:
   This leaves `analyze` on v4.37.9 while `init` remains on v4.37.8, so a merge 
before the companion init bump can make CodeQL fail its version/config 
compatibility check on every code-changing PR. Could these two action pins be 
updated atomically (and grouped in Dependabot) so master never has a mixed pair?



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to