Skip to content

Bump JetBrains/qodana-action from 2023.3.2 to 2024.1.1 in the gh-actions group #440

Bump JetBrains/qodana-action from 2023.3.2 to 2024.1.1 in the gh-actions group

Bump JetBrains/qodana-action from 2023.3.2 to 2024.1.1 in the gh-actions group #440

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
tags: '*'
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v4
with:
distribution: 'adopt'
java-version: 11
cache: 'maven'
- name: Build with Maven
run: mvn package jacoco:report
- name: Upload Codecov report
uses: codecov/codecov-action@v4
with:
directory: .