Skip to content

Commit 83e09aa

Browse files
committed
correct codeql-analysis.yml
1 parent 89412e0 commit 83e09aa

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,10 @@ jobs:
4141
# queries: ./path/to/local/query, your-org/your-repo/queries@main
4242

4343
- name: Set up Python
44-
uses: actions/setup-python@v2
45-
with:
46-
python-version: '3.8'
44+
uses: actions/setup-python@v2
45+
with:
46+
python-version: '3.8'
47+
4748
- uses: Gr1N/setup-poetry@v7
4849
- run: pip install poetry-dynamic-versioning
4950
- run: poetry install

0 commit comments

Comments
 (0)