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 5a554e7 commit 352228aCopy full SHA for 352228a
.github/workflows/codeql-analysis.yml
@@ -48,4 +48,5 @@ jobs:
48
run: npm run build
49
50
- name: Perform CodeQL Analysis
51
- uses: github/codeql-action/analyze@v2
+ uses: github/codeql-action/analyze@v3
52
+
package.json
@@ -35,7 +35,6 @@
35
"prepublishOnly": "npm run build && npm test",
36
"lint": "eslint src --ext .ts",
37
"format": "prettier --write \"src/**/*.ts\"",
38
- "postinstall": "snyk monitor --all-projects",
39
"snyk": "snyk test --all-projects",
40
"snyk:monitor": "snyk monitor --all-projects",
41
"snyk:wizard": "snyk wizard",
0 commit comments