Merge branch 'dependabot/github_actions/actions-8abaa2cbc6' of https://github.com/kovidgoyal/kitty

This commit is contained in:
Kovid Goyal 2026-05-18 10:00:24 +05:30
commit 7a6538ee56
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -54,7 +54,7 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v4.35.3
uses: github/codeql-action/init@v4.35.4
with:
languages: ${{ matrix.language }}
trap-caching: false
@ -64,7 +64,7 @@ jobs:
run: python3 .github/workflows/ci.py build
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4.35.3
uses: github/codeql-action/analyze@v4.35.4
- name: Run govulncheck
if: matrix.language == 'go'