You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juneau.apache.org by gg...@apache.org on 2023/06/23 21:29:09 UTC

[juneau] branch master updated: Update codeql-analysis to 2.20.1

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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/juneau.git


The following commit(s) were added to refs/heads/master by this push:
     new 25a2b0f5d Update codeql-analysis to 2.20.1
25a2b0f5d is described below

commit 25a2b0f5d7c6c523d1cfebcb87a2b66502cfb55a
Author: Gary Gregory <ga...@users.noreply.github.com>
AuthorDate: Fri Jun 23 17:29:05 2023 -0400

    Update codeql-analysis to 2.20.1
---
 .github/workflows/codeql-analysis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index c6ef75ad0..24d61cd09 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -48,7 +48,7 @@ jobs:
 
     # Initializes the CodeQL tools for scanning.
     - name: Initialize CodeQL
-      uses: github/codeql-action/init@v2.13.4
+      uses: github/codeql-action/init@v2.20.1
       with:
         languages: ${{ matrix.language }}
         # If you wish to specify custom queries, you can do so here or in a config file.