From 8293693f87bfdc7230494b271242221f38aad53e Mon Sep 17 00:00:00 2001 From: root Date: Wed, 14 Aug 2024 19:27:01 +0000 Subject: [PATCH] Updating GitHub Code Scanning Workflows --- .github/workflows/codeql-analysis-python.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql-analysis-python.yaml b/.github/workflows/codeql-analysis-python.yaml index fa48ca5..cbcf519 100644 --- a/.github/workflows/codeql-analysis-python.yaml +++ b/.github/workflows/codeql-analysis-python.yaml @@ -27,11 +27,11 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 # 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 }} queries: security-extended # security-and-quality @@ -40,7 +40,7 @@ jobs: # Prefix the list here with "+" to use these queries and those in the config file. - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v2 + uses: github/codeql-action/analyze@v3 with: category: "/language:${{matrix.language}}"