diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 9d94d9fae..ef070bf35 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -17,6 +17,8 @@ jobs: strategy: fail-fast: false + matrix: + language: [ 'actions', 'go' ] runs-on: ubuntu-latest # windows-latest and ubuntu-latest are supported. macos-latest is not supported at this time. @@ -26,6 +28,8 @@ jobs: - name: Initialize CodeQL uses: github/codeql-action/init@v3 + with: + languages: ${{ matrix.language }} - name: Perform CodeQL Analysis uses: github/codeql-action/analyze@v3