Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/33c253268eb3c2c17ca5412903df6c49746b4d4d?style=unified&whitespace=show-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
4 additions and
4 deletions
@ -27,11 +27,11 @@ jobs:
dotnet-version : '8.0.x'
- name : Initialize CodeQL
uses : github/codeql-action/init@ 4f3212b61783c3c68e8309a0f18a699764811cda # v3.27.1
uses : github/codeql-action/init@ ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
with:
languages : ${{ matrix.language }}
queries : +security-extended
- name : Autobuild
uses : github/codeql-action/autobuild@ 4f3212b61783c3c68e8309a0f18a699764811cda # v3.27.1
uses : github/codeql-action/autobuild@ ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
- name : Perform CodeQL Analysis
uses : github/codeql-action/analyze@ 4f3212b61783c3c68e8309a0f18a699764811cda # v3.27.1
uses : github/codeql-action/analyze@ ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
@ -34,7 +34,7 @@ jobs:
--verbosity minimal
- name : Merge code coverage results
uses : danielpalme/ReportGenerator-GitHub-Action@ 62f9e70ab348d56eee76d446b4db903a85ab0ea8 # v5.3.1 1
uses : danielpalme/ReportGenerator-GitHub-Action@ 810356ce07a94200154301fb73d878e327b2dd58 # v5.4. 1
with:
reports : "**/coverage.cobertura.xml"
targetdir : "merged/"