Skip to content

Commit 6ed4490

Browse files
authored
chore(gh-actions): updated gh-actions to v1.14.12 (#162)
Signed-off-by: Frédéric BIDON <fredbi@yahoo.com>
1 parent 2037128 commit 6ed4490

9 files changed

Lines changed: 18 additions & 18 deletions

.github/workflows/auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
run: gh pr review --approve "$PR_URL"
153153
-
154154
name: Wait for all workflow runs to complete
155-
uses: go-openapi/gh-actions/ci-jobs/wait-pending-jobs@22f6d5e0e1d13b8e835ea0ffe69ed5589f7cc354 # v1.4.11
155+
uses: go-openapi/gh-actions/ci-jobs/wait-pending-jobs@1ade8c4f9415b844bec4a7545967157c5bace961 # v1.14.12
156156
with:
157157
pr-url: ${{ env.PR_URL }}
158158
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
@@ -136,7 +136,7 @@ jobs:
136136
-
137137
name: Detect go mono-repo
138138
id: detect-monorepo
139-
uses: go-openapi/gh-actions/ci-jobs/detect-go-monorepo@22f6d5e0e1d13b8e835ea0ffe69ed5589f7cc354 # v1.4.11
139+
uses: go-openapi/gh-actions/ci-jobs/detect-go-monorepo@1ade8c4f9415b844bec4a7545967157c5bace961 # v1.14.12
140140

141141
bump-release-single:
142142
name: Bump release (single module)
@@ -195,7 +195,7 @@ jobs:
195195
-
196196
name: Determine next tag
197197
id: bump-release
198-
uses: go-openapi/gh-actions/ci-jobs/next-tag@22f6d5e0e1d13b8e835ea0ffe69ed5589f7cc354 # v1.4.11
198+
uses: go-openapi/gh-actions/ci-jobs/next-tag@1ade8c4f9415b844bec4a7545967157c5bace961 # v1.14.12
199199
with:
200200
bump-patch: ${{ steps.bump-check.outputs.bump-patch }}
201201
bump-minor: ${{ steps.bump-check.outputs.bump-minor }}
@@ -307,7 +307,7 @@ jobs:
307307
-
308308
name: Configure bot credentials
309309
if: ${{ inputs.enable-tag-signing == 'true' }}
310-
uses: go-openapi/gh-actions/ci-jobs/bot-credentials@22f6d5e0e1d13b8e835ea0ffe69ed5589f7cc354 # v1.4.11
310+
uses: go-openapi/gh-actions/ci-jobs/bot-credentials@1ade8c4f9415b844bec4a7545967157c5bace961 # v1.14.12
311311
# This is using the GPG signature of bot-go-openapi.
312312
#
313313
# 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@22f6d5e0e1d13b8e835ea0ffe69ed5589f7cc354 # v1.4.11
117+
uses: go-openapi/gh-actions/ci-jobs/next-tag@1ade8c4f9415b844bec4a7545967157c5bace961 # v1.14.12
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@22f6d5e0e1d13b8e835ea0ffe69ed5589f7cc354 # v1.4.11
125+
uses: go-openapi/gh-actions/ci-jobs/bot-credentials@1ade8c4f9415b844bec4a7545967157c5bace961 # v1.14.12
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@22f6d5e0e1d13b8e835ea0ffe69ed5589f7cc354 # v1.4.11
35+
uses: go-openapi/gh-actions/install/go-junit-report@1ade8c4f9415b844bec4a7545967157c5bace961 # v1.14.12
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@22f6d5e0e1d13b8e835ea0ffe69ed5589f7cc354 # v1.4.11
60+
uses: go-openapi/gh-actions/install/go-ctrf-json-reporter@1ade8c4f9415b844bec4a7545967157c5bace961 # v1.14.12
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
@@ -118,7 +118,7 @@ jobs:
118118
} > "${file}"
119119
done
120120
- name: Configure bot credentials
121-
uses: go-openapi/gh-actions/ci-jobs/bot-credentials@22f6d5e0e1d13b8e835ea0ffe69ed5589f7cc354 # v1.4.11
121+
uses: go-openapi/gh-actions/ci-jobs/bot-credentials@1ade8c4f9415b844bec4a7545967157c5bace961 # v1.14.12
122122
id: bot-credentials
123123
# For go-openapi repos (using secrets: inherit):
124124
# Falls back to: CI_BOT_APP_ID, CI_BOT_APP_PRIVATE_KEY, CI_BOT_GPG_PRIVATE_KEY, etc.
@@ -183,7 +183,7 @@ jobs:
183183
- name: Auto-approve PR
184184
run: gh pr review --approve "$PR_URL"
185185
- name: Wait for all workflow runs to complete
186-
uses: go-openapi/gh-actions/ci-jobs/wait-pending-jobs@22f6d5e0e1d13b8e835ea0ffe69ed5589f7cc354 # v1.4.11
186+
uses: go-openapi/gh-actions/ci-jobs/wait-pending-jobs@1ade8c4f9415b844bec4a7545967157c5bace961 # v1.14.12
187187
with:
188188
pr-url: ${{ env.PR_URL }}
189189
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
@@ -55,7 +55,7 @@ jobs:
5555
-
5656
name: Detect go mono-repo
5757
id: detect-monorepo
58-
uses: go-openapi/gh-actions/ci-jobs/detect-go-monorepo@22f6d5e0e1d13b8e835ea0ffe69ed5589f7cc354 # v1.4.11
58+
uses: go-openapi/gh-actions/ci-jobs/detect-go-monorepo@1ade8c4f9415b844bec4a7545967157c5bace961 # v1.14.12
5959
-
6060
name: golangci-lint [monorepo]
6161
# golangci-action v9.1+ has an experimental built-in mono repo detection setup.
@@ -132,10 +132,10 @@ jobs:
132132
-
133133
name: Detect go version capabilities
134134
id: detect-go-version
135-
uses: go-openapi/gh-actions/ci-jobs/detect-go-version@22f6d5e0e1d13b8e835ea0ffe69ed5589f7cc354 # v1.4.11
135+
uses: go-openapi/gh-actions/ci-jobs/detect-go-version@1ade8c4f9415b844bec4a7545967157c5bace961 # v1.14.12
136136
-
137137
name: Install gotestsum
138-
uses: go-openapi/gh-actions/install/gotestsum@22f6d5e0e1d13b8e835ea0ffe69ed5589f7cc354 # v1.4.11
138+
uses: go-openapi/gh-actions/install/gotestsum@1ade8c4f9415b844bec4a7545967157c5bace961 # v1.14.12
139139
-
140140
name: Ensure TMP is created on windows runners
141141
# 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
@@ -80,7 +80,7 @@ jobs:
8080
cache: true
8181
-
8282
name: Install gotestsum
83-
uses: go-openapi/gh-actions/install/gotestsum@22f6d5e0e1d13b8e835ea0ffe69ed5589f7cc354 # v1.4.11
83+
uses: go-openapi/gh-actions/install/gotestsum@1ade8c4f9415b844bec4a7545967157c5bace961 # v1.14.12
8484
-
8585
name: Ensure TMP is created on windows runners
8686
# 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
@@ -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@22f6d5e0e1d13b8e835ea0ffe69ed5589f7cc354 # v1.4.11
111+
uses: go-openapi/gh-actions/ci-jobs/detect-go-monorepo@1ade8c4f9415b844bec4a7545967157c5bace961 # v1.14.12
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@22f6d5e0e1d13b8e835ea0ffe69ed5589f7cc354 # v1.4.11
188+
uses: go-openapi/gh-actions/ci-jobs/bot-credentials@1ade8c4f9415b844bec4a7545967157c5bace961 # v1.14.12
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@22f6d5e0e1d13b8e835ea0ffe69ed5589f7cc354 # v1.4.11
271+
uses: go-openapi/gh-actions/ci-jobs/wait-pending-jobs@1ade8c4f9415b844bec4a7545967157c5bace961 # v1.14.12
272272
with:
273273
pr-url: ${{ env.PR_URL }}
274274
github-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
name: Detect go mono-repo
9090
if: ${{ inputs.is-monorepo == 'true' }}
9191
id: detect-monorepo
92-
uses: go-openapi/gh-actions/ci-jobs/detect-go-monorepo@22f6d5e0e1d13b8e835ea0ffe69ed5589f7cc354 # v1.4.11
92+
uses: go-openapi/gh-actions/ci-jobs/detect-go-monorepo@1ade8c4f9415b844bec4a7545967157c5bace961 # v1.14.12
9393
-
9494
name: Install git-cliff
9595
uses: taiki-e/install-action@0abfcd587b70a713fdaa7fb502c885e2112acb15 # v2.75.7

0 commit comments

Comments
 (0)