diff options
| author | Bond-009 <bond.009@outlook.com> | 2026-06-28 11:18:55 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-28 11:18:55 +0200 |
| commit | eee26e6fee058d223b61c70c58b41e29f4801c3a (patch) | |
| tree | 2c978ae979c20c07bb889a04aaa5a7278b4e6fcb /.github/workflows/ci-codeql-analysis.yml | |
| parent | fb07067f8f9beaffaa59230530c3772e0e0044b1 (diff) | |
| parent | dff84c849002070358629d0acff5e04c13d6dadb (diff) | |
Merge pull request #17176 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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci-codeql-analysis.yml b/.github/workflows/ci-codeql-analysis.yml index 06a66bab53..090630984b 100644 --- a/.github/workflows/ci-codeql-analysis.yml +++ b/.github/workflows/ci-codeql-analysis.yml @@ -27,7 +27,7 @@ jobs: uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: Setup .NET - uses: actions/setup-dotnet@9a946fdbd5fb07b82b2f5a4466058b876ab72bb2 # v5.3.0 + uses: actions/setup-dotnet@26b0ec14cb23fa6904739307f278c14f94c95bf1 # v5.4.0 with: dotnet-version: '10.0.x' |
