Skip to content

Commit 6b3cac1

Browse files
committed
Try GitHub CodeQL
1 parent 95d308e commit 6b3cac1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci-branch.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,9 @@ jobs:
1414
needs: [ checks ]
1515
uses: ./.github/workflows/publish-local.yml
1616
secrets: inherit
17+
18+
codeql:
19+
uses: ./.github/workflows/run-codeql.yml
20+
permissions:
21+
security-events: write
22+
packages: read

.github/workflows/run-checks.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@ jobs:
77
build-project:
88
uses: ./.github/workflows/run-build-project.yml
99

10-
codeql:
11-
uses: ./.github/workflows/run-codeql.yml
12-
permissions:
13-
security-events: write
14-
packages: read
15-
1610
build-website:
1711
needs: [ build-project ]
1812
uses: ./.github/workflows/run-build-website.yml

0 commit comments

Comments
 (0)