mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-12-25 18:26:15 +00:00
Merge pull request #891 from jellyfin/renovate/github-codeql-action-3.x
Update github/codeql-action action to v3.25.13
This commit is contained in:
commit
0b3212df89
1 changed files with 3 additions and 3 deletions
6
.github/workflows/codeql.yaml
vendored
6
.github/workflows/codeql.yaml
vendored
|
@ -21,7 +21,7 @@ jobs:
|
|||
uses: actions/checkout@v4.1.7
|
||||
|
||||
- name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@v3.25.12
|
||||
uses: github/codeql-action/init@v3.25.13
|
||||
with:
|
||||
languages: 'python'
|
||||
queries: +security-and-quality
|
||||
|
@ -32,7 +32,7 @@ jobs:
|
|||
python-version: 3.9
|
||||
|
||||
- name: Autobuild
|
||||
uses: github/codeql-action/autobuild@v3.25.12
|
||||
uses: github/codeql-action/autobuild@v3.25.13
|
||||
|
||||
- name: Perform CodeQL Analysis
|
||||
uses: github/codeql-action/analyze@v3.25.12
|
||||
uses: github/codeql-action/analyze@v3.25.13
|
||||
|
|
Loading…
Reference in a new issue