mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #6191 from jellyfin/ci-fix
This commit is contained in:
commit
9a192c7e5c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pull_request.yml
vendored
2
.github/workflows/pull_request.yml
vendored
|
@ -43,7 +43,7 @@ jobs:
|
||||||
uses: ./.github/workflows/__quality_checks.yml
|
uses: ./.github/workflows/__quality_checks.yml
|
||||||
permissions: {}
|
permissions: {}
|
||||||
with:
|
with:
|
||||||
commit: ${{ github.event.pull_request.head.ref }}
|
commit: ${{ github.event.pull_request.head.sha }}
|
||||||
|
|
||||||
codeql:
|
codeql:
|
||||||
name: GitHub CodeQL 🔬
|
name: GitHub CodeQL 🔬
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue