diff options
| author | Bond-009 <bond.009@outlook.com> | 2025-05-02 14:56:44 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-02 14:56:44 +0200 |
| commit | e5c40ea98d2bde04b6714788e9e0fc3bf4765b0b (patch) | |
| tree | d49012ee1d84f6d37e039b74b55b820261d95e4a | |
| parent | b4a58ee13ae7b64883099e83bcc9c9ee9eb26ceb (diff) | |
| parent | 2803d4941b0bba6c350cc294c9215994aaeb14d2 (diff) | |
Merge pull request #14046 from jellyfin/renovate/ci-deps
Update github/codeql-action action to v3.28.17
| -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 60254af71..060b477b4 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@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16 + uses: github/codeql-action/init@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17 with: languages: ${{ matrix.language }} queries: +security-extended - name: Autobuild - uses: github/codeql-action/autobuild@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16 + uses: github/codeql-action/autobuild@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16 + uses: github/codeql-action/analyze@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17 |
