Skip to content

Commit

Permalink
Merge pull request #533 from CDOT-CV/dev
Browse files Browse the repository at this point in the history
CI Update
  • Loading branch information
dan-du-car authored Feb 6, 2024
2 parents 0de0068 + 373de19 commit 10ca681
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ version: 2.1
jobs:
build:
docker:
- image: 'circleci/openjdk:14.0.2-jdk-buster-node'
- image: 'cimg/openjdk:21.0.2-node'
steps:
- checkout
- run:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3
- name: Build
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5

sonar:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Set up JDK
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: "21"
distribution: "temurin"
Expand Down

0 comments on commit 10ca681

Please sign in to comment.