Skip to content

Commit

Permalink
CI: guard against empty language array for CodeQL runs (#2137)
Browse files Browse the repository at this point in the history
  • Loading branch information
thekaveman authored Jun 5, 2024
2 parents a9a6493 + b5b561e commit d5a2114
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
name: CodeQL Analyze
runs-on: ubuntu-latest
needs: setup
if: ${{ fromJSON(needs.setup.outputs.languages) != [] }}
permissions:
actions: read
contents: read
Expand Down

0 comments on commit d5a2114

Please sign in to comment.