Skip to content

Commit 2f8ab97

Browse files
Fix for the Codeql-analysis.yml workflow failure (#299)
* Update codeql-analysis.yml * Update codeql-analysis.yml * Update codeql-analysis.yml * Update codeql-analysis.yml
1 parent 9d3be76 commit 2f8ab97

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ jobs:
1313
name: CodeQL analysis
1414
uses: actions/reusable-workflows/.github/workflows/codeql-analysis.yml@main
1515
with:
16-
languages: "['python']"
16+
languages: '["python"]'
17+

0 commit comments

Comments
 (0)