Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/84bbe86fd2b9877df7a130ce183e4105ac822010?style=unified&whitespace=show-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
3 changed files with
5 additions and
5 deletions
@ -27,11 +27,11 @@ jobs:
dotnet-version : '8.0.x'
- name : Initialize CodeQL
uses : github/codeql-action/init@ 2c779ab0d087cd7fe7b826087247c2c81f27bfa6 # v3.26.5
uses : github/codeql-action/init@ 4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3.26.6
with:
languages : ${{ matrix.language }}
queries : +security-extended
- name : Autobuild
uses : github/codeql-action/autobuild@ 2c779ab0d087cd7fe7b826087247c2c81f27bfa6 # v3.26.5
uses : github/codeql-action/autobuild@ 4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3.26.6
- name : Perform CodeQL Analysis
uses : github/codeql-action/analyze@ 2c779ab0d087cd7fe7b826087247c2c81f27bfa6 # v3.26.5
uses : github/codeql-action/analyze@ 4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3.26.6
@ -132,7 +132,7 @@ jobs:
with:
repository : jellyfin/jellyfin-triage-script
- name : install python
uses : actions/setup-python@ 39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
uses : actions/setup-python@ f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
with:
python-version : '3.12'
cache : 'pip'
@ -14,7 +14,7 @@ jobs:
with:
repository : jellyfin/jellyfin-triage-script
- name : install python
uses : actions/setup-python@ 39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
uses : actions/setup-python@ f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
with:
python-version : '3.12'
cache : 'pip'