From b2dcf9412febf9cd76924f3ef523f2e270393800 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 17:24:12 +0000 Subject: [PATCH] Bump bowtie-json-schema/bowtie/.github/workflows/harness-ci.yml Bumps [bowtie-json-schema/bowtie/.github/workflows/harness-ci.yml](https://github.com/bowtie-json-schema/bowtie) from 5e76acdd1a7e5566fde40e5856b006df0fc1daf8 to bfd09aa3d6ede72e09a90766b6d90dca29bffb14. - [Release notes](https://github.com/bowtie-json-schema/bowtie/releases) - [Commits](https://github.com/bowtie-json-schema/bowtie/compare/5e76acdd1a7e5566fde40e5856b006df0fc1daf8...bfd09aa3d6ede72e09a90766b6d90dca29bffb14) --- updated-dependencies: - dependency-name: bowtie-json-schema/bowtie/.github/workflows/harness-ci.yml dependency-version: bfd09aa3d6ede72e09a90766b6d90dca29bffb14 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/build-all.yml | 2 +- .github/workflows/build.yml | 2 +- .github/workflows/dependabot-build.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-all.yml b/.github/workflows/build-all.yml index 7610aa8..4563c03 100644 --- a/.github/workflows/build-all.yml +++ b/.github/workflows/build-all.yml @@ -44,7 +44,7 @@ jobs: attestations: write # needed for build provenance attestation packages: write # needed for pushing to ghcr.io artifact-metadata: write # needed for build provenance attestation - uses: bowtie-json-schema/bowtie/.github/workflows/harness-ci.yml@5e76acdd1a7e5566fde40e5856b006df0fc1daf8 # main + uses: bowtie-json-schema/bowtie/.github/workflows/harness-ci.yml@bfd09aa3d6ede72e09a90766b6d90dca29bffb14 # main with: ref: ${{ matrix.revision }} publish: true diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 39d0648..bd057d1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -57,7 +57,7 @@ jobs: attestations: write # needed for build provenance attestation packages: write # needed for pushing to ghcr.io artifact-metadata: write # needed for build provenance attestation - uses: bowtie-json-schema/bowtie/.github/workflows/harness-ci.yml@5e76acdd1a7e5566fde40e5856b006df0fc1daf8 # main + uses: bowtie-json-schema/bowtie/.github/workflows/harness-ci.yml@bfd09aa3d6ede72e09a90766b6d90dca29bffb14 # main with: # Only publish from pushes to the default branch; PRs build & smoke only. publish: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} diff --git a/.github/workflows/dependabot-build.yml b/.github/workflows/dependabot-build.yml index 3d307f0..cbae959 100644 --- a/.github/workflows/dependabot-build.yml +++ b/.github/workflows/dependabot-build.yml @@ -36,7 +36,7 @@ jobs: attestations: write # needed for build provenance attestation packages: write # needed for pushing to ghcr.io artifact-metadata: write # needed for build provenance attestation - uses: bowtie-json-schema/bowtie/.github/workflows/harness-ci.yml@5e76acdd1a7e5566fde40e5856b006df0fc1daf8 # main + uses: bowtie-json-schema/bowtie/.github/workflows/harness-ci.yml@bfd09aa3d6ede72e09a90766b6d90dca29bffb14 # main with: ref: ${{ github.event.workflow_run.head_sha }} publish: true