mirror of
https://github.com/Second-Hand-Friends/kleinanzeigen-bot.git
synced 2026-03-12 10:31:50 +01:00
ci: remove deprecated parameter
This commit is contained in:
3
.github/workflows/codeql-analysis.yml
vendored
3
.github/workflows/codeql-analysis.yml
vendored
@@ -70,10 +70,9 @@ jobs:
|
|||||||
|
|
||||||
|
|
||||||
- name: Initialize CodeQL
|
- name: Initialize CodeQL
|
||||||
uses: github/codeql-action/init@v3
|
uses: github/codeql-action/init@v3 # https://github.com/github/codeql-action/blob/main/init/action.yml
|
||||||
with:
|
with:
|
||||||
languages: python
|
languages: python
|
||||||
setup-python-dependencies: false
|
|
||||||
|
|
||||||
|
|
||||||
- name: Perform CodeQL Analysis
|
- name: Perform CodeQL Analysis
|
||||||
|
|||||||
Reference in New Issue
Block a user