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

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


The following commit(s) were added to refs/heads/master by this push:
     new 8ee4f67d0e Codeql updates (#11978)
8ee4f67d0e is described below

commit 8ee4f67d0ea9e1630ea3a5503b13368d7dd0dc4e
Author: Evan Zelkowitz <[email protected]>
AuthorDate: Wed Jan 22 08:51:59 2025 -0700

    Codeql updates (#11978)
    
    * Update codeql.yml
    
    * Update codeql.yml
---
 .github/workflows/codeql.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index acf9dc38d1..efc00f8ff4 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -36,14 +36,14 @@ jobs:
 
     steps:
     - name: Checkout repository
-      uses: actions/checkout@v3
+      uses: actions/checkout@v4
     - name: Install dependencies
       run: |
         sudo apt update
-        sudo apt install libmagick++-dev libncurses-dev libpcre2-dev 
libbrotli-dev libluajit-5.1-dev luajit libjansson-dev libcjose-dev 
libmaxminddb-dev libgeoip-dev ninja-build
+        sudo apt install libmagick++-dev libncurses-dev libpcre2-dev 
libbrotli-dev libluajit-5.1-dev luajit libjansson-dev libcjose-dev 
libmaxminddb-dev libgeoip-dev ninja-build cmake libpcre3-dev
     # Initializes the CodeQL tools for scanning.
     - name: Initialize CodeQL
-      uses: github/codeql-action/init@v2
+      uses: github/codeql-action/init@v3
       with:
         languages: ${{ matrix.language }}
         # If you wish to specify custom queries, you can do so here or in a 
config file.
@@ -70,6 +70,6 @@ jobs:
          cmake -B build --preset ci
          cmake --build build -v
     - name: Perform CodeQL Analysis
-      uses: github/codeql-action/analyze@v2
+      uses: github/codeql-action/analyze@v3
       with:
         category: "/language:${{matrix.language}}"

Reply via email to