aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ci-codeql-analysis.yml
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2025-11-16 18:52:54 +0100
committerGitHub <noreply@github.com>2025-11-16 18:52:54 +0100
commitb8327dbc9fa8a0d2b3dbcfac5290cb8028d6f38d (patch)
treebd3c34e9552c910dd39d80ff8e063b7af4be623a /.github/workflows/ci-codeql-analysis.yml
parentd1722936c0a453c5b70bca96a8f148b11d2e0688 (diff)
parent931240a3f58df261c161c71768b6c805c1c6f659 (diff)
Merge pull request #15480 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.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci-codeql-analysis.yml b/.github/workflows/ci-codeql-analysis.yml
index 3cb35908b..8c5f85dd5 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@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
+ uses: github/codeql-action/init@014f16e7ab1402f30e7c3329d33797e7948572db # v4.31.3
with:
languages: ${{ matrix.language }}
queries: +security-extended
- name: Autobuild
- uses: github/codeql-action/autobuild@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
+ uses: github/codeql-action/autobuild@014f16e7ab1402f30e7c3329d33797e7948572db # v4.31.3
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
+ uses: github/codeql-action/analyze@014f16e7ab1402f30e7c3329d33797e7948572db # v4.31.3