From e183c38ca680c779c42134d5a8b33fa9d51b08e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 08:38:56 +0000 Subject: [PATCH] build(deps): 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 a0ae283dca0a0d0eb2381a886d5499162f33c82a to b83e81f74693a2032638eeeb8b62613498a9919a. - [Release notes](https://github.com/bowtie-json-schema/bowtie/releases) - [Commits](https://github.com/bowtie-json-schema/bowtie/compare/a0ae283dca0a0d0eb2381a886d5499162f33c82a...b83e81f74693a2032638eeeb8b62613498a9919a) --- updated-dependencies: - dependency-name: bowtie-json-schema/bowtie/.github/workflows/harness-ci.yml dependency-version: b83e81f74693a2032638eeeb8b62613498a9919a 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 a7a34b7..f05777d 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@a0ae283dca0a0d0eb2381a886d5499162f33c82a # main + uses: bowtie-json-schema/bowtie/.github/workflows/harness-ci.yml@b83e81f74693a2032638eeeb8b62613498a9919a # main with: ref: ${{ matrix.revision }} publish: true diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index efecd03..b7dcce4 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@a0ae283dca0a0d0eb2381a886d5499162f33c82a # main + uses: bowtie-json-schema/bowtie/.github/workflows/harness-ci.yml@b83e81f74693a2032638eeeb8b62613498a9919a # 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 8797f9c..6f2a235 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@a0ae283dca0a0d0eb2381a886d5499162f33c82a # main + uses: bowtie-json-schema/bowtie/.github/workflows/harness-ci.yml@b83e81f74693a2032638eeeb8b62613498a9919a # main with: ref: ${{ github.event.workflow_run.head_sha }} publish: true