From 781f708759c5923db2f6e2e673ab9b845bbc3951 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 06:46:42 +0000 Subject: [PATCH] build(deps): bump hoobio/pipeline-tools from 1.6.0 to 2.3.0 Bumps [hoobio/pipeline-tools](https://github.com/hoobio/pipeline-tools) from 1.6.0 to 2.3.0. - [Release notes](https://github.com/hoobio/pipeline-tools/releases) - [Changelog](https://github.com/hoobio/pipeline-tools/blob/main/CHANGELOG.md) - [Commits](https://github.com/hoobio/pipeline-tools/compare/v1.6.0...v2.3.0) --- updated-dependencies: - dependency-name: hoobio/pipeline-tools dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yaml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 99015c6..7dd3994 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -81,7 +81,7 @@ jobs: tag_name: ${{ steps.rp.outputs.tag_name }} steps: - id: rp - uses: hoobio/pipeline-tools/pipeline/github/step/release-please@v1.6.0 + uses: hoobio/pipeline-tools/pipeline/github/step/release-please@v2.3.0 with: app-id: ${{ vars.RELEASE_PLEASE_APP_ID }} app-private-key: ${{ secrets.RELEASE_PLEASE_APP_PRIVATE_KEY }} @@ -301,14 +301,14 @@ jobs: - name: Stamp Package.appxmanifest version if: env.SHOULD_BUILD == 'true' - uses: hoobio/pipeline-tools/pipeline/github/step/stamp-msix-version@v1.6.0 + uses: hoobio/pipeline-tools/pipeline/github/step/stamp-msix-version@v2.3.0 with: manifest-path: ${{ env.APPXMANIFEST_PATH }} version: ${{ steps.version.outputs.version }} - name: Build MSIX if: env.SHOULD_BUILD == 'true' - uses: hoobio/pipeline-tools/pipeline/github/step/build-msix-dotnet@v1.6.0 + uses: hoobio/pipeline-tools/pipeline/github/step/build-msix-dotnet@v2.3.0 with: project-path: ${{ env.PROJECT_PATH }} platform: ${{ matrix.platform }} @@ -337,7 +337,7 @@ jobs: - name: Sign MSIX if: env.SHOULD_BUILD == 'true' && env.SHOULD_SIGN == 'true' && env.HAS_SIGNING_CERT == 'true' - uses: hoobio/pipeline-tools/pipeline/github/step/sign-msix@v1.6.0 + uses: hoobio/pipeline-tools/pipeline/github/step/sign-msix@v2.3.0 with: pfx-base64: ${{ secrets.SIGNING_CERTIFICATE }} pfx-password: ${{ secrets.SIGNING_CERTIFICATE_PASSWORD }} @@ -439,7 +439,7 @@ jobs: # which (because the .wxs filename matches ASSET_BASE_NAME) is already the # final asset name we want for upload + release. - name: Build MSI - uses: hoobio/pipeline-tools/pipeline/github/step/build-msi-wix@v1.6.0 + uses: hoobio/pipeline-tools/pipeline/github/step/build-msi-wix@v2.3.0 with: wix-source-path: ${{ env.WIX_SOURCE_PATH }} version: ${{ steps.version.outputs.version }} @@ -453,7 +453,7 @@ jobs: - name: Sign MSI if: env.SHOULD_SIGN == 'true' && env.HAS_SIGNING_CERT == 'true' - uses: hoobio/pipeline-tools/pipeline/github/step/sign-msi@v1.6.0 + uses: hoobio/pipeline-tools/pipeline/github/step/sign-msi@v2.3.0 with: pfx-base64: ${{ secrets.SIGNING_CERTIFICATE }} pfx-password: ${{ secrets.SIGNING_CERTIFICATE_PASSWORD }} @@ -494,7 +494,7 @@ jobs: path: msix - name: Run WACK - uses: hoobio/pipeline-tools/pipeline/github/step/run-wack@v1.6.0 + uses: hoobio/pipeline-tools/pipeline/github/step/run-wack@v2.3.0 with: msix-path: msix report-path: wack-report-${{ matrix.platform }}.xml @@ -586,7 +586,7 @@ jobs: Write-Host "Prune: $prune" - name: Generate CycloneDX SBOM - uses: hoobio/pipeline-tools/pipeline/github/step/cyclonedx-sbom-dotnet@v1.6.0 + uses: hoobio/pipeline-tools/pipeline/github/step/cyclonedx-sbom-dotnet@v2.3.0 with: solution-path: ${{ env.SOLUTION_PATH }} output-path: ${{ env.BOM_FILE }} @@ -600,7 +600,7 @@ jobs: - name: Upload SBOM to Dependency-Track if: env.DT_HOST != '' && env.DT_API_KEY != '' - uses: hoobio/pipeline-tools/pipeline/github/job/upload-sbom-to-dependency-track@v1.6.0 + uses: hoobio/pipeline-tools/pipeline/github/job/upload-sbom-to-dependency-track@v2.3.0 with: bom-path: ${{ env.BOM_FILE }} upload-artifact: 'false' @@ -717,7 +717,7 @@ jobs: # from follow-up workflow triggers, which is why v1.9.1 only uploaded to # Dependency-Track under channel=ci/main. - name: Publish draft release - uses: hoobio/pipeline-tools/pipeline/github/step/publish-github-release@v1.6.0 + uses: hoobio/pipeline-tools/pipeline/github/step/publish-github-release@v2.3.0 with: tag: ${{ needs.release-please.outputs.tag_name }} app-id: ${{ vars.RELEASE_PLEASE_APP_ID }}