We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1947438 commit 0612d96Copy full SHA for 0612d96
.github/workflows/codeql-actions.yaml
@@ -37,7 +37,7 @@ jobs:
37
uses: github/codeql-action/init@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
38
with:
39
languages: actions
40
- build-mode: autobuild
+ build-mode: none
41
42
- name: Perform CodeQL Analysis
43
uses: github/codeql-action/analyze@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
.github/workflows/codeql-javascript-typescript.yaml
@@ -51,7 +51,7 @@ jobs:
51
52
53
languages: javascript-typescript
54
55
56
57
0 commit comments