Skip to content

Commit

Permalink
⬆️(deps): Update quarkus.platform.version to v3.15.1, SmokeTest Jbang…
Browse files Browse the repository at this point in the history
… use jbangdev/setup-jbang action, SmokeTest CI use JDK17 (#621)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Elias Lundell <[email protected]>
  • Loading branch information
3 people authored Oct 30, 2024
1 parent db6c9e8 commit 31219df
Show file tree
Hide file tree
Showing 4 changed files with 4,682 additions and 4,553 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Set up JDK 17
uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4
with:
java-version: '17'
distribution: 'temurin'

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
20 changes: 13 additions & 7 deletions .github/workflows/smoke-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,19 @@ jobs:
key: $-jbang-$
restore-keys: |
$-jbang-
- name: Set up JDK 17
uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4
with:
java-version: '17'
distribution: 'temurin'
- name: Set up Maven
run: sudo apt install maven
uses: stCarolas/setup-maven@d6af6abeda15e98926a57b5aa970a96bb37f97d1 # v5
with:
maven-version: 3.9.6
- name: jbang
uses: jbangdev/jbang-action@36d4a384d215d91c2c7e74014a486cedfe09d760 # v0.119.0
uses: jbangdev/setup-jbang@2b1b465a7b75f4222b81426f23a01e013aa7b95c # v0.1.1
with:
script: ".github/smoketest/SmokeTest.java"
env:
JBANG_REPO: /root/.jbang/repository
GITHUB_TOKEN: $
WORKING_DIRECTORY: ${{ env.working-directory }}
version: 0.119.0
- name: SmokeTest
run: |
jbang .github/smoketest/SmokeTest.java
Loading

0 comments on commit 31219df

Please sign in to comment.