@@ -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@23cdaeff454807ac293a6e98cff552a2ea49be63 # v1.4.7
111+ uses : go-openapi/gh-actions/ci-jobs/detect-go-monorepo@ec7fc0008806cbf69bffc34da17d9f2ddb2cd9f5 # v1.4.8
112112 - name : Update go.mod files for new release
113113 env :
114114 TARGET_TAG : ${{ inputs.target-tag }}
@@ -181,7 +181,7 @@ jobs:
181181 echo "::notice title=changes::Git status after updates"
182182 git status --short
183183 - name : Configure bot credentials
184- uses : go-openapi/gh-actions/ci-jobs/bot-credentials@23cdaeff454807ac293a6e98cff552a2ea49be63 # v1.4.7
184+ uses : go-openapi/gh-actions/ci-jobs/bot-credentials@ec7fc0008806cbf69bffc34da17d9f2ddb2cd9f5 # v1.4.8
185185 id : bot-credentials
186186 # For go-openapi repos (using secrets: inherit):
187187 # Falls back to: CI_BOT_APP_ID, CI_BOT_APP_PRIVATE_KEY, CI_BOT_GPG_PRIVATE_KEY, etc.
@@ -264,7 +264,7 @@ jobs:
264264 run : gh pr review --approve "$PR_URL"
265265 - name : Wait for all workflow runs to complete
266266 if : ${{ needs.prepare-modules.outputs.pull-request-url != '' }}
267- uses : go-openapi/gh-actions/ci-jobs/wait-pending-jobs@23cdaeff454807ac293a6e98cff552a2ea49be63 # v1.4.7
267+ uses : go-openapi/gh-actions/ci-jobs/wait-pending-jobs@ec7fc0008806cbf69bffc34da17d9f2ddb2cd9f5 # v1.4.8
268268 with :
269269 pr-url : ${{ env.PR_URL }}
270270 github-token : ${{ secrets.GITHUB_TOKEN }}
0 commit comments