diff options
| author | Bond-009 <bond.009@outlook.com> | 2024-12-21 12:08:34 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-21 12:08:34 +0100 |
| commit | 00163ce167a5e4444e8f7116526f1e4b0013663c (patch) | |
| tree | c1cd923307d4b3f2ea2ea1488288a23225993310 | |
| parent | c4d44198007be4cfd48fcf5ff4d06d9b8f0cb75c (diff) | |
| parent | 87612ef20dbc087ef6e93e52056a4f570b4d6ae0 (diff) | |
Merge pull request #13258 from jellyfin/renovate/ci-deps
| -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 e35396936..23f80f2c6 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@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9 + uses: github/codeql-action/init@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0 with: languages: ${{ matrix.language }} queries: +security-extended - name: Autobuild - uses: github/codeql-action/autobuild@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9 + uses: github/codeql-action/autobuild@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9 + uses: github/codeql-action/analyze@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0 |
