Bump version of CodeQL actions

Version 2 is deprecated.

Fixes #8537
Fixes #8536
This commit is contained in:
Kovid Goyal 2025-04-14 08:09:31 +05:30
parent e100d3f5dd
commit 5382fa8692
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -37,7 +37,7 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
languages: python, c
setup-python-dependencies: false
@ -46,4 +46,4 @@ jobs:
run: python3 .github/workflows/ci.py build
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3