Skip to content

Commit fde3aa4

Browse files
Fix CodeQL languages configuration in Security Analysis job
Co-authored-by: morningstarxcdcode <205398826+morningstarxcdcode@users.noreply.github.com>
1 parent 23c1334 commit fde3aa4

File tree

2 files changed

+2040
-1
lines changed

2 files changed

+2040
-1
lines changed

.github/workflows/fortress-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
- name: Initialize CodeQL
113113
uses: github/codeql-action/init@v3
114114
with:
115-
languages: javascript, python
115+
languages: javascript,python
116116
queries: security-extended
117117

118118
- name: Perform CodeQL Analysis

0 commit comments

Comments
 (0)