mirror of
https://github.com/znc/znc.git
synced 2026-08-08 09:52:55 +02:00
Merge pull request #1981 from znc/dependabot/github_actions/github/codeql-action-4
Bump github/codeql-action from 3 to 4
This commit is contained in:
@@ -34,7 +34,7 @@ jobs:
|
||||
sudo apt-get install -y qtbase5-dev
|
||||
|
||||
- name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@v3
|
||||
uses: github/codeql-action/init@v4
|
||||
with:
|
||||
languages: ${{ matrix.language }}
|
||||
|
||||
@@ -43,6 +43,6 @@ jobs:
|
||||
ZNC_QT_VER: "5"
|
||||
|
||||
- name: Perform CodeQL Analysis
|
||||
uses: github/codeql-action/analyze@v3
|
||||
uses: github/codeql-action/analyze@v4
|
||||
with:
|
||||
category: "/language:${{matrix.language}}"
|
||||
|
||||
Reference in New Issue
Block a user