Skip to content

Commit 6cacfe2

Browse files
committed
ci: fix codeql config
Signed-off-by: Dmitry Kharitonov <[email protected]>
1 parent ebadc40 commit 6cacfe2

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,17 @@ jobs:
2929
strategy:
3030
fail-fast: false
3131
matrix:
32-
language: [ 'go', 'javascript' ]
32+
language: [ 'go', 'javascript-typescript' ]
3333
steps:
34-
- name: Checkout repo
35-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
36-
with:
37-
fetch-depth: 1
34+
- name: Checkout repository
35+
uses: actions/checkout@v4
3836
- name: Initialize CodeQL
39-
uses: github/codeql-action/init@e5f05b81d5b6ff8cfa111c80c22c5fd02a384118 # v3.23.0
37+
uses: github/codeql-action/init@v3
4038
with:
4139
languages: ${{ matrix.language }}
4240
- name: Autobuild
43-
uses: github/codeql-action/autobuild@e5f05b81d5b6ff8cfa111c80c22c5fd02a384118 # v3.23.0
41+
uses: github/codeql-action/autobuild@v3
4442
- name: Perform CodeQL Analysis
45-
uses: github/codeql-action/analyze@e5f05b81d5b6ff8cfa111c80c22c5fd02a384118 # v3.23.0
43+
uses: github/codeql-action/analyze@v3
44+
with:
45+
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)