We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52bcc32 commit 29bf39fCopy full SHA for 29bf39f
.github/workflows/ci.yml
@@ -154,6 +154,25 @@ jobs:
154
- name: Run Tests with coverage
155
run: npm run testonly:cover
156
157
+ codeql:
158
+ name: Run CodeQL security scan
159
+ runs-on: ubuntu-latest
160
+ permissions:
161
+ security-events: write
162
+ steps:
163
+ - name: Checkout repo
164
+ uses: actions/checkout@v3
165
+ with:
166
+ persist-credentials: false
167
+
168
+ - name: Initialize CodeQL
169
+ uses: github/codeql-action/init@v2
170
171
+ languages: 'javascript, typescript'
172
173
+ - name: Perform CodeQL analysis
174
+ uses: github/codeql-action/analyze@v2
175
176
build-npm-dist:
177
name: Build 'npmDist' artifact
178
runs-on: ubuntu-latest
0 commit comments