Skip to content

Commit

Permalink
Merge pull request #891 from jellyfin/renovate/github-codeql-action-3.x
Browse files Browse the repository at this point in the history
Update github/codeql-action action to v3.25.13
  • Loading branch information
oddstr13 committed Jul 22, 2024
2 parents 40ee9cf + b0f4fd6 commit 0b3212d
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/[email protected].12
uses: github/codeql-action/[email protected].13
with:
languages: 'python'
queries: +security-and-quality
Expand All @@ -32,7 +32,7 @@ jobs:
python-version: 3.9

- name: Autobuild
uses: github/codeql-action/[email protected].12
uses: github/codeql-action/[email protected].13

- name: Perform CodeQL Analysis
uses: github/codeql-action/[email protected].12
uses: github/codeql-action/[email protected].13

0 comments on commit 0b3212d

Please sign in to comment.