GEODE-10433: remove concourse ci checks (#7875)

diff --git a/.asf.yaml b/.asf.yaml
index a80149f..70f3ceb 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -37,14 +37,11 @@
         strict: false
         # contexts are the names of checks that must pass
         contexts:
-          - concourse-ci/api-check-test-openjdk11
-          - concourse-ci/build
-          - concourse-ci/unit-test-openjdk11
-          - concourse-ci/unit-test-openjdk8
-          - "LGTM analysis: Java"
-          - "LGTM analysis: Python"
-          - "LGTM analysis: JavaScript"
-
+          - "Analyze (java)"
+          - "Analyze (javascript)"
+          - "Analyze (python)"
+          - "Analyze (go)"
+          - CodeQL
       required_pull_request_reviews:
         dismiss_stale_reviews: false
         require_code_owner_reviews: true