Skip to content

Commit 2fcf4e0

Browse files
chore(deps): update github/codeql-action action to v4
1 parent d0b73e0 commit 2fcf4e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@ jobs:
5757
- name: Checkout repository
5858
uses: actions/checkout@v6
5959
- name: Initialize CodeQL
60-
uses: github/codeql-action/init@v3
60+
uses: github/codeql-action/init@v4
6161
with:
6262
languages: python
6363
- name: Perform CodeQL Analysis
64-
uses: github/codeql-action/analyze@v3
64+
uses: github/codeql-action/analyze@v4
6565

6666
lint-check:
6767
name: Lint Check

0 commit comments

Comments
 (0)