Skip to content

Commit e299194

Browse files
committed
uh
1 parent 924f7ce commit e299194

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/codeql.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ jobs:
2424
- name: Checkout Repository
2525
uses: actions/checkout@v4
2626

27-
- name: Set up Python 3.13
27+
- name: Set up Python
2828
id: setup-python
2929
uses: actions/setup-python@v5
3030
with:
31-
python-version: '3.13'
31+
python-version: '3.x'
3232

3333
- name: Cache Dependencies
3434
id: cache-pip
@@ -48,7 +48,6 @@ jobs:
4848
uses: github/codeql-action/init@v3
4949
with:
5050
languages: python
51-
setup-python-dependencies: false
5251

5352
- name: Perform CodeQL Analysis
5453
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)