From 126a3e92e443cd1dd60ba08c508f2425cb4e156e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 26 Mar 2026 18:34:47 +0000 Subject: [PATCH 1/3] externpro 25.07.16-5-gc5d1cb7 --- .devcontainer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer b/.devcontainer index acd4e3d..c5d1cb7 160000 --- a/.devcontainer +++ b/.devcontainer @@ -1 +1 @@ -Subproject commit acd4e3dcc3e84d77045ee005d43456cd698dfc2c +Subproject commit c5d1cb703a3be411fb7e596007b9046e624ff92b From 6dd2054f1cc621600eae5e478765f0667b4013e0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 26 Mar 2026 18:34:47 +0000 Subject: [PATCH 2/3] update .github/release-tag.json --- .github/release-tag.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/release-tag.json b/.github/release-tag.json index 71ddde2..3a37d59 100644 --- a/.github/release-tag.json +++ b/.github/release-tag.json @@ -1,4 +1,4 @@ { - "message": "xpro version 4.2.3.1 tag", - "tag": "xpv4.2.3.1" + "message": "xpro version 4.2.3.2 tag", + "tag": "xpv4.2.3.2" } From 37bb0c5e7031f4e00c448868707900acea192054 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 26 Mar 2026 18:34:47 +0000 Subject: [PATCH 3/3] externpro 25.07.16-5-gc5d1cb7 updates --- .github/workflows/xpbuild.yml | 4 ++-- .github/workflows/xprelease.yml | 2 +- .github/workflows/xptag.yml | 2 +- .github/workflows/xpupdate.yml | 1 + 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/xpbuild.yml b/.github/workflows/xpbuild.yml index 044e1c1..6b59c1a 100644 --- a/.github/workflows/xpbuild.yml +++ b/.github/workflows/xpbuild.yml @@ -14,10 +14,10 @@ jobs: contents: read pull-requests: write packages: write - uses: externpro/externpro/.github/workflows/build-linux.yml@25.07.12 + uses: externpro/externpro/.github/workflows/build-linux.yml@main secrets: automation_token: ${{ secrets.GHCR_TOKEN }} with: artifact_pattern: '${{ github.event.repository.name }}-*.rpm' - cmake_workflow_preset: LinuxRelease buildpro_images: '["rocky9-gcc13"]' + cmake_workflow_preset_suffix: Release diff --git a/.github/workflows/xprelease.yml b/.github/workflows/xprelease.yml index cdbeace..5474004 100644 --- a/.github/workflows/xprelease.yml +++ b/.github/workflows/xprelease.yml @@ -34,7 +34,7 @@ jobs: # Upload build artifacts as release assets release-from-build: if: github.event_name == 'workflow_dispatch' - uses: externpro/externpro/.github/workflows/release-from-build.yml@25.07.12 + uses: externpro/externpro/.github/workflows/release-from-build.yml@main with: workflow_run_url: ${{ github.event.inputs.workflow_run_url }} artifact_pattern: '*.rpm' diff --git a/.github/workflows/xptag.yml b/.github/workflows/xptag.yml index 2586eaf..df04062 100644 --- a/.github/workflows/xptag.yml +++ b/.github/workflows/xptag.yml @@ -8,7 +8,7 @@ on: jobs: tag: if: ${{ github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'xpro' && contains(github.event.pull_request.labels.*.name, 'release:tag') }} - uses: externpro/externpro/.github/workflows/tag-release.yml@25.07.12 + uses: externpro/externpro/.github/workflows/tag-release.yml@25.07.16 with: merge_sha: ${{ github.event.pull_request.merge_commit_sha }} pr_number: ${{ github.event.pull_request.number }} diff --git a/.github/workflows/xpupdate.yml b/.github/workflows/xpupdate.yml index 4c04b2f..0a51a08 100644 --- a/.github/workflows/xpupdate.yml +++ b/.github/workflows/xpupdate.yml @@ -10,3 +10,4 @@ jobs: uses: externpro/externpro/.github/workflows/update-externpro.yml@main secrets: automation_token: ${{ secrets.XPRO_TOKEN }} + with: {}