diff options
| author | Bond-009 <bond.009@outlook.com> | 2024-08-19 23:41:17 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-19 23:41:17 +0200 |
| commit | 98e5f560668d05bda0b69a95e44a7c67e1b47413 (patch) | |
| tree | 6c4c845671cce25c7b8ed81a694f98cd13aabbf5 | |
| parent | 4c23f380766a34dabf207d2b5e0526c9d92f898e (diff) | |
| parent | e0d7b30a5ee32b33087193b1dd5efecb1d477c1f (diff) | |
Merge pull request #12473 from jellyfin/renovate/ci-deps
Update github/codeql-action action to v3.26.3
| -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 2ca68e5f2..9c2737ee0 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@429e1977040da7a23b6822b13c129cd1ba93dbb2 # v3.26.2 + uses: github/codeql-action/init@883d8588e56d1753a8a58c1c86e88976f0c23449 # v3.26.3 with: languages: ${{ matrix.language }} queries: +security-extended - name: Autobuild - uses: github/codeql-action/autobuild@429e1977040da7a23b6822b13c129cd1ba93dbb2 # v3.26.2 + uses: github/codeql-action/autobuild@883d8588e56d1753a8a58c1c86e88976f0c23449 # v3.26.3 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@429e1977040da7a23b6822b13c129cd1ba93dbb2 # v3.26.2 + uses: github/codeql-action/analyze@883d8588e56d1753a8a58c1c86e88976f0c23449 # v3.26.3 |
