diff options
| author | Bond-009 <bond.009@outlook.com> | 2024-11-24 13:32:55 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-24 13:32:55 +0100 |
| commit | cd6f52a29f91e7485de70acb02f152cb1e964f60 (patch) | |
| tree | 0e54d1fed586fa1cbaa57641874f0767495d1fa9 /.github/workflows/ci-codeql-analysis.yml | |
| parent | 06c603428bceccdb793eb34cc0340e25552d6c1d (diff) | |
| parent | f932c4efa742c9f82d6d3cb2757ad3b9e7148f24 (diff) | |
Merge pull request #13056 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 e6993d39d..81be3882a 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@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4 + uses: github/codeql-action/init@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5 with: languages: ${{ matrix.language }} queries: +security-extended - name: Autobuild - uses: github/codeql-action/autobuild@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4 + uses: github/codeql-action/autobuild@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4 + uses: github/codeql-action/analyze@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5 |
