Skip to content

Commit

Permalink
Merge b5de223 into 3e872e0
Browse files Browse the repository at this point in the history
  • Loading branch information
arlac77 committed Dec 13, 2023
2 parents 3e872e0 + b5de223 commit 3ca560d
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@v2
uses: github/codeql-action/init@v3
with:
languages: javascript
- uses: actions/setup-node@v4
Expand All @@ -27,4 +27,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 3ca560d

Please sign in to comment.