Skip to content

Commit bf583b3

Browse files
docs(codeql): Hinweis zu deaktiviertem Default Setup
1 parent 5e04c11 commit bf583b3

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/codeql.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: codeql
22

3+
# NOTE: This workflow is an "advanced configuration". GitHub CodeQL "default setup"
4+
# must be set to "not-configured" for this repository, otherwise SARIF uploads will fail.
5+
36
on:
47
push:
58
branches: ["main"]
@@ -61,4 +64,3 @@ jobs:
6164
uses: github/codeql-action/analyze@f5c2471be782132e47a6e6f9c725e56730d6e9a3 # v3
6265
with:
6366
category: "/language:${{ matrix.language }}"
64-

0 commit comments

Comments
 (0)