Skip to content

Commit

Permalink
Merge pull request #360 from jellyfin/dependabot/github_actions/githu…
Browse files Browse the repository at this point in the history
…b/codeql-action-2

Bump github/codeql-action from 1 to 2
  • Loading branch information
thornbill authored Apr 26, 2022
2 parents 9fb747a + e7e2a93 commit af35dcf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ jobs:
uses: actions/checkout@v3

- name: Initialize CodeQL
uses: github/codeql-action/init@v1
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
queries: +security-extended

- name: Autobuild
uses: github/codeql-action/autobuild@v1
uses: github/codeql-action/autobuild@v2

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1
uses: github/codeql-action/analyze@v2

0 comments on commit af35dcf

Please sign in to comment.