Skip to content

Commit

Permalink
Merge pull request #4191 from alphagov/PP-12211_Correct_CodeQL_config
Browse files Browse the repository at this point in the history
PP-12211 Update CodeQL config
  • Loading branch information
james-peacock-gds authored Mar 7, 2024
2 parents 0aaee69 + 2877784 commit 76605a6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
paths:
- 'app/**'
- 'test/**'
push:
branches: [ "master" ]
schedule:
# Weekly schedule
- cron: '43 7 * * 1'
Expand All @@ -31,6 +33,10 @@ jobs:
with:
# CodeQL options: [ 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'swift' ]
languages: 'javascript-typescript'
config: |
paths:
- 'app/**'
- 'test/**'
- name: Parse Node version
id: parse-node-version
Expand Down

0 comments on commit 76605a6

Please sign in to comment.