diff options
| author | Bond-009 <bond.009@outlook.com> | 2024-06-30 13:56:15 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-30 13:56:15 +0200 |
| commit | 64b6805ec3854057337d438c223ccb208d41d892 (patch) | |
| tree | 609bb8c63f5a43f60853e612ab39990d83013e02 /.github/workflows/ci-codeql-analysis.yml | |
| parent | 79e9fe112cbe53e63123a0d0ece09f88ac158286 (diff) | |
| parent | a9800e8ff0fbf8bae861db6da099c5893c55f1a1 (diff) | |
Merge pull request #12189 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 | 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 7891f7f5a..0458f5745 100644 --- a/.github/workflows/ci-codeql-analysis.yml +++ b/.github/workflows/ci-codeql-analysis.yml @@ -27,11 +27,11 @@ jobs: dotnet-version: '8.0.x' - name: Initialize CodeQL - uses: github/codeql-action/init@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3.25.10 + uses: github/codeql-action/init@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11 with: languages: ${{ matrix.language }} queries: +security-extended - name: Autobuild - uses: github/codeql-action/autobuild@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3.25.10 + uses: github/codeql-action/autobuild@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3.25.10 + uses: github/codeql-action/analyze@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11 |
