There was an error while loading. Please reload this page.
1 parent 2b8f2d0 commit be5bb8dCopy full SHA for be5bb8d
.github/workflows/codeql-analysis.yml
@@ -29,8 +29,8 @@ jobs:
29
git config --global user.email "npm-cli+bot@github.com"
30
git config --global user.name "npm CLI robot"
31
- name: Initialize CodeQL
32
- uses: github/codeql-action/init@v2
+ uses: github/codeql-action/init@v3
33
with:
34
languages: javascript
35
- name: Perform CodeQL Analysis
36
- uses: github/codeql-action/analyze@v2
+ uses: github/codeql-action/analyze@v3
0 commit comments