Skip to content

Commit 82ba36f

Browse files
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 41ed15e4bdcad3c87b5762e140848c37b5355838. - [Release notes](https://github.com/bowtie-json-schema/bowtie/releases) - [Commits](bowtie-json-schema/bowtie@d0851da...41ed15e) --- updated-dependencies: - dependency-name: bowtie-json-schema/bowtie/.github/workflows/harness-ci.yml dependency-version: 41ed15e4bdcad3c87b5762e140848c37b5355838 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 86326a7 commit 82ba36f

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@d0851da8a8082b366331b43634d4915435b69dab # main
47+
uses: bowtie-json-schema/bowtie/.github/workflows/harness-ci.yml@41ed15e4bdcad3c87b5762e140848c37b5355838 # 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@d0851da8a8082b366331b43634d4915435b69dab # main
60+
uses: bowtie-json-schema/bowtie/.github/workflows/harness-ci.yml@41ed15e4bdcad3c87b5762e140848c37b5355838 # 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@d0851da8a8082b366331b43634d4915435b69dab # main
39+
uses: bowtie-json-schema/bowtie/.github/workflows/harness-ci.yml@41ed15e4bdcad3c87b5762e140848c37b5355838 # main
4040
with:
4141
ref: ${{ github.event.workflow_run.head_sha }}
4242
publish: true

0 commit comments

Comments
 (0)