From f92cf3d57815927228d216f8f797089c1bbbc563 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 7 Aug 2026 18:24:24 +0000 Subject: [PATCH 1/2] Update sbt, scripted-plugin to 1.12.15 --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index e544c4d..cc1ebf3 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.12.14 +sbt.version=1.12.15 From a8a19c3867178abb8b6340e7967900708665e917 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 7 Aug 2026 18:25:18 +0000 Subject: [PATCH 2/2] Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --- .github/workflows/ci.yml | 25 +++++++------------------ 1 file changed, 7 insertions(+), 18 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4e00ba0..3196721 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,5 +1,9 @@ -# The base build and publish jobs are generated by sbt-github-actions. -# The reusable native job and its trigger are maintained in this file. +# This file was automatically generated by sbt-github-actions using the +# githubWorkflowGenerate task. You should add and commit this file to +# your git repository. It goes without saying that you shouldn't edit +# this file by hand! Instead, if you wish to make changes, you should +# change your sbt build configuration to revise the workflow description +# to meet your needs, then regenerate this file. name: Continuous Integration @@ -9,13 +13,6 @@ on: push: branches: ['**'] tags: [v*] - workflow_dispatch: - inputs: - build_native_executable: - description: Build the native executables - required: true - default: false - type: boolean env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -44,17 +41,9 @@ jobs: - name: Build project and docs run: sbt 'test; docs/docusaurusCreateSite' - native: - name: Build Native Executables - if: >- - github.ref == 'refs/heads/master' || - startsWith(github.ref, 'refs/tags/v') || - (github.event_name == 'workflow_dispatch' && inputs.build_native_executable) - uses: ./.github/workflows/native-image.yml - publish: name: Publish Artifacts - needs: [build, native] + needs: [build] if: github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v')) strategy: matrix: