Skip to content

Commit 414142e

Browse files
committed
fix: bumped gh-actions to v1.4.3
Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
1 parent 9eac946 commit 414142e

File tree

9 files changed

+18
-18
lines changed

9 files changed

+18
-18
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@c4b289d8cf5483e32e6970bcf8878b6be5a779e2 # v1.4.2
84+
uses: go-openapi/gh-actions/ci-jobs/wait-pending-jobs@9c04f383fd8d769f5f49842f6e1ae9092ea25071 # 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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
-
123123
name: Detect go mono-repo
124124
id: detect-monorepo
125-
uses: go-openapi/gh-actions/ci-jobs/detect-go-monorepo@c4b289d8cf5483e32e6970bcf8878b6be5a779e2 # v1.4.2
125+
uses: go-openapi/gh-actions/ci-jobs/detect-go-monorepo@9c04f383fd8d769f5f49842f6e1ae9092ea25071 # v1.4.3
126126

127127
bump-release-single:
128128
name: Bump release (single module)
@@ -158,7 +158,7 @@ jobs:
158158
-
159159
name: Determine next tag
160160
id: bump-release
161-
uses: go-openapi/gh-actions/ci-jobs/next-tag@c4b289d8cf5483e32e6970bcf8878b6be5a779e2 # v1.4.2
161+
uses: go-openapi/gh-actions/ci-jobs/next-tag@9c04f383fd8d769f5f49842f6e1ae9092ea25071 # v1.4.3
162162
with:
163163
bump-patch: ${{ inputs.bump-patch }}
164164
bump-minor: ${{ inputs.bump-minor }}
@@ -247,7 +247,7 @@ jobs:
247247
-
248248
name: Configure bot credentials
249249
if: ${{ inputs.enable-tag-signing == 'true' }}
250-
uses: go-openapi/gh-actions/ci-jobs/bot-credentials@c4b289d8cf5483e32e6970bcf8878b6be5a779e2 # v1.4.2
250+
uses: go-openapi/gh-actions/ci-jobs/bot-credentials@9c04f383fd8d769f5f49842f6e1ae9092ea25071 # v1.4.3
251251
# This is using the GPG signature of bot-go-openapi.
252252
#
253253
# 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
@@ -102,15 +102,15 @@ jobs:
102102
-
103103
name: Determine next tag
104104
id: bump-release
105-
uses: go-openapi/gh-actions/ci-jobs/next-tag@c4b289d8cf5483e32e6970bcf8878b6be5a779e2 # v1.4.2
105+
uses: go-openapi/gh-actions/ci-jobs/next-tag@9c04f383fd8d769f5f49842f6e1ae9092ea25071 # v1.4.3
106106
with:
107107
bump-patch: ${{ inputs.bump-patch }}
108108
bump-minor: ${{ inputs.bump-minor }}
109109
bump-major: ${{ inputs.bump-major }}
110110
-
111111
name: Configure bot credentials
112112
if: ${{ inputs.enable-tag-signing == 'true' }}
113-
uses: go-openapi/gh-actions/ci-jobs/bot-credentials@c4b289d8cf5483e32e6970bcf8878b6be5a779e2 # v1.4.2
113+
uses: go-openapi/gh-actions/ci-jobs/bot-credentials@9c04f383fd8d769f5f49842f6e1ae9092ea25071 # v1.4.3
114114
# This is using the GPG signature of bot-go-openapi.
115115
#
116116
# 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@c4b289d8cf5483e32e6970bcf8878b6be5a779e2 # v1.4.2
35+
uses: go-openapi/gh-actions/install/go-junit-report@9c04f383fd8d769f5f49842f6e1ae9092ea25071 # 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@c4b289d8cf5483e32e6970bcf8878b6be5a779e2 # v1.4.2
60+
uses: go-openapi/gh-actions/install/go-ctrf-json-reporter@9c04f383fd8d769f5f49842f6e1ae9092ea25071 # 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@c4b289d8cf5483e32e6970bcf8878b6be5a779e2 # v1.4.2
86+
uses: go-openapi/gh-actions/ci-jobs/bot-credentials@9c04f383fd8d769f5f49842f6e1ae9092ea25071 # 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@c4b289d8cf5483e32e6970bcf8878b6be5a779e2 # v1.4.2
144+
uses: go-openapi/gh-actions/ci-jobs/wait-pending-jobs@9c04f383fd8d769f5f49842f6e1ae9092ea25071 # 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@c4b289d8cf5483e32e6970bcf8878b6be5a779e2 # v1.4.2
38+
uses: go-openapi/gh-actions/ci-jobs/detect-go-monorepo@9c04f383fd8d769f5f49842f6e1ae9092ea25071 # v1.4.3
3939
-
4040
name: golangci-lint [monorepo]
4141
# golangci-action v9.1+ has an experimental built-in mono repo detection setup.
@@ -91,10 +91,10 @@ jobs:
9191
-
9292
name: Detect go version capabilities
9393
id: detect-go-version
94-
uses: go-openapi/gh-actions/ci-jobs/detect-go-version@c4b289d8cf5483e32e6970bcf8878b6be5a779e2 # v1.4.2
94+
uses: go-openapi/gh-actions/ci-jobs/detect-go-version@9c04f383fd8d769f5f49842f6e1ae9092ea25071 # v1.4.3
9595
-
9696
name: Install gotestsum
97-
uses: go-openapi/gh-actions/install/gotestsum@c4b289d8cf5483e32e6970bcf8878b6be5a779e2 # v1.4.2
97+
uses: go-openapi/gh-actions/install/gotestsum@9c04f383fd8d769f5f49842f6e1ae9092ea25071 # v1.4.3
9898
-
9999
name: Run unit tests on all modules (go1.25+ with go.work) [monorepo]
100100
if: ${{ needs.lint.outputs.is-monorepo == 'true' && steps.detect-go-version.outputs.is-gotestwork-supported == 'true' }}

