mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-10-09 02:12:04 +00:00
Merge 0e7155493e
into c2664029e5
This commit is contained in:
commit
6f4bb09e0d
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@v5.0.0
|
uses: actions/checkout@v5.0.0
|
||||||
|
|
||||||
- name: Initialize CodeQL
|
- name: Initialize CodeQL
|
||||||
uses: github/codeql-action/init@v3.30.3
|
uses: github/codeql-action/init@v3.30.7
|
||||||
with:
|
with:
|
||||||
languages: 'python'
|
languages: 'python'
|
||||||
queries: +security-and-quality
|
queries: +security-and-quality
|
||||||
|
@ -32,7 +32,7 @@ jobs:
|
||||||
python-version: 3.13
|
python-version: 3.13
|
||||||
|
|
||||||
- name: Autobuild
|
- name: Autobuild
|
||||||
uses: github/codeql-action/autobuild@v3.30.3
|
uses: github/codeql-action/autobuild@v3.30.7
|
||||||
|
|
||||||
- name: Perform CodeQL Analysis
|
- name: Perform CodeQL Analysis
|
||||||
uses: github/codeql-action/analyze@v3.30.3
|
uses: github/codeql-action/analyze@v3.30.7
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue