Skip to content

Commit 3e2640c

Browse files
chore(deps): Bump the development-dependencies group with 2 updates
Bumps the development-dependencies group with 2 updates: [go-openapi/gh-actions](https://github.com/go-openapi/gh-actions) and [github/contributors](https://github.com/github/contributors). Updates `go-openapi/gh-actions` from 1.3.0 to 1.3.1 - [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@6c79527...eb161ed) Updates `github/contributors` from 1.7.7 to 1.7.8 - [Release notes](https://github.com/github/contributors/releases) - [Commits](github/contributors@e345de7...0d5adc3) --- updated-dependencies: - dependency-name: go-openapi/gh-actions dependency-version: 1.3.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: github/contributors dependency-version: 1.7.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3a478c9 commit 3e2640c

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
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@6c7952706aa7afa9141262485767d9270ef5b00b # v1.3.0
84+
uses: go-openapi/gh-actions/ci-jobs/wait-pending-jobs@eb161ed408645b24aaf6120cd5e4a893cf2c0af2 # v1.3.1
8585
with:
8686
pr-url: ${{ env.PR_URL }}
8787
github-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/bump-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
fetch-depth: 0
102102
-
103103
name: install svu
104-
uses: go-openapi/gh-actions/install/svu@6c7952706aa7afa9141262485767d9270ef5b00b # v1.3.0
104+
uses: go-openapi/gh-actions/install/svu@eb161ed408645b24aaf6120cd5e4a893cf2c0af2 # v1.3.1
105105
-
106106
name: Bump release
107107
id: bump-release
@@ -129,7 +129,7 @@ jobs:
129129
-
130130
name: Configure bot credentials
131131
if: ${{ inputs.enable-tag-signing == 'true' }}
132-
uses: go-openapi/gh-actions/ci-jobs/bot-credentials@6c7952706aa7afa9141262485767d9270ef5b00b # v1.3.0
132+
uses: go-openapi/gh-actions/ci-jobs/bot-credentials@eb161ed408645b24aaf6120cd5e4a893cf2c0af2 # v1.3.1
133133
# This is using the GPG signature of bot-go-openapi.
134134
#
135135
# 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@6c7952706aa7afa9141262485767d9270ef5b00b # v1.3.0
35+
uses: go-openapi/gh-actions/install/go-junit-report@eb161ed408645b24aaf6120cd5e4a893cf2c0af2 # v1.3.1
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@6c7952706aa7afa9141262485767d9270ef5b00b # v1.3.0
60+
uses: go-openapi/gh-actions/install/go-ctrf-json-reporter@eb161ed408645b24aaf6120cd5e4a893cf2c0af2 # v1.3.1
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
@@ -71,7 +71,7 @@ jobs:
7171
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
7272
-
7373
name: Identify all-time contributors to this repository
74-
uses: github/contributors@e345de71bbd056a34a70709afd4f4bf0a270cc1a # v1.7.7
74+
uses: github/contributors@0d5adc3833e89ee1f4145744f5d69313cf5ea238 # v1.7.8
7575
env:
7676
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7777
REPOSITORY: ${{ github.repository }}
@@ -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@6c7952706aa7afa9141262485767d9270ef5b00b # v1.3.0
86+
uses: go-openapi/gh-actions/ci-jobs/bot-credentials@eb161ed408645b24aaf6120cd5e4a893cf2c0af2 # v1.3.1
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@6c7952706aa7afa9141262485767d9270ef5b00b # v1.3.0
144+
uses: go-openapi/gh-actions/ci-jobs/wait-pending-jobs@eb161ed408645b24aaf6120cd5e4a893cf2c0af2 # v1.3.1
145145
with:
146146
pr-url: ${{ env.PR_URL }}
147147
github-token: ${{ secrets.GITHUB_TOKEN }}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
echo "::notice title=go minor version::${go_minor_version}"
111111
-
112112
name: Install gotestsum
113-
uses: go-openapi/gh-actions/install/gotestsum@6c7952706aa7afa9141262485767d9270ef5b00b # v1.3.0
113+
uses: go-openapi/gh-actions/install/gotestsum@eb161ed408645b24aaf6120cd5e4a893cf2c0af2 # v1.3.1
114114
-
115115
name: Run unit tests on all modules in this repo (go1.25+ with go.work)
116116
if: ${{ needs.lint.outputs.is_monorepo == 'true' && steps.detect-test-work.outputs.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@6c7952706aa7afa9141262485767d9270ef5b00b # v1.3.0
56+
uses: go-openapi/gh-actions/install/gotestsum@eb161ed408645b24aaf6120cd5e4a893cf2c0af2 # v1.3.1
5757
-
5858
name: Run unit tests
5959
run: >

0 commit comments

Comments
 (0)