We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0703947 + 4ccfc8c commit b597eb6Copy full SHA for b597eb6
.github/workflows/build.yaml
@@ -31,7 +31,7 @@ jobs:
31
go-version-file: 'go.mod'
32
check-latest: true
33
34
- - uses: chainguard-dev/actions/goimports@3caedd3784c809ba873cbb8c6a12e2bc6bf6ab09 # v1.4.13
+ - uses: chainguard-dev/actions/goimports@f632aec66edeebe245ad686a33a0c0a2160cac31 # v1.4.14
35
- run: make wolfictl
36
- run: make test
37
.github/workflows/release.yaml
@@ -73,7 +73,7 @@ jobs:
73
fi
74
75
- name: Bump and push Git tag
76
- uses: chainguard-dev/actions/git-tag@3caedd3784c809ba873cbb8c6a12e2bc6bf6ab09 # v1.4.13
+ uses: chainguard-dev/actions/git-tag@f632aec66edeebe245ad686a33a0c0a2160cac31 # v1.4.14
77
if: steps.check.outputs.bump == 'yes'
78
with:
79
token: ${{ steps.octo-sts.outputs.token }}
0 commit comments