Skip to content

Commit

Permalink
chore: add github/codeql-action/init@v3 (jobs.analyze.steps.uses)
Browse files Browse the repository at this point in the history
chore: add github/codeql-action/analyze@v3 (jobs.analyze.steps.uses)
  • Loading branch information
arlac77 committed Dec 13, 2023
1 parent 220a1c6 commit f93725e
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 @@ -16,7 +16,7 @@ jobs:
- run: git checkout
if: ${{ github.event_name == 'pull_request' }}
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
languages: javascript
- uses: actions/setup-node@v4
Expand All @@ -25,4 +25,4 @@ jobs:
cache: npm
- run: npm ci
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3

0 comments on commit f93725e

Please sign in to comment.