Skip to content

Commit 78aa444

Browse files
authored
[🚑️][CI]: Fix issues with github/codeql-action (#83)
1 parent 8f9bb71 commit 78aa444

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,16 @@ jobs:
1919
matrix:
2020
language:
2121
- javascript
22-
- typescript
2322
steps:
2423
- uses: actions/checkout@v4
2524

2625
- name: "🎬 Initialize CodeQL"
27-
uses: github/codeql-action/init@v2
26+
uses: github/codeql-action/init@v3
2827
with:
2928
languages: ${{ matrix.language }}
3029

3130
- name: "🏗️ Autobuild"
32-
uses: github/codeql-action/autobuild@v2
31+
uses: github/codeql-action/autobuild@v3
3332

3433
- name: "🧐 Perform CodeQL Analysis"
35-
uses: github/codeql-action/analyze@v2
34+
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)