diff options
| author | Bond-009 <bond.009@outlook.com> | 2024-04-16 12:04:49 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-16 12:04:49 +0200 |
| commit | c1fc80e85eb547311e6215dabe567678b8c5906b (patch) | |
| tree | 66a0f060b1ccd9bd01e36267f05209f54324fbe9 | |
| parent | ee24704c44bf29e5575456e9c35b0f4e5e576ff4 (diff) | |
| parent | e2a4dceb1d3a4801ba5197fc2117a1cbde6d1c55 (diff) | |
Merge pull request #11363 from jellyfin/renovate/ci-deps
chore(deps): update github/codeql-action action to v3.25.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 39fe6f1d2..2841ea2df 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@4355270be187e1b672a7a1c7c7bae5afdc1ab94a # v3.24.10 + uses: github/codeql-action/init@df5a14dc28094dc936e103b37d749c6628682b60 # v3.25.0 with: languages: ${{ matrix.language }} queries: +security-extended - name: Autobuild - uses: github/codeql-action/autobuild@4355270be187e1b672a7a1c7c7bae5afdc1ab94a # v3.24.10 + uses: github/codeql-action/autobuild@df5a14dc28094dc936e103b37d749c6628682b60 # v3.25.0 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@4355270be187e1b672a7a1c7c7bae5afdc1ab94a # v3.24.10 + uses: github/codeql-action/analyze@df5a14dc28094dc936e103b37d749c6628682b60 # v3.25.0 |
