Upgrade CodeQL action versions to v4 (as v3 is deprecated)

ihalatci-patch-1
ibrahim halatci 2025-11-17 15:53:28 +03:00 committed by GitHub
parent 4e47293f9f
commit 94b11b9bfc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
uses: github/codeql-action/init@v4
with:
languages: ${{ matrix.language }}
@ -75,4 +75,4 @@ jobs:
sudo make install-all
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
uses: github/codeql-action/analyze@v4