Skip to content

Commit b597eb6

Browse files
authored
Merge pull request #1762 from wolfi-dev/dependabot/github_actions/chainguard-dev/actions-1.4.14
build(deps): bump chainguard-dev/actions from 1.4.13 to 1.4.14
2 parents 0703947 + 4ccfc8c commit b597eb6

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@3caedd3784c809ba873cbb8c6a12e2bc6bf6ab09 # v1.4.13
34+
- uses: chainguard-dev/actions/goimports@f632aec66edeebe245ad686a33a0c0a2160cac31 # v1.4.14
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@3caedd3784c809ba873cbb8c6a12e2bc6bf6ab09 # v1.4.13
76+
uses: chainguard-dev/actions/git-tag@f632aec66edeebe245ad686a33a0c0a2160cac31 # v1.4.14
7777
if: steps.check.outputs.bump == 'yes'
7878
with:
7979
token: ${{ steps.octo-sts.outputs.token }}

0 commit comments

Comments
 (0)