Skip to content

Commit

Permalink
Merge pull request #1488 from rsvoboda/report.stage.fix
Browse files Browse the repository at this point in the history
Upgrade jbang, picocli, github-api for NativeBuildReport to fix Report stage of daily runs
  • Loading branch information
gsmet authored Jan 9, 2025
2 parents 13f5612 + 64aa4a8 commit cd5834c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/NativeBuildReport.java
Original file line number Diff line number Diff line change
@@ -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;
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/native-build-development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}"

0 comments on commit cd5834c

Please sign in to comment.