Skip to content

Commit f2b37d5

Browse files
build(deps): bump chainguard-dev/actions from 1.5.13 to 1.5.15
Bumps [chainguard-dev/actions](https://github.com/chainguard-dev/actions) from 1.5.13 to 1.5.15. - [Release notes](https://github.com/chainguard-dev/actions/releases) - [Commits](chainguard-dev/actions@18e5e34...6f74cde) --- updated-dependencies: - dependency-name: chainguard-dev/actions dependency-version: 1.5.15 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 48894b1 commit f2b37d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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@18e5e3427cf9d6bcfbefe60dca48e40292f000c5 # v1.5.13
34+
- uses: chainguard-dev/actions/goimports@6f74cdeee55d70b03fa220746d6739dbbb3e9421 # v1.5.15
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@18e5e3427cf9d6bcfbefe60dca48e40292f000c5 # v1.5.13
76+
uses: chainguard-dev/actions/git-tag@6f74cdeee55d70b03fa220746d6739dbbb3e9421 # v1.5.15
7777
if: steps.check.outputs.bump == 'yes'
7878
with:
7979
token: ${{ steps.octo-sts.outputs.token }}

0 commit comments

Comments
 (0)