mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2026-04-27 22:05:38 +00:00
Merge branch 'master' into feature/gueststars-in-tv-episodes
This commit is contained in:
commit
5336e33bff
6 changed files with 10 additions and 10 deletions
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
|
|
@ -28,7 +28,7 @@ jobs:
|
|||
run: python build.py
|
||||
|
||||
- name: Publish Build Artifact
|
||||
uses: actions/upload-artifact@v6.0.0
|
||||
uses: actions/upload-artifact@v7.0.0
|
||||
with:
|
||||
retention-days: 14
|
||||
name: py3-build-artifact
|
||||
|
|
|
|||
6
.github/workflows/codeql.yaml
vendored
6
.github/workflows/codeql.yaml
vendored
|
|
@ -21,7 +21,7 @@ jobs:
|
|||
uses: actions/checkout@v6.0.2
|
||||
|
||||
- name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@v4.32.2
|
||||
uses: github/codeql-action/init@v4.34.1
|
||||
with:
|
||||
languages: 'python'
|
||||
queries: +security-and-quality
|
||||
|
|
@ -32,7 +32,7 @@ jobs:
|
|||
python-version: 3.14
|
||||
|
||||
- name: Autobuild
|
||||
uses: github/codeql-action/autobuild@v4.32.2
|
||||
uses: github/codeql-action/autobuild@v4.34.1
|
||||
|
||||
- name: Perform CodeQL Analysis
|
||||
uses: github/codeql-action/analyze@v4.32.2
|
||||
uses: github/codeql-action/analyze@v4.34.1
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ jobs:
|
|||
steps:
|
||||
|
||||
- name: Update Draft
|
||||
uses: release-drafter/release-drafter@v6.2.0
|
||||
uses: release-drafter/release-drafter@v6.4.0
|
||||
id: draft
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.JF_BOT_TOKEN }}
|
||||
|
|
|
|||
4
.github/workflows/publish.yaml
vendored
4
.github/workflows/publish.yaml
vendored
|
|
@ -8,7 +8,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Update Draft
|
||||
uses: release-drafter/release-drafter@v6.2.0
|
||||
uses: release-drafter/release-drafter@v6.4.0
|
||||
with:
|
||||
publish: true
|
||||
env:
|
||||
|
|
@ -31,7 +31,7 @@ jobs:
|
|||
run: python build.py
|
||||
|
||||
- name: Publish Build Artifact
|
||||
uses: actions/upload-artifact@v6.0.0
|
||||
uses: actions/upload-artifact@v7.0.0
|
||||
with:
|
||||
retention-days: 14
|
||||
name: py3-build-artifact
|
||||
|
|
|
|||
2
.github/workflows/release-drafter.yaml
vendored
2
.github/workflows/release-drafter.yaml
vendored
|
|
@ -11,6 +11,6 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Update Release Draft
|
||||
uses: release-drafter/release-drafter@v6.2.0
|
||||
uses: release-drafter/release-drafter@v6.4.0
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.JF_BOT_TOKEN }}
|
||||
|
|
|
|||
4
.github/workflows/test.yaml
vendored
4
.github/workflows/test.yaml
vendored
|
|
@ -55,11 +55,11 @@ jobs:
|
|||
coverage report
|
||||
|
||||
- name: Upload coverage
|
||||
uses: codecov/codecov-action@v5.5.2
|
||||
uses: codecov/codecov-action@v5.5.3
|
||||
if: ${{ matrix.py_version == '3.11' }}
|
||||
|
||||
- name: Publish Test Artifact
|
||||
uses: actions/upload-artifact@v6.0.0
|
||||
uses: actions/upload-artifact@v7.0.0
|
||||
with:
|
||||
retention-days: 14
|
||||
name: ${{ matrix.py_version }}-${{ matrix.os }}-test-results
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue