We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edb692d commit 9e79d58Copy full SHA for 9e79d58
.github/workflows/codeql-analysis.yml
@@ -15,9 +15,9 @@ jobs:
15
16
# Initializes the CodeQL tools for scanning.
17
- name: Initialize CodeQL
18
- uses: github/codeql-action/init@v3
+ uses: github/codeql-action/init@v4
19
with:
20
languages: typescript
21
22
- name: Perform CodeQL Analysis
23
- uses: github/codeql-action/analyze@v3
+ uses: github/codeql-action/analyze@v4
0 commit comments