9797            'your code, for example:' 
9898          echo '  make bootstrap' 
9999          echo '  make release' 
100-           exit 1 
101100
102101       - name : Perform CodeQL Analysis 
103102        uses : github/codeql-action/analyze@v3 
@@ -124,44 +123,19 @@ jobs:
124123      matrix :
125124        include :
126125          - language : javascript-typescript 
127-             build-mode : manual 
126+             build-mode : autobuild 
128127
129128    steps :
130129      - name : Checkout repository 
131130        uses : actions/checkout@v4 
132131
133-       #  Add any setup steps before running the `github/codeql-action/init` action.
134-       #  This includes steps like installing compilers or runtimes (`actions/setup-node`
135-       #  or others). This is typically only required for manual builds.
136-       #  - name: Setup runtime (example)
137-       #    uses: actions/setup-example@v1
138- 
139-       #  Initializes the CodeQL tools for scanning.
140- 
141-       - name : Checkout 
142-         uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 
143-         with :
144-           fetch-depth : 0  #  Important for versioning extension to work correctly
145-       - name : Mustache Specs 
146-         run : | 
147-           git submodule update --init --recursive 
148-        - name : Set up JDK 11 
149-         uses : actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 
150-         with :
151-           java-version : 11 
152-           distribution : " temurin" 
153-           cache : maven 
154-       - name : Install 
155-         run : mvn clean install -DskipTests --batch-mode --no-transfer-progress 
156-         env :
157-           BUILD_PORT : 0 
158-           BUILD_SECURE_PORT : 0 
159-       - name : Build 
160-         run : mvn clean package --batch-mode --no-transfer-progress 
161-         env :
162-           BUILD_PORT : 0 
163-           BUILD_SECURE_PORT : 0 
132+           #  Add any setup steps before running the `github/codeql-action/init` action.
133+           #  This includes steps like installing compilers or runtimes (`actions/setup-node`
134+           #  or others). This is typically only required for manual builds.
135+           #  - name: Setup runtime (example)
136+           #    uses: actions/setup-example@v1
164137
138+           #  Initializes the CodeQL tools for scanning.
165139
166140      - name : Initialize CodeQL 
167141        uses : github/codeql-action/init@v3 
@@ -189,7 +163,6 @@ jobs:
189163            'your code, for example:' 
190164          echo '  make bootstrap' 
191165          echo '  make release' 
192-           exit 1 
193166
194167       - name : Perform CodeQL Analysis 
195168        uses : github/codeql-action/analyze@v3 
0 commit comments