Skip to content

Commit

Permalink
Fix for the Codeql-analysis.yml workflow failure (#299)
Browse files Browse the repository at this point in the history
* Update codeql-analysis.yml

* Update codeql-analysis.yml

* Update codeql-analysis.yml

* Update codeql-analysis.yml
  • Loading branch information
aparnajyothi-y authored Jul 25, 2024
1 parent 9d3be76 commit 2f8ab97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ jobs:
name: CodeQL analysis
uses: actions/reusable-workflows/.github/workflows/codeql-analysis.yml@main
with:
languages: "['python']"
languages: '["python"]'

0 comments on commit 2f8ab97

Please sign in to comment.