Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Commit ca3768b

Browse files
Update README.md
1 parent 726791d commit ca3768b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757

5858
steps:
5959
- name: Checkout repository
60-
uses: actions/checkout@v2
60+
uses: actions/checkout@v3
6161

6262
# Initializes the CodeQL tools for scanning.
6363
- name: Initialize CodeQL
@@ -71,6 +71,8 @@ jobs:
7171

7272
- name: Perform CodeQL Analysis
7373
uses: github/codeql-action/analyze@v2
74+
with:
75+
category: "/language:${{matrix.language}}"
7476
```
7577
## License
7678

0 commit comments

Comments
 (0)