CI: Bump versions of the deprecated github actions to the latest

This commit is contained in:
pagedown 2023-02-11 20:33:29 +08:00
parent 3c7df680cf
commit d1e54a1d3b
No known key found for this signature in database
GPG key ID: E921CF18AC8FF6EB
2 changed files with 8 additions and 8 deletions

View file

@ -39,11 +39,11 @@ jobs:
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: python, c
languages: python, c, go
setup-python-dependencies: false
- name: Build kitty
run: python3 .github/workflows/ci.py build
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1
uses: github/codeql-action/analyze@v2