Skip to content

Commit f41b8f8

Browse files
committed
1 parent e4afb16 commit f41b8f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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_proxy_protocol
5656
5757
- name: Initialize CodeQL
58-
uses: github/codeql-action/init@v2
58+
uses: github/codeql-action/init@v3
5959
with:
6060
languages: ${{ matrix.language }}
6161
config-file: proftpd-mod_proxy_protocol/.codeql.yml
@@ -67,7 +67,7 @@ jobs:
6767
make
6868
6969
- name: Perform CodeQL Analysis
70-
uses: github/codeql-action/analyze@v2
70+
uses: github/codeql-action/analyze@v3
7171
with:
7272
category: "/language:${{ matrix.language }}"
7373
checkout_path: proftpd-mod_proxy_protocol

0 commit comments

Comments
 (0)