Skip to content

Commit

Permalink
chore(deps): update github/codeql-action action to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and spali committed Jun 1, 2022
1 parent 025a399 commit 7938c6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
with:
fetch-depth: 0
- name: Initialize
uses: github/codeql-action/init@v1
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
- name: Autobuild
uses: github/codeql-action/autobuild@v1
uses: github/codeql-action/autobuild@v2
- name: Analysis
uses: github/codeql-action/analyze@v1
uses: github/codeql-action/analyze@v2

0 comments on commit 7938c6a

Please sign in to comment.