Skip to content

Commit

Permalink
Merge pull request #100 from wultra/issues/update-gha
Browse files Browse the repository at this point in the history
Update GitHub Actions
  • Loading branch information
banterCZ authored Mar 7, 2024
2 parents 0073936 + a6564d6 commit 998ef2f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/coverity-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ jobs:
project-name: ${{ github.event.repository.name }}
version: ${{ github.sha }}
description: ${{ github.ref }}
java_version: 21
10 changes: 5 additions & 5 deletions .github/workflows/maven-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
- uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: '17'
java-version: '21'
distribution: 'temurin'
cache: maven
- name: Run Maven Package Step
run: mvn -B -U package
- name: Archive JAR Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Jar Artifacts
path: '**/target/*.jar'
2 changes: 2 additions & 0 deletions .github/workflows/maven-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ jobs:
maven-tests:
uses: wultra/wultra-infrastructure/.github/workflows/maven-test.yml@develop
secrets: inherit
with:
java_version: 21

0 comments on commit 998ef2f

Please sign in to comment.