Skip to content

Commit

Permalink
use codeql v2
Browse files Browse the repository at this point in the history
  • Loading branch information
rlespinasse committed Mar 28, 2023
1 parent 0ea4060 commit 917f110
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
analyse:
Expand All @@ -23,8 +24,8 @@ jobs:
language: ['javascript']
steps:
- uses: actions/checkout@v3
- 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

0 comments on commit 917f110

Please sign in to comment.