Skip to content

Commit

Permalink
Enable javascript in codeql for workload scanning
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-innis committed Dec 1, 2023
1 parent 264e628 commit 499fa0d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
permissions:
actions: read # github/codeql-action/init@v2
security-events: write # github/codeql-action/init@v2

strategy:
fail-fast: false
matrix:
language: [ 'go' ]

language:
- go
- javascript
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: ./.github/actions/install-deps
Expand Down

0 comments on commit 499fa0d

Please sign in to comment.