Skip to content

Commit

Permalink
Merge pull request #822 from jellyfin/renovate/github-codeql-action-3.x
Browse files Browse the repository at this point in the history
chore(deps): update github/codeql-action action to v3.25.8
  • Loading branch information
oddstr13 authored Jun 10, 2024
2 parents 7f81aa0 + 14faf22 commit 54c5db5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/[email protected]

- name: Initialize CodeQL
uses: github/codeql-action/init@v3.24.0
uses: github/codeql-action/init@v3.25.8
with:
languages: 'python'
queries: +security-and-quality
Expand All @@ -32,7 +32,7 @@ jobs:
python-version: 3.9

- name: Autobuild
uses: github/codeql-action/autobuild@v3.24.0
uses: github/codeql-action/autobuild@v3.25.8

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3.24.0
uses: github/codeql-action/analyze@v3.25.8

0 comments on commit 54c5db5

Please sign in to comment.