Skip to content

Commit 28cd29f

Browse files
committed
👷 update CodeQL workflow
1 parent e088e98 commit 28cd29f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ jobs:
1818
matrix:
1919
language: [ 'python' ]
2020
steps:
21-
- name: Checkout repository
22-
uses: actions/checkout@v4
23-
- name: Initialize CodeQL
24-
uses: github/codeql-action/init@v2
25-
with:
26-
languages: ${{ matrix.language }}
27-
- name: Perform CodeQL Analysis
28-
uses: github/codeql-action/analyze@v2
21+
- name: Checkout repository
22+
uses: actions/checkout@v4
23+
- name: Initialize CodeQL
24+
uses: github/codeql-action/init@v3
25+
with:
26+
languages: ${{ matrix.language }}
27+
- name: Perform CodeQL Analysis
28+
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)