Skip to content

Commit 95f69dd

Browse files
chore(deps): Bump the development-dependencies group with 4 updates
Bumps the development-dependencies group with 4 updates: [go-openapi/gh-actions](https://github.com/go-openapi/gh-actions), [github/contributors](https://github.com/github/contributors), [taiki-e/install-action](https://github.com/taiki-e/install-action) and [softprops/action-gh-release](https://github.com/softprops/action-gh-release). Updates `go-openapi/gh-actions` from 1.4.9 to 1.4.10 - [Release notes](https://github.com/go-openapi/gh-actions/releases) - [Changelog](https://github.com/go-openapi/gh-actions/blob/master/release_tracker.go) - [Commits](go-openapi/gh-actions@11145fb...4456213) Updates `github/contributors` from 2.0.3 to 2.0.4 - [Release notes](https://github.com/github/contributors/releases) - [Commits](github-community-projects/contributors@d699725...08ba119) Updates `taiki-e/install-action` from 2.68.27 to 2.68.33 - [Release notes](https://github.com/taiki-e/install-action/releases) - [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md) - [Commits](taiki-e/install-action@5ab5d17...cbb1dca) Updates `softprops/action-gh-release` from 2.5.0 to 2.6.1 - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](softprops/action-gh-release@a06a81a...153bb8e) --- updated-dependencies: - dependency-name: go-openapi/gh-actions dependency-version: 1.4.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: github/contributors dependency-version: 2.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: taiki-e/install-action dependency-version: 2.68.33 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: softprops/action-gh-release dependency-version: 2.6.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fcb740f commit 95f69dd

9 files changed

Lines changed: 21 additions & 21 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@11145fb6068468e0aa20a7b12552be02119605a0 # v1.4.9
155+
uses: go-openapi/gh-actions/ci-jobs/wait-pending-jobs@44562130489de2516b3fde3ff1b426090a19d857 # v1.4.10
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@11145fb6068468e0aa20a7b12552be02119605a0 # v1.4.9
139+
uses: go-openapi/gh-actions/ci-jobs/detect-go-monorepo@44562130489de2516b3fde3ff1b426090a19d857 # v1.4.10
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@11145fb6068468e0aa20a7b12552be02119605a0 # v1.4.9
198+
uses: go-openapi/gh-actions/ci-jobs/next-tag@44562130489de2516b3fde3ff1b426090a19d857 # v1.4.10
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@11145fb6068468e0aa20a7b12552be02119605a0 # v1.4.9
310+
uses: go-openapi/gh-actions/ci-jobs/bot-credentials@44562130489de2516b3fde3ff1b426090a19d857 # v1.4.10
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@11145fb6068468e0aa20a7b12552be02119605a0 # v1.4.9
117+
uses: go-openapi/gh-actions/ci-jobs/next-tag@44562130489de2516b3fde3ff1b426090a19d857 # v1.4.10
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@11145fb6068468e0aa20a7b12552be02119605a0 # v1.4.9
125+
uses: go-openapi/gh-actions/ci-jobs/bot-credentials@44562130489de2516b3fde3ff1b426090a19d857 # v1.4.10
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@11145fb6068468e0aa20a7b12552be02119605a0 # v1.4.9
35+
uses: go-openapi/gh-actions/install/go-junit-report@44562130489de2516b3fde3ff1b426090a19d857 # v1.4.10
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@11145fb6068468e0aa20a7b12552be02119605a0 # v1.4.9
60+
uses: go-openapi/gh-actions/install/go-ctrf-json-reporter@44562130489de2516b3fde3ff1b426090a19d857 # v1.4.10
6161
-
6262
name: Convert test reports to CTRF JSON
6363
# description: |

.github/workflows/contributors.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- name: Checkout repository
7171
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
7272
- name: Identify all-time contributors to this repository
73-
uses: github/contributors@d699725600f8a639710957615aedd7f5368b6cba # v2.0.3
73+
uses: github/contributors@08ba1193dde975b1e1e5b0a4de4d4576be865c5c # v2.0.4
7474
env:
7575
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7676
REPOSITORY: ${{ github.repository }}
@@ -118,7 +118,7 @@ jobs:
118118
} > "${file}"
119119
done
120120
- name: Configure bot credentials
121-
uses: go-openapi/gh-actions/ci-jobs/bot-credentials@11145fb6068468e0aa20a7b12552be02119605a0 # v1.4.9
121+
uses: go-openapi/gh-actions/ci-jobs/bot-credentials@44562130489de2516b3fde3ff1b426090a19d857 # v1.4.10
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@11145fb6068468e0aa20a7b12552be02119605a0 # v1.4.9
186+
uses: go-openapi/gh-actions/ci-jobs/wait-pending-jobs@44562130489de2516b3fde3ff1b426090a19d857 # v1.4.10
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
@@ -42,7 +42,7 @@ jobs:
4242
-
4343
name: Detect go mono-repo
4444
id: detect-monorepo
45-
uses: go-openapi/gh-actions/ci-jobs/detect-go-monorepo@11145fb6068468e0aa20a7b12552be02119605a0 # v1.4.9
45+
uses: go-openapi/gh-actions/ci-jobs/detect-go-monorepo@44562130489de2516b3fde3ff1b426090a19d857 # v1.4.10
4646
-
4747
name: golangci-lint [monorepo]
4848
# golangci-action v9.1+ has an experimental built-in mono repo detection setup.
@@ -111,10 +111,10 @@ jobs:
111111
-
112112
name: Detect go version capabilities
113113
id: detect-go-version
114-
uses: go-openapi/gh-actions/ci-jobs/detect-go-version@11145fb6068468e0aa20a7b12552be02119605a0 # v1.4.9
114+
uses: go-openapi/gh-actions/ci-jobs/detect-go-version@44562130489de2516b3fde3ff1b426090a19d857 # v1.4.10
115115
-
116116
name: Install gotestsum
117-
uses: go-openapi/gh-actions/install/gotestsum@11145fb6068468e0aa20a7b12552be02119605a0 # v1.4.9
117+
uses: go-openapi/gh-actions/install/gotestsum@44562130489de2516b3fde3ff1b426090a19d857 # v1.4.10
118118
-
119119
name: Ensure TMP is created on windows runners
120120
# 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
@@ -58,7 +58,7 @@ jobs:
5858
cache: true
5959
-
6060
name: Install gotestsum
61-
uses: go-openapi/gh-actions/install/gotestsum@11145fb6068468e0aa20a7b12552be02119605a0 # v1.4.9
61+
uses: go-openapi/gh-actions/install/gotestsum@44562130489de2516b3fde3ff1b426090a19d857 # v1.4.10
6262
-
6363
name: Ensure TMP is created on windows runners
6464
# 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@11145fb6068468e0aa20a7b12552be02119605a0 # v1.4.9
111+
uses: go-openapi/gh-actions/ci-jobs/detect-go-monorepo@44562130489de2516b3fde3ff1b426090a19d857 # v1.4.10
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@11145fb6068468e0aa20a7b12552be02119605a0 # v1.4.9
188+
uses: go-openapi/gh-actions/ci-jobs/bot-credentials@44562130489de2516b3fde3ff1b426090a19d857 # v1.4.10
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@11145fb6068468e0aa20a7b12552be02119605a0 # v1.4.9
271+
uses: go-openapi/gh-actions/ci-jobs/wait-pending-jobs@44562130489de2516b3fde3ff1b426090a19d857 # v1.4.10
272272
with:
273273
pr-url: ${{ env.PR_URL }}
274274
github-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,10 @@ 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@11145fb6068468e0aa20a7b12552be02119605a0 # v1.4.9
92+
uses: go-openapi/gh-actions/ci-jobs/detect-go-monorepo@44562130489de2516b3fde3ff1b426090a19d857 # v1.4.10
9393
-
9494
name: Install git-cliff
95-
uses: taiki-e/install-action@5ab5d1729c22acd8f798b267eadcfe5e5be6f5c2 # v2.68.27
95+
uses: taiki-e/install-action@cbb1dcaa26e1459e2876c39f61c1e22a1258aac5 # v2.68.33
9696
with:
9797
tool: git-cliff
9898
-
@@ -338,7 +338,7 @@ jobs:
338338
} >> "${GITHUB_OUTPUT}"
339339
-
340340
name: Create github release
341-
uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.5.0
341+
uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2.6.1
342342
with:
343343
body: ${{ inputs.is-monorepo == 'true' && steps.notes-monorepo.outputs.content || steps.notes.outputs.content }}
344344
tag_name: ${{ inputs.tag }}

0 commit comments

Comments
 (0)