From 26269c43668b4028ee09a463b09cf10c6fb24743 Mon Sep 17 00:00:00 2001 From: Ryan West Date: Tue, 23 Jan 2024 18:20:21 -0800 Subject: [PATCH] Fixing formatting Signed-off-by: Ryan West --- .github/workflows-doc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows-doc.md b/.github/workflows-doc.md index 9287a7c159..5d245f99a3 100644 --- a/.github/workflows-doc.md +++ b/.github/workflows-doc.md @@ -19,7 +19,7 @@ test-build-deploy.yml specifies a workflow that runs all Cortex continuous integ | test | Runs units tests on Cassandra testing framework. | CI | | integration-configs-db | Integration tests for database configurations. | CI | | integration | Runs integration tests after upgrading golang, pulling necessary docker images and downloading necessary module dependencies. | CI | -| Security/CodeQL | CodeQL is a semantic code analysis engine used for automating security checks to improve code security. | CI | +| Security/CodeQL | CodeQL is a semantic code analysis engine used for automating security checks. | CI | | build | Builds and saves an up-to-date Cortex image and website. | CI | | deploy_website | Deploys the latest version of Cortex website to gh-pages branch. Triggered within workflow. | CD | | deploy | Deploys the latest Cortex image. | CD |