Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/ffecdfc18cbe4e97f6812f00ee97364c99fc5726
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
3 additions and
3 deletions
@ -27,11 +27,11 @@ jobs:
dotnet-version : '8.0.x'
- name : Initialize CodeQL
uses : github/codeql-action/init@ 29d86d22a34ea372b1bbf3b2dced2e25ca6b3384 # v3.26.1
uses : github/codeql-action/init@ 429e1977040da7a23b6822b13c129cd1ba93dbb2 # v3.26.2
with:
languages : ${{ matrix.language }}
queries : +security-extended
- name : Autobuild
uses : github/codeql-action/autobuild@ 29d86d22a34ea372b1bbf3b2dced2e25ca6b3384 # v3.26.1
uses : github/codeql-action/autobuild@ 429e1977040da7a23b6822b13c129cd1ba93dbb2 # v3.26.2
- name : Perform CodeQL Analysis
uses : github/codeql-action/analyze@ 29d86d22a34ea372b1bbf3b2dced2e25ca6b3384 # v3.26.1
uses : github/codeql-action/analyze@ 429e1977040da7a23b6822b13c129cd1ba93dbb2 # v3.26.2