Skip to content

Commit e276c95

Browse files
committed
Time to update the version of CodeQL Action used to v4; see https://github.blog/changelog/2025-10-28-upcoming-deprecation-of-codeql-action-v3/
1 parent 429c3e2 commit e276c95

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
./configure --with-modules=mod_case
5656
5757
- name: Initialize CodeQL
58-
uses: github/codeql-action/init@v3
58+
uses: github/codeql-action/init@v4
5959
with:
6060
languages: ${{ matrix.language }}
6161
config-file: proftpd-mod_case/.codeql.yml
@@ -67,7 +67,7 @@ jobs:
6767
make
6868
6969
- name: Perform CodeQL Analysis
70-
uses: github/codeql-action/analyze@v3
70+
uses: github/codeql-action/analyze@v4
7171
with:
7272
category: "/language:${{ matrix.language }}"
7373
checkout_path: proftpd-mod_case

0 commit comments

Comments
 (0)