Skip to content

Commit ca2b523

Browse files
Update codeql.yml
1 parent 56cdb69 commit ca2b523

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,10 @@
1-
# For most projects, this workflow file will not need changing; you simply need
2-
# to commit it to your repository.
3-
#
4-
# You may wish to alter this file to override the set of languages analyzed,
5-
# or to provide custom queries or build logic.
6-
#
7-
# ******** NOTE ********
8-
# We have attempted to detect the languages in your repository. Please check
9-
# the `language` matrix defined below to confirm you have the correct set of
10-
# supported CodeQL languages.
11-
#
121
name: "CodeQL"
132

143
on:
154
push:
165
branches: [ "main" ]
176
pull_request:
187
branches: [ "main" ]
19-
schedule:
20-
- cron: '15 14 * * 6'
218

229
jobs:
2310
analyze:
@@ -85,8 +72,8 @@ jobs:
8572
- if: matrix.build-mode == 'manual'
8673
shell: bash
8774
run: |
88-
npm install
8975
node ./github/workflows/libmongocrypt.mjs
76+
npm install
9077
npm run prebuild
9178
9279
- name: Perform CodeQL Analysis

0 commit comments

Comments
 (0)