Skip to content

Commit f2ad47e

Browse files
authored
fix: realigned gh-action sha to latest release (#66)
Signed-off-by: Frederic BIDON <[email protected]>
1 parent a7de24a commit f2ad47e

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@0ec18ca1ddc1e2257097ae8d57952733109d80a1 # v1.4.0
84+
uses: go-openapi/gh-actions/ci-jobs/wait-pending-jobs@00f8939fb0771da06b0c115b9e011a7c321e0df4 # v1.4.0
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@0ec18ca1ddc1e2257097ae8d57952733109d80a1 # v1.4.0
125+
uses: go-openapi/gh-actions/ci-jobs/detect-go-monorepo@00f8939fb0771da06b0c115b9e011a7c321e0df4 # v1.4.0
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@0ec18ca1ddc1e2257097ae8d57952733109d80a1 # v1.4.0
161+
uses: go-openapi/gh-actions/ci-jobs/next-tag@00f8939fb0771da06b0c115b9e011a7c321e0df4 # v1.4.0
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@0ec18ca1ddc1e2257097ae8d57952733109d80a1 # v1.4.0
250+
uses: go-openapi/gh-actions/ci-jobs/bot-credentials@00f8939fb0771da06b0c115b9e011a7c321e0df4 # v1.4.0
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@0ec18ca1ddc1e2257097ae8d57952733109d80a1 # v1.4.0
105+
uses: go-openapi/gh-actions/ci-jobs/next-tag@00f8939fb0771da06b0c115b9e011a7c321e0df4 # v1.4.0
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@0ec18ca1ddc1e2257097ae8d57952733109d80a1 # v1.4.0
113+
uses: go-openapi/gh-actions/ci-jobs/bot-credentials@00f8939fb0771da06b0c115b9e011a7c321e0df4 # v1.4.0
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@0ec18ca1ddc1e2257097ae8d57952733109d80a1 # v1.4.0
35+
uses: go-openapi/gh-actions/install/go-junit-report@00f8939fb0771da06b0c115b9e011a7c321e0df4 # v1.4.0
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@0ec18ca1ddc1e2257097ae8d57952733109d80a1 # v1.4.0
60+
uses: go-openapi/gh-actions/install/go-ctrf-json-reporter@00f8939fb0771da06b0c115b9e011a7c321e0df4 # v1.4.0
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@0ec18ca1ddc1e2257097ae8d57952733109d80a1 # v1.4.0
86+
uses: go-openapi/gh-actions/ci-jobs/bot-credentials@00f8939fb0771da06b0c115b9e011a7c321e0df4 # v1.4.0
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@0ec18ca1ddc1e2257097ae8d57952733109d80a1 # v1.4.0
144+
uses: go-openapi/gh-actions/ci-jobs/wait-pending-jobs@00f8939fb0771da06b0c115b9e011a7c321e0df4 # v1.4.0
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@0ec18ca1ddc1e2257097ae8d57952733109d80a1 # v1.4.0
38+
uses: go-openapi/gh-actions/ci-jobs/detect-go-monorepo@00f8939fb0771da06b0c115b9e011a7c321e0df4 # v1.4.0
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@0ec18ca1ddc1e2257097ae8d57952733109d80a1 # v1.4.0
94+
uses: go-openapi/gh-actions/ci-jobs/detect-go-version@00f8939fb0771da06b0c115b9e011a7c321e0df4 # v1.4.0
9595
-
9696
name: Install gotestsum
97-
uses: go-openapi/gh-actions/install/gotestsum@0ec18ca1ddc1e2257097ae8d57952733109d80a1 # v1.4.0
97+
uses: go-openapi/gh-actions/install/gotestsum@00f8939fb0771da06b0c115b9e011a7c321e0df4 # v1.4.0
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@0ec18ca1ddc1e2257097ae8d57952733109d80a1 # v1.4.0
56+
uses: go-openapi/gh-actions/install/gotestsum@00f8939fb0771da06b0c115b9e011a7c321e0df4 # v1.4.0
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@0ec18ca1ddc1e2257097ae8d57952733109d80a1 # v1.4.0
110+
uses: go-openapi/gh-actions/ci-jobs/detect-go-monorepo@00f8939fb0771da06b0c115b9e011a7c321e0df4 # v1.4.0
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@0ec18ca1ddc1e2257097ae8d57952733109d80a1 # v1.4.0
163+
uses: go-openapi/gh-actions/ci-jobs/bot-credentials@00f8939fb0771da06b0c115b9e011a7c321e0df4 # v1.4.0
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@0ec18ca1ddc1e2257097ae8d57952733109d80a1 # v1.4.0
233+
uses: go-openapi/gh-actions/ci-jobs/wait-pending-jobs@00f8939fb0771da06b0c115b9e011a7c321e0df4 # v1.4.0
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@0ec18ca1ddc1e2257097ae8d57952733109d80a1 # v1.4.0
87+
uses: go-openapi/gh-actions/ci-jobs/detect-go-monorepo@00f8939fb0771da06b0c115b9e011a7c321e0df4 # v1.4.0
8888
-
8989
name: Install git-cliff [monorepo]
9090
if: ${{ inputs.is-monorepo == 'true' }}

0 commit comments

Comments
 (0)