Skip to content

Commit 351bfff

Browse files
update codeql action
1 parent f0140d5 commit 351bfff

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
analyze:
1111
name: Analyze
1212
runs-on: ubuntu-latest
13+
timeout-minutes: 360
1314
permissions:
1415
actions: read
1516
contents: read
@@ -34,3 +35,5 @@ jobs:
3435
uses: github/codeql-action/autobuild@v3
3536
- name: Perform CodeQL Analysis
3637
uses: github/codeql-action/analyze@v3
38+
with:
39+
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)