◐ Shell
clean mode source ↗

Bump github/codeql-action from 3 to 4 by dependabot[bot] · Pull Request #2076 · gitpython-developers/GitPython

Expand Up @@ -57,7 +57,7 @@ jobs:
# Initializes the CodeQL tools for scanning. - name: Initialize CodeQL uses: github/codeql-action/init@v3 uses: github/codeql-action/init@v4 with: languages: ${{ matrix.language }} build-mode: ${{ matrix.build-mode }} Expand Down Expand Up @@ -85,6 +85,6 @@ jobs: exit 1
- name: Perform CodeQL Analysis uses: github/codeql-action/analyze@v3 uses: github/codeql-action/analyze@v4 with: category: "/language:${{matrix.language}}"