Skip to content

Commit

Permalink
Override language for SAST scan
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisBAshton committed May 29, 2024
1 parent b2db751 commit afe7f92
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ jobs:
uses: alphagov/govuk-infrastructure/.github/workflows/codeql-analysis.yml@main
permissions:
security-events: write
strategy:
matrix:
# Override automatic language detection as the job was for some reason detecting
# Ruby and then failing to scan. See https://github.com/alphagov/govuk-browser-extension/actions/runs/8876065845/job/24366823308?pr=196
language: ["javascript-typescript"]
with:
target: ${{ matrix.language }}

dependency-review:
name: Dependency Review scan
Expand Down

0 comments on commit afe7f92

Please sign in to comment.