Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for tools (0.03 sec)

  1. codeql.yml

    m/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages L59: steps: L60: - name: Checkout repository L61: uses: actions/checkout@v4 L62: L63: # Initializes the CodeQL tools for scanning. L64: - name: Initialize CodeQL L65: uses: github/codeql-action/init@v3 L66: with: L67: languages: ${{ matrix.language }} L68: build-mode: ${{ matrix.build-mode }} L69: # If you wish to specify custom...
    github.com/codelibs/fess/.github/workflows/code...
    Wed Aug 14 23:51:19 UTC 2024
      4.4K bytes
Back to top