diff options
| author | Bond-009 <bond.009@outlook.com> | 2024-10-22 22:00:38 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-22 22:00:38 +0200 |
| commit | 6f3d9688cfa68a0a4a023e14d29d9add3a17a301 (patch) | |
| tree | 6f3b21f7768b48aeff050b657df174f19a2f23cd | |
| parent | f9ad453317ab40ce9f43d6980b41d215ce03528c (diff) | |
| parent | 5cc49d25c4bd224ff453012828b502d3bde31696 (diff) | |
Merge pull request #12863 from jellyfin/renovate/ci-deps
Update github/codeql-action action to v3.27.0
| -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 7970cb52b..6ec21dc84 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@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13 + uses: github/codeql-action/init@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0 with: languages: ${{ matrix.language }} queries: +security-extended - name: Autobuild - uses: github/codeql-action/autobuild@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13 + uses: github/codeql-action/autobuild@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13 + uses: github/codeql-action/analyze@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0 |
