Skip to content

Commit e4f37fc

Browse files
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 f5320ea3c7d95aed1623e8d02019df48c9162b8f. - [Release notes](https://github.com/bowtie-json-schema/bowtie/releases) - [Commits](bowtie-json-schema/bowtie@a0ae283...f5320ea) --- updated-dependencies: - dependency-name: bowtie-json-schema/bowtie/.github/workflows/harness-ci.yml dependency-version: f5320ea3c7d95aed1623e8d02019df48c9162b8f dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1612aa3 commit e4f37fc

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
attestations: write # needed for build provenance attestation
4545
packages: write # needed for pushing to ghcr.io
4646
artifact-metadata: write # needed for build provenance attestation
47-
uses: bowtie-json-schema/bowtie/.github/workflows/harness-ci.yml@a0ae283dca0a0d0eb2381a886d5499162f33c82a # main
47+
uses: bowtie-json-schema/bowtie/.github/workflows/harness-ci.yml@f5320ea3c7d95aed1623e8d02019df48c9162b8f # main
4848
with:
4949
ref: ${{ matrix.revision }}
5050
publish: true

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
attestations: write # needed for build provenance attestation
5858
packages: write # needed for pushing to ghcr.io
5959
artifact-metadata: write # needed for build provenance attestation
60-
uses: bowtie-json-schema/bowtie/.github/workflows/harness-ci.yml@a0ae283dca0a0d0eb2381a886d5499162f33c82a # main
60+
uses: bowtie-json-schema/bowtie/.github/workflows/harness-ci.yml@f5320ea3c7d95aed1623e8d02019df48c9162b8f # main
6161
with:
6262
# Only publish from pushes to the default branch; PRs build & smoke only.
6363
publish: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}

.github/workflows/dependabot-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
attestations: write # needed for build provenance attestation
3737
packages: write # needed for pushing to ghcr.io
3838
artifact-metadata: write # needed for build provenance attestation
39-
uses: bowtie-json-schema/bowtie/.github/workflows/harness-ci.yml@a0ae283dca0a0d0eb2381a886d5499162f33c82a # main
39+
uses: bowtie-json-schema/bowtie/.github/workflows/harness-ci.yml@f5320ea3c7d95aed1623e8d02019df48c9162b8f # main
4040
with:
4141
ref: ${{ github.event.workflow_run.head_sha }}
4242
publish: true

0 commit comments

Comments
 (0)