Skip to content

Commit efea985

Browse files
committed
fix: bumped gh-action to fix go-monorepo detect
Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
1 parent 1e41afb commit efea985

File tree

9 files changed

+19
-19
lines changed

9 files changed

+19
-19
lines changed

.github/workflows/auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
run: gh pr review --approve "$PR_URL"
8282
-
8383
name: Wait for all workflow runs to complete
84-
uses: go-openapi/gh-actions/ci-jobs/wait-pending-jobs@9c04f383fd8d769f5f49842f6e1ae9092ea25071 # v1.4.3
84+
uses: go-openapi/gh-actions/ci-jobs/wait-pending-jobs@8340d5403ad368f2ddaa0bc3b10ce38a10099e2c # v1.4.3
8585
with:
8686
pr-url: ${{ env.PR_URL }}
8787
github-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/bump-release-monorepo.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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):

.github/workflows/bump-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,15 +114,15 @@ jobs:
114114
-
115115
name: Determine next tag
116116
id: bump-release
117-
uses: go-openapi/gh-actions/ci-jobs/next-tag@9c04f383fd8d769f5f49842f6e1ae9092ea25071 # v1.4.3
117+
uses: go-openapi/gh-actions/ci-jobs/next-tag@8340d5403ad368f2ddaa0bc3b10ce38a10099e2c # v1.4.3
118118
with:
119119
bump-patch: ${{ steps.bump-check.outputs.bump-patch }}
120120
bump-minor: ${{ steps.bump-check.outputs.bump-minor }}
121121
bump-major: ${{ steps.bump-check.outputs.bump-major }}
122122
-
123123
name: Configure bot credentials
124124
if: ${{ inputs.enable-tag-signing == 'true' }}
125-
uses: go-openapi/gh-actions/ci-jobs/bot-credentials@9c04f383fd8d769f5f49842f6e1ae9092ea25071 # v1.4.3
125+
uses: go-openapi/gh-actions/ci-jobs/bot-credentials@8340d5403ad368f2ddaa0bc3b10ce38a10099e2c # v1.4.3
126126
# This is using the GPG signature of bot-go-openapi.
127127
#
128128
# For go-openapi repos (using secrets: inherit):

.github/workflows/collect-reports.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
path: reports/
3333
-
3434
name: Install go-junit-report
35-
uses: go-openapi/gh-actions/install/go-junit-report@9c04f383fd8d769f5f49842f6e1ae9092ea25071 # v1.4.3
35+
uses: go-openapi/gh-actions/install/go-junit-report@8340d5403ad368f2ddaa0bc3b10ce38a10099e2c # v1.4.3
3636
-
3737
name: Convert test reports to a merged JUnit XML
3838
# NOTE: codecov test reports only support JUnit format at this moment. See https://docs.codecov.com/docs/test-analytics.
@@ -57,7 +57,7 @@ jobs:
5757
verbose: true
5858
-
5959
name: Install go-ctrf-json-reporter
60-
uses: go-openapi/gh-actions/install/go-ctrf-json-reporter@9c04f383fd8d769f5f49842f6e1ae9092ea25071 # v1.4.3
60+
uses: go-openapi/gh-actions/install/go-ctrf-json-reporter@8340d5403ad368f2ddaa0bc3b10ce38a10099e2c # v1.4.3
6161
-
6262
name: Convert test reports to CTRF JSON
6363
# description: |

