@@ -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@21fde93224f7f4c39a622fbe7eb50e4a620eb899 # v1.14.12
111+ uses : go-openapi/gh-actions/ci-jobs/detect-go-monorepo@70c5bbea429a7d10a082ac9efb83036da0c5b7d0 # v1.4.14
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@21fde93224f7f4c39a622fbe7eb50e4a620eb899 # v1.14.12
188+ uses : go-openapi/gh-actions/ci-jobs/bot-credentials@70c5bbea429a7d10a082ac9efb83036da0c5b7d0 # v1.4.14
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@21fde93224f7f4c39a622fbe7eb50e4a620eb899 # v1.14.12
271+ uses : go-openapi/gh-actions/ci-jobs/wait-pending-jobs@70c5bbea429a7d10a082ac9efb83036da0c5b7d0 # v1.4.14
272272 with :
273273 pr-url : ${{ env.PR_URL }}
274274 github-token : ${{ secrets.GITHUB_TOKEN }}
0 commit comments