mirror of
https://github.com/Second-Hand-Friends/kleinanzeigen-bot.git
synced 2026-03-12 02:31:45 +01:00
ci(deps): bump github/codeql-action from 3 to 4 (#638)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
4
.github/workflows/codeql-analysis.yml
vendored
4
.github/workflows/codeql-analysis.yml
vendored
@@ -83,10 +83,10 @@ jobs:
|
|||||||
|
|
||||||
|
|
||||||
- name: Initialize CodeQL
|
- name: Initialize CodeQL
|
||||||
uses: github/codeql-action/init@v3 # https://github.com/github/codeql-action/blob/main/init/action.yml
|
uses: github/codeql-action/init@v4 # https://github.com/github/codeql-action/blob/main/init/action.yml
|
||||||
with:
|
with:
|
||||||
languages: python
|
languages: python
|
||||||
|
|
||||||
|
|
||||||
- name: Perform CodeQL Analysis
|
- name: Perform CodeQL Analysis
|
||||||
uses: github/codeql-action/analyze@v3 # https://github.com/github/codeql-action
|
uses: github/codeql-action/analyze@v4 # https://github.com/github/codeql-action
|
||||||
|
|||||||
Reference in New Issue
Block a user