Skip to content

Commit

Permalink
Update codeql
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Mamontov committed May 16, 2022
1 parent f9865b2 commit 1227433
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ jobs:
language: [ 'python' ]
steps:
- uses: actions/checkout@v2
- uses: github/codeql-action/init@v1
- uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
- uses: github/codeql-action/autobuild@v1
- uses: github/codeql-action/analyze@v1
- uses: github/codeql-action/autobuild@v2
- uses: github/codeql-action/analyze@v2

hassfest:
runs-on: "ubuntu-latest"
Expand Down

0 comments on commit 1227433

Please sign in to comment.