We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c1e94e commit fd084cdCopy full SHA for fd084cd
.github/workflows/codeql-analysis.yml
@@ -42,7 +42,7 @@ jobs:
42
uses: actions/checkout@v3
43
44
- name: Initialize CodeQL
45
- uses: github/codeql-action/init@v2
+ uses: github/codeql-action/init@v3
46
with:
47
languages: ${{ matrix.language }}
48
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -55,4 +55,4 @@ jobs:
55
- run: rm -rf dist # We want code scanning to analyze lib instead (individual .js files)
56
57
- name: Perform CodeQL Analysis
58
- uses: github/codeql-action/analyze@v2
+ uses: github/codeql-action/analyze@v3
0 commit comments