Skip to content

Commit

Permalink
chore: add github/codeql-action/init@v2 (jobs.analyze.steps.uses)
Browse files Browse the repository at this point in the history
chore: add github/codeql-action/analyze@v2 (jobs.analyze.steps.uses)
  • Loading branch information
arlac77 committed Apr 25, 2022
1 parent 9f5303e commit a68d740
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- run: git checkout
if: ${{ github.event_name == 'pull_request' }}
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
uses: github/codeql-action/init@v2
with:
languages: javascript
- uses: actions/setup-node@v3.1.1
Expand All @@ -27,4 +27,4 @@ jobs:
cache: npm
- run: npm install
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1
uses: github/codeql-action/analyze@v2

0 comments on commit a68d740

Please sign in to comment.