Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
sebthom committed Nov 4, 2024
1 parent 31b47c1 commit 7a17d21
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,18 @@ jobs:
analyze:
###########################################################

strategy:
fail-fast: false
matrix:
include:
# build-mode: https://github.com/github/codeql-action#build-modes
- language: java-kotlin
build-mode: manual
- language: javascript-typescript
build-mode: none
- language: python
build-mode: none

name: Analyze (${{ matrix.language }})
runs-on: ubuntu-latest
permissions:
Expand All @@ -62,18 +74,6 @@ jobs:
actions: read
contents: read

strategy:
fail-fast: false
matrix:
include:
# build-mode: https://github.com/github/codeql-action#build-modes
- language: java-kotlin
build-mode: manual
- language: javascript-typescript
build-mode: none
- language: python
build-mode: none

timeout-minutes: 15

steps:
Expand All @@ -89,6 +89,8 @@ jobs:

- name: Git Checkout
uses: actions/checkout@v4 # https://github.com/actions/checkout
with:
fetch-depth: 0 # required to prevent tycho-p2-extras-plugin:compare-version-with-baseline potentially failing the build


- name: "Install: JDK ${{ env.JAVA_VERSION }} ☕"
Expand Down

0 comments on commit 7a17d21

Please sign in to comment.