Bump github/codeql-action from 2 to 3 by dependabot[bot] · Pull Request #1773 · gitpython-developers/GitPython
# 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 }} setup-python-dependencies: false
# ℹ️ Command-line programs to run using the OS shell. # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
- name: Perform CodeQL Analysis uses: github/codeql-action/analyze@v2 uses: github/codeql-action/analyze@v3 with: category: "/language:${{matrix.language}}"