Skip to content

Commit 3d71d18

Browse files
chore(deps): bump docker/github-builder/.github/workflows/build.yml from 1.6.0 to 1.7.0 in the ci group (#482)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6d85262 commit 3d71d18

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Check licenses
4545
run: addlicense -l apache -check -v -ignore '**/*.yaml' -c 'The Score Authors' ./cmd ./internal/
4646
test-multi-arch-build:
47-
uses: docker/github-builder/.github/workflows/build.yml@7d2a02426d4b989616ba5aaee4e879afd4134b0d # v1.6.0
47+
uses: docker/github-builder/.github/workflows/build.yml@d4bb88e5e4420d56d283d658b6b5992c1dce04da # v1.7.0
4848
if: ${{ !github.event.pull_request.head.repo.fork }}
4949
with:
5050
output: image

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3636
TAP_GITHUB_TOKEN: ${{ secrets.TAP_GITHUB_TOKEN }}
3737
release-container-image:
38-
uses: docker/github-builder/.github/workflows/build.yml@7d2a02426d4b989616ba5aaee4e879afd4134b0d # v1.6.0
38+
uses: docker/github-builder/.github/workflows/build.yml@d4bb88e5e4420d56d283d658b6b5992c1dce04da # v1.7.0
3939
permissions:
4040
id-token: write # to sign attestation(s) with GitHub OIDC Token
4141
packages: write # to push container image to ghcr

0 commit comments

Comments
 (0)