diff options
| author | Bond-009 <bond.009@outlook.com> | 2026-06-05 18:30:23 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-05 18:30:23 +0200 |
| commit | 1a2db53710b4bec30ca066af030ebc55b904c61d (patch) | |
| tree | 1d9c90a7abebab334d59977d328520af42e7418e /.github/workflows | |
| parent | f4db44ffb3924fa597a01baf53a3df16cd073ea2 (diff) | |
| parent | 45e40d3b337f96191313a1ffba2e1d6aad99d439 (diff) | |
Merge pull request #17024 from jellyfin/renovate/ci-deps
Update CI dependencies to v4.36.2
Diffstat (limited to '.github/workflows')
| -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 12af9b8e0c..06a66bab53 100644 --- a/.github/workflows/ci-codeql-analysis.yml +++ b/.github/workflows/ci-codeql-analysis.yml @@ -32,13 +32,13 @@ jobs: dotnet-version: '10.0.x' - name: Initialize CodeQL - uses: github/codeql-action/init@87557b9c84dde89fdd9b10e88954ac2f4248e463 # v4.36.1 + uses: github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2 with: languages: ${{ matrix.language }} queries: +security-extended - name: Autobuild - uses: github/codeql-action/autobuild@87557b9c84dde89fdd9b10e88954ac2f4248e463 # v4.36.1 + uses: github/codeql-action/autobuild@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@87557b9c84dde89fdd9b10e88954ac2f4248e463 # v4.36.1 + uses: github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2 |
