Skip to content

Commit

Permalink
configure codeql to skip the generated sourcemap
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwwarren committed Oct 24, 2024
1 parent 0a4482c commit 1587988
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/codeql/codeql-config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
paths-ignore:
- node_modules
- dist/sourcemap**
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
config-file: .github/codeql/codeql-config.yml
languages: 'javascript'

- name: Autobuild
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"@actions/core": "^1.11.1",
"@actions/github": "^5.1.1",
"isomorphic-fetch": "^3.0.0",
"jest-environment-jsdom": "^29.7.0",
"uuid": "^10.0.0"
},
"devDependencies": {
Expand All @@ -51,6 +50,7 @@
"eslint-plugin-github": "^4.10.2",
"eslint-plugin-jest": "^26.9.0",
"jest": "^29.0.0",
"jest-environment-jsdom": "^29.7.0",
"jest-jasmine2": "^29.0.0",
"js-yaml": "^4.1.0",
"prettier": "^2.8.8",
Expand Down

0 comments on commit 1587988

Please sign in to comment.