From 8cfa8588f3fa574781007773427e70d96441830e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 05:13:55 +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 d0851da8a8082b366331b43634d4915435b69dab to 622ea369a0a48e70f70e5cc78f4256819beab19f. - [Release notes](https://github.com/bowtie-json-schema/bowtie/releases) - [Commits](https://github.com/bowtie-json-schema/bowtie/compare/d0851da8a8082b366331b43634d4915435b69dab...622ea369a0a48e70f70e5cc78f4256819beab19f) --- updated-dependencies: - dependency-name: bowtie-json-schema/bowtie/.github/workflows/harness-ci.yml dependency-version: 622ea369a0a48e70f70e5cc78f4256819beab19f 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 950c362..5906e85 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@d0851da8a8082b366331b43634d4915435b69dab # main + uses: bowtie-json-schema/bowtie/.github/workflows/harness-ci.yml@622ea369a0a48e70f70e5cc78f4256819beab19f # main with: ref: ${{ matrix.revision }} publish: true diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cf19396..87737e3 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@d0851da8a8082b366331b43634d4915435b69dab # main + uses: bowtie-json-schema/bowtie/.github/workflows/harness-ci.yml@622ea369a0a48e70f70e5cc78f4256819beab19f # 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 1421a7a..3d22b3a 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@d0851da8a8082b366331b43634d4915435b69dab # main + uses: bowtie-json-schema/bowtie/.github/workflows/harness-ci.yml@622ea369a0a48e70f70e5cc78f4256819beab19f # main with: ref: ${{ github.event.workflow_run.head_sha }} publish: true