@@ -112,7 +112,7 @@ jobs:
112112 -
113113 name : Detect go mono-repo
114114 id : detect-monorepo
115- uses : go-openapi/gh-actions/ci-jobs/detect-go-monorepo@9c04f383fd8d769f5f49842f6e1ae9092ea25071 # v1.4.3
115+ uses : go-openapi/gh-actions/ci-jobs/detect-go-monorepo@8340d5403ad368f2ddaa0bc3b10ce38a10099e2c # v1.4.3
116116
117117 bump-release-single :
118118 name : Bump release (single module)
@@ -168,7 +168,7 @@ jobs:
168168 -
169169 name : Determine next tag
170170 id : bump-release
171- uses : go-openapi/gh-actions/ci-jobs/next-tag@9c04f383fd8d769f5f49842f6e1ae9092ea25071 # v1.4.3
171+ uses : go-openapi/gh-actions/ci-jobs/next-tag@8340d5403ad368f2ddaa0bc3b10ce38a10099e2c # v1.4.3
172172 with :
173173 bump-patch : ${{ steps.bump-check.outputs.bump-patch }}
174174 bump-minor : ${{ steps.bump-check.outputs.bump-minor }}
@@ -229,7 +229,7 @@ jobs:
229229 exit 1
230230
231231 tag-release-monorepo :
232- name : Tag release ( mono-repo)
232+ name : Tag release [ mono-repo]
233233 needs : [detect-modules, determine-next-tag, wait-for-merge]
234234 if : ${{ needs.detect-modules.outputs.is-monorepo == 'true' }}
235235 runs-on : ubuntu-latest
@@ -257,7 +257,7 @@ jobs:
257257 -
258258 name : Configure bot credentials
259259 if : ${{ inputs.enable-tag-signing == 'true' }}
260- uses : go-openapi/gh-actions/ci-jobs/bot-credentials@9c04f383fd8d769f5f49842f6e1ae9092ea25071 # v1.4.3
260+ uses : go-openapi/gh-actions/ci-jobs/bot-credentials@8340d5403ad368f2ddaa0bc3b10ce38a10099e2c # v1.4.3
261261 # This is using the GPG signature of bot-go-openapi.
262262 #
263263 # For go-openapi repos (using secrets: inherit):
0 commit comments