.github/workflows/contributors.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
mv contributors.md CONTRIBUTORS.md
8484
-
8585
name: Configure bot credentials
86-
uses: go-openapi/gh-actions/ci-jobs/bot-credentials@9c04f383fd8d769f5f49842f6e1ae9092ea25071 # v1.4.3
86+
uses: go-openapi/gh-actions/ci-jobs/bot-credentials@8340d5403ad368f2ddaa0bc3b10ce38a10099e2c # v1.4.3
8787
id: bot-credentials
8888
# For go-openapi repos (using secrets: inherit):
8989
# Falls back to: CI_BOT_APP_ID, CI_BOT_APP_PRIVATE_KEY, CI_BOT_GPG_PRIVATE_KEY, etc.
@@ -141,7 +141,7 @@ jobs:
141141
run: gh pr review --approve "$PR_URL"
142142
-
143143
name: Wait for all workflow runs to complete
144-
uses: go-openapi/gh-actions/ci-jobs/wait-pending-jobs@9c04f383fd8d769f5f49842f6e1ae9092ea25071 # v1.4.3
144+
uses: go-openapi/gh-actions/ci-jobs/wait-pending-jobs@8340d5403ad368f2ddaa0bc3b10ce38a10099e2c # v1.4.3
145145
with:
146146
pr-url: ${{ env.PR_URL }}
147147
github-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/go-test-monorepo.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
-
3636
name: Detect go mono-repo
3737
id: detect-monorepo
38-
uses: go-openapi/gh-actions/ci-jobs/detect-go-monorepo@9c04f383fd8d769f5f49842f6e1ae9092ea25071 # v1.4.3
38+
uses: go-openapi/gh-actions/ci-jobs/detect-go-monorepo@8340d5403ad368f2ddaa0bc3b10ce38a10099e2c # v1.4.3
3939
-
4040
name: golangci-lint [monorepo]
4141
# golangci-action v9.1+ has an experimental built-in mono repo detection setup.
@@ -92,10 +92,10 @@ jobs:
9292
-
9393
name: Detect go version capabilities
9494
id: detect-go-version
95-
uses: go-openapi/gh-actions/ci-jobs/detect-go-version@9c04f383fd8d769f5f49842f6e1ae9092ea25071 # v1.4.3
95+
uses: go-openapi/gh-actions/ci-jobs/detect-go-version@8340d5403ad368f2ddaa0bc3b10ce38a10099e2c # v1.4.3
9696
-
9797
name: Install gotestsum
98-
uses: go-openapi/gh-actions/install/gotestsum@9c04f383fd8d769f5f49842f6e1ae9092ea25071 # v1.4.3
98+
uses: go-openapi/gh-actions/install/gotestsum@8340d5403ad368f2ddaa0bc3b10ce38a10099e2c # v1.4.3
9999
-
100100
name: Ensure TMP is created on windows runners
101101
# On windows, some tests require testing.TempDir to reside on the same drive as the code.

.github/workflows/go-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
cache: true
5454
-
5555
name: Install gotestsum
56-
uses: go-openapi/gh-actions/install/gotestsum@9c04f383fd8d769f5f49842f6e1ae9092ea25071 # v1.4.3
56+
uses: go-openapi/gh-actions/install/gotestsum@8340d5403ad368f2ddaa0bc3b10ce38a10099e2c # v1.4.3
5757
-
5858
name: Ensure TMP is created on windows runners
5959
# On windows, some tests require testing.TempDir to reside on the same drive as the code.

.github/workflows/prepare-release-monorepo.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
-
108108
name: Detect go mono-repo
109109
id: detect-monorepo
110-
uses: go-openapi/gh-actions/ci-jobs/detect-go-monorepo@9c04f383fd8d769f5f49842f6e1ae9092ea25071 # v1.4.3
110+
uses: go-openapi/gh-actions/ci-jobs/detect-go-monorepo@8340d5403ad368f2ddaa0bc3b10ce38a10099e2c # v1.4.3
111111
-
112112
name: Update go.mod files for new release
113113
env:
@@ -176,7 +176,7 @@ jobs:
176176
git status --short
177177
-
178178
name: Configure bot credentials
179-
uses: go-openapi/gh-actions/ci-jobs/bot-credentials@9c04f383fd8d769f5f49842f6e1ae9092ea25071 # v1.4.3
179+
uses: go-openapi/gh-actions/ci-jobs/bot-credentials@8340d5403ad368f2ddaa0bc3b10ce38a10099e2c # v1.4.3
180180
id: bot-credentials
181181
# For go-openapi repos (using secrets: inherit):
182182
# Falls back to: CI_BOT_APP_ID, CI_BOT_APP_PRIVATE_KEY, CI_BOT_GPG_PRIVATE_KEY, etc.
@@ -246,7 +246,7 @@ jobs:
246246
run: gh pr review --approve "$PR_URL"
247247
-
248248
name: Wait for all workflow runs to complete
249-
uses: go-openapi/gh-actions/ci-jobs/wait-pending-jobs@9c04f383fd8d769f5f49842f6e1ae9092ea25071 # v1.4.3
249+
uses: go-openapi/gh-actions/ci-jobs/wait-pending-jobs@8340d5403ad368f2ddaa0bc3b10ce38a10099e2c # v1.4.3
250250
with:
251251
pr-url: ${{ env.PR_URL }}
252252
github-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
name: Detect go mono-repo
8585
if: ${{ inputs.is-monorepo == 'true' }}
8686
id: detect-monorepo
87-
uses: go-openapi/gh-actions/ci-jobs/detect-go-monorepo@9c04f383fd8d769f5f49842f6e1ae9092ea25071 # v1.4.3
87+
uses: go-openapi/gh-actions/ci-jobs/detect-go-monorepo@8340d5403ad368f2ddaa0bc3b10ce38a10099e2c # v1.4.3
8888
-
8989
name: Install git-cliff [monorepo]
9090
if: ${{ inputs.is-monorepo == 'true' }}

0 commit comments

Comments
 (0)