Skip to content

Commit 0d0861c

Browse files
authored
Update codeql-security.yml
1 parent 0cfd2ca commit 0d0861c

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/codeql-security.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,14 @@ jobs:
1313
security-events: write
1414
actions: read
1515
steps:
16-
- uses: actions/checkout@v4
16+
- name: Checkout repository
17+
uses: actions/checkout@v4
18+
1719
- name: Initialize CodeQL
1820
uses: github/codeql-action/init@v3
1921
with:
20-
languages: rust,python
22+
languages: rust, python
2123
config-file: .github/codeql/mechmind-config.yml
22-
- name: Analyze
24+
25+
- name: Perform CodeQL Analysis
2326
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)