Skip to content

Commit

Permalink
Fix: correct invalid syntax in CodeQL (#2140)
Browse files Browse the repository at this point in the history
  • Loading branch information
thekaveman authored Jun 6, 2024
2 parents d5a2114 + fec172b commit 5a3e2db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
name: CodeQL Analyze
runs-on: ubuntu-latest
needs: setup
if: ${{ fromJSON(needs.setup.outputs.languages) != [] }}
if: ${{ needs.setup.outputs.languages != "[]" }}
permissions:
actions: read
contents: read
Expand Down

0 comments on commit 5a3e2db

Please sign in to comment.