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
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