From 64aa4a8d3bbfafda19fe289169bc291492ce50ee Mon Sep 17 00:00:00 2001 From: Rostislav Svoboda Date: Thu, 9 Jan 2025 08:51:38 +0100 Subject: [PATCH] Upgrade jbang, picocli, github-api for NativeBuildReport Fixes InaccessibleObjectException when closing GH issue --- .github/NativeBuildReport.java | 4 ++-- .github/workflows/native-build-development.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/NativeBuildReport.java b/.github/NativeBuildReport.java index 82474a6520..16c2fff0b5 100644 --- a/.github/NativeBuildReport.java +++ b/.github/NativeBuildReport.java @@ -1,7 +1,7 @@ //usr/bin/env jbang "$0" "$@" ; exit $? -//DEPS org.kohsuke:github-api:1.101 -//DEPS info.picocli:picocli:4.2.0 +//DEPS org.kohsuke:github-api:1.326 +//DEPS info.picocli:picocli:4.7.6 import org.kohsuke.github.GitHub; import org.kohsuke.github.GitHubBuilder; diff --git a/.github/workflows/native-build-development.yml b/.github/workflows/native-build-development.yml index 0adcaf8e53..c6287ff912 100644 --- a/.github/workflows/native-build-development.yml +++ b/.github/workflows/native-build-development.yml @@ -133,5 +133,5 @@ jobs: curl -s "https://get.sdkman.io" | bash source ~/.sdkman/bin/sdkman-init.sh sed -i -e 's/sdkman_auto_answer=false/sdkman_auto_answer=true/g' ~/.sdkman/etc/config - sdk install jbang 0.50.1 + sdk install jbang 0.122.0 jbang .github/NativeBuildReport.java token="${GITHUB_TOKEN}" status="${STATUS}" issueRepo="quarkusio/quarkus" issueNumber="6588" thisRepo="${GITHUB_REPOSITORY}" runId="${GITHUB_RUN_ID}"