From 3f669903765b099043e0a19a20d48412a3bfa659 Mon Sep 17 00:00:00 2001 From: Nicolas Mora Date: Mon, 4 Mar 2024 17:54:43 -0500 Subject: [PATCH] Upgrade codeql to v3 --- .github/workflows/codeql-analysis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index ecd20240..abeb2f23 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: # We must fetch at least the immediate parents so that if this is # a pull request then we can checkout the head. @@ -49,7 +49,7 @@ jobs: sudo make install rm -rf * - name: Initialize CodeQL - uses: github/codeql-action/init@v1 + uses: github/codeql-action/init@v3 - run: | # prepare build folders mkdir build @@ -68,4 +68,4 @@ jobs: make - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v1 + uses: github/codeql-action/analyze@v3