.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@c4b289d8cf5483e32e6970bcf8878b6be5a779e2 # v1.4.2
56+
uses: go-openapi/gh-actions/install/gotestsum@9c04f383fd8d769f5f49842f6e1ae9092ea25071 # v1.4.3
5757
-
5858
name: Run unit tests
5959
run: >

.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@c4b289d8cf5483e32e6970bcf8878b6be5a779e2 # v1.4.2
110+
uses: go-openapi/gh-actions/ci-jobs/detect-go-monorepo@9c04f383fd8d769f5f49842f6e1ae9092ea25071 # v1.4.3
111111
-
112112
name: Update go.mod files for new release
113113
env:
@@ -160,7 +160,7 @@ jobs:
160160
git status --short
161161
-
162162
name: Configure bot credentials
163-
uses: go-openapi/gh-actions/ci-jobs/bot-credentials@c4b289d8cf5483e32e6970bcf8878b6be5a779e2 # v1.4.2
163+
uses: go-openapi/gh-actions/ci-jobs/bot-credentials@9c04f383fd8d769f5f49842f6e1ae9092ea25071 # v1.4.3
164164
id: bot-credentials
165165
# For go-openapi repos (using secrets: inherit):
166166
# Falls back to: CI_BOT_APP_ID, CI_BOT_APP_PRIVATE_KEY, CI_BOT_GPG_PRIVATE_KEY, etc.
@@ -230,7 +230,7 @@ jobs:
230230
run: gh pr review --approve "$PR_URL"
231231
-
232232
name: Wait for all workflow runs to complete
233-
uses: go-openapi/gh-actions/ci-jobs/wait-pending-jobs@c4b289d8cf5483e32e6970bcf8878b6be5a779e2 # v1.4.2
233+
uses: go-openapi/gh-actions/ci-jobs/wait-pending-jobs@9c04f383fd8d769f5f49842f6e1ae9092ea25071 # v1.4.3
234234
with:
235235
pr-url: ${{ env.PR_URL }}
236236
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@c4b289d8cf5483e32e6970bcf8878b6be5a779e2 # v1.4.2
87+
uses: go-openapi/gh-actions/ci-jobs/detect-go-monorepo@9c04f383fd8d769f5f49842f6e1ae9092ea25071 # v1.4.3
8888
-
8989
name: Install git-cliff [monorepo]
9090
if: ${{ inputs.is-monorepo == 'true' }}

0 commit comments

Comments
 (0)