diff options
| author | Bond-009 <bond.009@outlook.com> | 2023-04-06 16:21:58 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-06 16:21:58 +0200 |
| commit | 869b30e08ba7c7f49893b838de9fd623510b6a3f (patch) | |
| tree | 6ce0dd3744b7162a86d0f1a20e1e1a555bd39925 | |
| parent | f9a61b10e5e3b3fac4e00f840d17cd5a9813962c (diff) | |
| parent | f794003a3a485a5c6e03499e5f67d69318a9a7d6 (diff) | |
Merge pull request #9598 from jellyfin/renovate/ci-deps
| -rw-r--r-- | .github/workflows/codeql-analysis.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 73aafe273..f7fef8e80 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -27,11 +27,11 @@ jobs: dotnet-version: '7.0.x' - name: Initialize CodeQL - uses: github/codeql-action/init@04df1262e6247151b5ac09cd2c303ac36ad3f62b # v2.2.9 + uses: github/codeql-action/init@8c8d71dde4abced210732d8486586914b97752e8 # v2.2.10 with: languages: ${{ matrix.language }} queries: +security-extended - name: Autobuild - uses: github/codeql-action/autobuild@04df1262e6247151b5ac09cd2c303ac36ad3f62b # v2.2.9 + uses: github/codeql-action/autobuild@8c8d71dde4abced210732d8486586914b97752e8 # v2.2.10 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@04df1262e6247151b5ac09cd2c303ac36ad3f62b # v2.2.9 + uses: github/codeql-action/analyze@8c8d71dde4abced210732d8486586914b97752e8 # v2.2.10 |
