mirror of
https://github.com/jellyfin/jellyfin-sdk-typescript.git
synced 2024-11-22 21:49:48 +00:00
Merge pull request #811 from jellyfin/renovate/ci-deps
Some checks are pending
Code quality / Lint (push) Waiting to run
Code quality / TypeScript Build (push) Waiting to run
CodeQL / Analyze (typescript) (push) Waiting to run
SDK Documentation Publish / Build Documentation (push) Waiting to run
SDK Documentation Publish / Deploy to GitHub Pages (push) Blocked by required conditions
SDK Unstable Branch / update (push) Waiting to run
Test / Test (push) Waiting to run
Some checks are pending
Code quality / Lint (push) Waiting to run
Code quality / TypeScript Build (push) Waiting to run
CodeQL / Analyze (typescript) (push) Waiting to run
SDK Documentation Publish / Build Documentation (push) Waiting to run
SDK Documentation Publish / Deploy to GitHub Pages (push) Blocked by required conditions
SDK Unstable Branch / update (push) Waiting to run
Test / Test (push) Waiting to run
This commit is contained in:
commit
1f38b44e0f
6
.github/workflows/codeql-analysis.yml
vendored
6
.github/workflows/codeql-analysis.yml
vendored
@ -23,13 +23,13 @@ jobs:
|
||||
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
|
||||
|
||||
- name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13
|
||||
uses: github/codeql-action/init@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
|
||||
with:
|
||||
languages: ${{ matrix.language }}
|
||||
queries: +security-extended
|
||||
|
||||
- name: Autobuild
|
||||
uses: github/codeql-action/autobuild@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13
|
||||
uses: github/codeql-action/autobuild@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
|
||||
|
||||
- name: Perform CodeQL Analysis
|
||||
uses: github/codeql-action/analyze@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13
|
||||
uses: github/codeql-action/analyze@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
|
||||
|
Loading…
Reference in New Issue
Block a user