Explorar el Código

cicd: upgrade codeql

jamesread hace 2 años
padre
commit
290a2ec91b
Se han modificado 1 ficheros con 4 adiciones y 2 borrados
  1. 4 2
      .github/workflows/codeql-analysis.yml

+ 4 - 2
.github/workflows/codeql-analysis.yml

@@ -46,9 +46,11 @@ jobs:
 
       # 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 }}
 
       - name: Perform CodeQL Analysis
-        uses: github/codeql-action/analyze@v2
+        uses: github/codeql-action/analyze@v3
+        with:
+          category: "/language:${{matrix.language}}"