@@ -108,7 +108,7 @@ jobs:
108108 cache-dependency-path : " **/go.sum"
109109 - name : Detect go mono-repo
110110 id : detect-monorepo
111- uses : go-openapi/gh-actions/ci-jobs/detect-go-monorepo@44562130489de2516b3fde3ff1b426090a19d857 # v1.4.10
111+ uses : go-openapi/gh-actions/ci-jobs/detect-go-monorepo@22f6d5e0e1d13b8e835ea0ffe69ed5589f7cc354 # v1.4.11
112112 - name : Update go.mod files for new release
113113 env :
114114 TARGET_TAG : ${{ inputs.target-tag }}
@@ -185,7 +185,7 @@ jobs:
185185 echo "::notice title=changes::Git status after updates"
186186 git status --short
187187 - name : Configure bot credentials
188- uses : go-openapi/gh-actions/ci-jobs/bot-credentials@44562130489de2516b3fde3ff1b426090a19d857 # v1.4.10
188+ uses : go-openapi/gh-actions/ci-jobs/bot-credentials@22f6d5e0e1d13b8e835ea0ffe69ed5589f7cc354 # v1.4.11
189189 id : bot-credentials
190190 # For go-openapi repos (using secrets: inherit):
191191 # Falls back to: CI_BOT_APP_ID, CI_BOT_APP_PRIVATE_KEY, CI_BOT_GPG_PRIVATE_KEY, etc.
@@ -268,7 +268,7 @@ jobs:
268268 run : gh pr review --approve "$PR_URL"
269269 - name : Wait for all workflow runs to complete
270270 if : ${{ needs.prepare-modules.outputs.pull-request-url != '' }}
271- uses : go-openapi/gh-actions/ci-jobs/wait-pending-jobs@44562130489de2516b3fde3ff1b426090a19d857 # v1.4.10
271+ uses : go-openapi/gh-actions/ci-jobs/wait-pending-jobs@22f6d5e0e1d13b8e835ea0ffe69ed5589f7cc354 # v1.4.11
272272 with :
273273 pr-url : ${{ env.PR_URL }}
274274 github-token : ${{ secrets.GITHUB_TOKEN }}
0 commit comments