diff options
| author | Niels van Velzen <nielsvanvelzen@users.noreply.github.com> | 2025-09-26 21:39:16 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-26 21:39:16 +0200 |
| commit | f9ead9615cf8463e28f255c6f515b8c29cb1cf37 (patch) | |
| tree | a3a79267eeb726b1dc87d6d2d9022db931938bb7 | |
| parent | 93af2d6f67407925c771e0536270b6f6d474e325 (diff) | |
| parent | 027c91949da61583750e0fa45179b33452ab43ac (diff) | |
Merge pull request #14855 from jellyfin/renovate/ci-deps
Update CI dependencies
| -rw-r--r-- | .github/workflows/ci-codeql-analysis.yml | 6 | ||||
| -rw-r--r-- | .github/workflows/ci-tests.yml | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/ci-codeql-analysis.yml b/.github/workflows/ci-codeql-analysis.yml index 8ccb7e1a6..89d59e4c4 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@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3 + uses: github/codeql-action/init@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5 with: languages: ${{ matrix.language }} queries: +security-extended - name: Autobuild - uses: github/codeql-action/autobuild@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3 + uses: github/codeql-action/autobuild@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3 + uses: github/codeql-action/analyze@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5 diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 10cc6af3a..f2cf967e9 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -35,7 +35,7 @@ jobs: --verbosity minimal - name: Merge code coverage results - uses: danielpalme/ReportGenerator-GitHub-Action@18e0cd4c1bebd0c8b3978b380a6a4ea61c51178e # v5.4.15 + uses: danielpalme/ReportGenerator-GitHub-Action@1978db745da4a573ca4baa2d0f67175df51a148c # v5.4.16 with: reports: "**/coverage.cobertura.xml" targetdir: "merged/" |
