Skip to content

Commit

Permalink
Merge pull request #896 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.26.0
  • Loading branch information
oddstr13 committed Aug 9, 2024
2 parents 51528e9 + 211006f commit b7c2f59
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/checkout@v4.1.7

- name: Initialize CodeQL
uses: github/codeql-action/init@v3.25.13
uses: github/codeql-action/init@v3.26.0
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.25.13
uses: github/codeql-action/autobuild@v3.26.0

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3.25.13
uses: github/codeql-action/analyze@v3.26.0

0 comments on commit b7c2f59

Please sign in to comment.