You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows-doc.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ test-build-deploy.yml specifies a workflow that runs all Cortex continuous integ
19
19
| test | Runs units tests on Cassandra testing framework. | CI |
20
20
| integration-configs-db | Integration tests for database configurations. | CI |
21
21
| integration | Runs integration tests after upgrading golang, pulling necessary docker images and downloading necessary module dependencies. | CI |
22
-
| Security/CodeQL | CodeQL is a semantic code analysis engine used for automating security checks, enabling developers to write and run queries to identify vulnerabilities and improve code security | CI
22
+
| Security/CodeQL | CodeQL is a semantic code analysis engine used for automating security checks to improve code security. | CI |
23
23
| build | Builds and saves an up-to-date Cortex image and website. | CI |
24
24
| deploy_website | Deploys the latest version of Cortex website to gh-pages branch. Triggered within workflow. | CD |
25
25
| deploy | Deploys the latest Cortex image. | CD |
0 commit comments