diff options
| author | Bond-009 <bond.009@outlook.com> | 2025-10-10 17:50:15 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-10 17:50:15 +0200 |
| commit | 001f1c43771352c9fd60b84af8a14756d162284c (patch) | |
| tree | 7bbb6a292ee21c8dd689219f4b245ad1aae58c85 /.github/workflows/ci-codeql-analysis.yml | |
| parent | 9ef3706b4440706735b223d0173b5fff54bee21c (diff) | |
| parent | 8ab1fecb70b5dd8175f124223a1a41f8974bbb9b (diff) | |
Merge pull request #14954 from jellyfin/renovate/ci-deps
Update CI dependencies
Diffstat (limited to '.github/workflows/ci-codeql-analysis.yml')
| -rw-r--r-- | .github/workflows/ci-codeql-analysis.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci-codeql-analysis.yml b/.github/workflows/ci-codeql-analysis.yml index 6bbbbd2a8b..3981d22261 100644 --- a/.github/workflows/ci-codeql-analysis.yml +++ b/.github/workflows/ci-codeql-analysis.yml @@ -27,11 +27,11 @@ jobs: dotnet-version: '9.0.x' - name: Initialize CodeQL - uses: github/codeql-action/init@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.30.6 + uses: github/codeql-action/init@a8d1ac45b9a34d11fe398d5503176af0d06b303e # v3.30.7 with: languages: ${{ matrix.language }} queries: +security-extended - name: Autobuild - uses: github/codeql-action/autobuild@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.30.6 + uses: github/codeql-action/autobuild@a8d1ac45b9a34d11fe398d5503176af0d06b303e # v3.30.7 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.30.6 + uses: github/codeql-action/analyze@a8d1ac45b9a34d11fe398d5503176af0d06b303e # v3.30.7 |
