Skip to content

Commit

Permalink
Remove "runs" YAML tags from .github/workflows/codeql.yml
Browse files Browse the repository at this point in the history
This was causing the CodeQL GitHub Action not to run properly.

Signed-off-by: Bob Yantosca <[email protected]>
  • Loading branch information
yantosca committed Feb 1, 2024
1 parent 8106df7 commit af5846f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,3 @@ jobs:
uses: github/codeql-action/analyze@v2
with:
category: "/language:${{matrix.language}}"

# Use Node.js version 20 to avoid deprecation warnings
runs:
using: 'node20'
main: 'main.js'

0 comments on commit af5846f

Please sign in to comment.