Skip to content

Commit 88b5fdf

Browse files
build(deps): bump chainguard-dev/actions from 1.5.12 to 1.5.13 (#1843)
Bumps [chainguard-dev/actions](https://github.com/chainguard-dev/actions) from 1.5.12 to 1.5.13. - [Release notes](https://github.com/chainguard-dev/actions/releases) - [Commits](chainguard-dev/actions@f77a7c3...18e5e34) --- updated-dependencies: - dependency-name: chainguard-dev/actions dependency-version: 1.5.13 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1a2beaa commit 88b5fdf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
go-version-file: 'go.mod'
3232
check-latest: true
3333

34-
- uses: chainguard-dev/actions/goimports@f77a7c3431f961556be5a41e2602c450a590f3e5 # v1.5.12
34+
- uses: chainguard-dev/actions/goimports@18e5e3427cf9d6bcfbefe60dca48e40292f000c5 # v1.5.13
3535
- run: make wolfictl
3636
- run: make test
3737

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
fi
7474
7575
- name: Bump and push Git tag
76-
uses: chainguard-dev/actions/git-tag@f77a7c3431f961556be5a41e2602c450a590f3e5 # v1.5.12
76+
uses: chainguard-dev/actions/git-tag@18e5e3427cf9d6bcfbefe60dca48e40292f000c5 # v1.5.13
7777
if: steps.check.outputs.bump == 'yes'
7878
with:
7979
token: ${{ steps.octo-sts.outputs.token }}

0 commit comments

Comments
 (0)