Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/4aa1f127ecc1760880c4f68fa7f0928032743ca6
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 : '7.0.x'
- name : Initialize CodeQL
uses : github/codeql-action/init@ 0116bc2df50751f9724a2e35ef1f24d22f90e4e1 # v2.22.3
uses : github/codeql-action/init@ 49abf0ba24d0b7953cb586944e918a0b92074c80 # v2.22.4
with:
languages : ${{ matrix.language }}
queries : +security-extended
- name : Autobuild
uses : github/codeql-action/autobuild@ 0116bc2df50751f9724a2e35ef1f24d22f90e4e1 # v2.22.3
uses : github/codeql-action/autobuild@ 49abf0ba24d0b7953cb586944e918a0b92074c80 # v2.22.4
- name : Perform CodeQL Analysis
uses : github/codeql-action/analyze@ 0116bc2df50751f9724a2e35ef1f24d22f90e4e1 # v2.22.3
uses : github/codeql-action/analyze@ 49abf0ba24d0b7953cb586944e918a0b92074c80 # v2.22.4