We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed37197 commit 40c171cCopy full SHA for 40c171c
.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@16e2fd6603a1c6a1fbc880fdbb922b2e8e2be3e7 # v1.4.3
+ - uses: chainguard-dev/actions/goimports@86e8917a5f452c794e263fddae12d25a44b18f18 # v1.4.5
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@16e2fd6603a1c6a1fbc880fdbb922b2e8e2be3e7 # v1.4.3
+ uses: chainguard-dev/actions/git-tag@86e8917a5f452c794e263fddae12d25a44b18f18 # v1.4.5
77
if: steps.check.outputs.bump == 'yes'
78
with:
79
token: ${{ steps.octo-sts.outputs.token }}
0 commit comments