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 95d308e commit 6b3cac1Copy full SHA for 6b3cac1
.github/workflows/ci-branch.yml
@@ -14,3 +14,9 @@ jobs:
14
needs: [ checks ]
15
uses: ./.github/workflows/publish-local.yml
16
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
@@ -7,12 +7,6 @@ jobs:
7
build-project:
8
uses: ./.github/workflows/run-build-project.yml
9
10
- codeql:
11
- uses: ./.github/workflows/run-codeql.yml
12
- permissions:
13
- security-events: write
- packages: read
-
build-website:
needs: [ build-project ]
uses: ./.github/workflows/run-build-website.yml
0 commit comments