From 3a05a794d071a4c59d2452a0b62b5dfc82e76b01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 14:57:10 +0000 Subject: [PATCH] Bump the development-dependencies group with 6 updates Bumps the development-dependencies group with 6 updates: | Package | From | To | | --- | --- | --- | | [go-openapi/ci-workflows/.github/workflows/auto-merge.yml](https://github.com/go-openapi/ci-workflows) | `0.1.2` | `0.2.15` | | [go-openapi/ci-workflows/.github/workflows/bump-release.yml](https://github.com/go-openapi/ci-workflows) | `0.1.2` | `0.2.15` | | [go-openapi/ci-workflows/.github/workflows/codeql.yml](https://github.com/go-openapi/ci-workflows) | `0.1.2` | `0.2.15` | | [go-openapi/ci-workflows/.github/workflows/go-test.yml](https://github.com/go-openapi/ci-workflows) | `0.1.2` | `0.2.15` | | [go-openapi/ci-workflows/.github/workflows/release.yml](https://github.com/go-openapi/ci-workflows) | `0.1.2` | `0.2.15` | | [go-openapi/ci-workflows/.github/workflows/scanner.yml](https://github.com/go-openapi/ci-workflows) | `0.1.2` | `0.2.15` | Updates `go-openapi/ci-workflows/.github/workflows/auto-merge.yml` from 0.1.2 to 0.2.15 - [Release notes](https://github.com/go-openapi/ci-workflows/releases) - [Commits](https://github.com/go-openapi/ci-workflows/compare/9e70984764198f45640ca9f0752a51a8ca159b99...e8e6599fe480362cb0d5cbdac5b245cc833742f5) Updates `go-openapi/ci-workflows/.github/workflows/bump-release.yml` from 0.1.2 to 0.2.15 - [Release notes](https://github.com/go-openapi/ci-workflows/releases) - [Commits](https://github.com/go-openapi/ci-workflows/compare/9e70984764198f45640ca9f0752a51a8ca159b99...e8e6599fe480362cb0d5cbdac5b245cc833742f5) Updates `go-openapi/ci-workflows/.github/workflows/codeql.yml` from 0.1.2 to 0.2.15 - [Release notes](https://github.com/go-openapi/ci-workflows/releases) - [Commits](https://github.com/go-openapi/ci-workflows/compare/9e70984764198f45640ca9f0752a51a8ca159b99...e8e6599fe480362cb0d5cbdac5b245cc833742f5) Updates `go-openapi/ci-workflows/.github/workflows/go-test.yml` from 0.1.2 to 0.2.15 - [Release notes](https://github.com/go-openapi/ci-workflows/releases) - [Commits](https://github.com/go-openapi/ci-workflows/compare/9e70984764198f45640ca9f0752a51a8ca159b99...e8e6599fe480362cb0d5cbdac5b245cc833742f5) Updates `go-openapi/ci-workflows/.github/workflows/release.yml` from 0.1.2 to 0.2.15 - [Release notes](https://github.com/go-openapi/ci-workflows/releases) - [Commits](https://github.com/go-openapi/ci-workflows/compare/9e70984764198f45640ca9f0752a51a8ca159b99...e8e6599fe480362cb0d5cbdac5b245cc833742f5) Updates `go-openapi/ci-workflows/.github/workflows/scanner.yml` from 0.1.2 to 0.2.15 - [Release notes](https://github.com/go-openapi/ci-workflows/releases) - [Commits](https://github.com/go-openapi/ci-workflows/compare/9e70984764198f45640ca9f0752a51a8ca159b99...e8e6599fe480362cb0d5cbdac5b245cc833742f5) --- updated-dependencies: - dependency-name: go-openapi/ci-workflows/.github/workflows/auto-merge.yml dependency-version: 0.2.15 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: go-openapi/ci-workflows/.github/workflows/bump-release.yml dependency-version: 0.2.15 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: go-openapi/ci-workflows/.github/workflows/codeql.yml dependency-version: 0.2.15 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: go-openapi/ci-workflows/.github/workflows/go-test.yml dependency-version: 0.2.15 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: go-openapi/ci-workflows/.github/workflows/release.yml dependency-version: 0.2.15 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: go-openapi/ci-workflows/.github/workflows/scanner.yml dependency-version: 0.2.15 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/auto-merge.yml | 2 +- .github/workflows/bump-release.yml | 2 +- .github/workflows/codeql.yml | 2 +- .github/workflows/go-test.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/scanner.yml | 2 +- .github/workflows/tag-release.yml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index 3d5f681..faeaecf 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -11,5 +11,5 @@ jobs: permissions: contents: write pull-requests: write - uses: go-openapi/ci-workflows/.github/workflows/auto-merge.yml@9e70984764198f45640ca9f0752a51a8ca159b99 # v0.1.2 + uses: go-openapi/ci-workflows/.github/workflows/auto-merge.yml@e8e6599fe480362cb0d5cbdac5b245cc833742f5 # v0.2.15 secrets: inherit diff --git a/.github/workflows/bump-release.yml b/.github/workflows/bump-release.yml index 7f5dfa7..8ba067a 100644 --- a/.github/workflows/bump-release.yml +++ b/.github/workflows/bump-release.yml @@ -36,7 +36,7 @@ jobs: bump-release: permissions: contents: write - uses: go-openapi/ci-workflows/.github/workflows/bump-release.yml@9e70984764198f45640ca9f0752a51a8ca159b99 # v0.1.2 + uses: go-openapi/ci-workflows/.github/workflows/bump-release.yml@e8e6599fe480362cb0d5cbdac5b245cc833742f5 # v0.2.15 with: bump-patch: ${{ inputs.bump-patch }} bump-minor: ${{ inputs.bump-minor }} diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index ba0aab9..4cbe535 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -18,5 +18,5 @@ jobs: permissions: contents: read security-events: write - uses: go-openapi/ci-workflows/.github/workflows/codeql.yml@9e70984764198f45640ca9f0752a51a8ca159b99 # v0.1.2 + uses: go-openapi/ci-workflows/.github/workflows/codeql.yml@e8e6599fe480362cb0d5cbdac5b245cc833742f5 # v0.2.15 secrets: inherit diff --git a/.github/workflows/go-test.yml b/.github/workflows/go-test.yml index f433dde..16cb466 100644 --- a/.github/workflows/go-test.yml +++ b/.github/workflows/go-test.yml @@ -13,5 +13,5 @@ on: jobs: test: - uses: go-openapi/ci-workflows/.github/workflows/go-test.yml@9e70984764198f45640ca9f0752a51a8ca159b99 # v0.1.2 + uses: go-openapi/ci-workflows/.github/workflows/go-test.yml@e8e6599fe480362cb0d5cbdac5b245cc833742f5 # v0.2.15 secrets: inherit diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 076d967..3e15eaf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: release: permissions: contents: write - uses: go-openapi/ci-workflows/.github/workflows/release.yml@9e70984764198f45640ca9f0752a51a8ca159b99 # v0.1.2 + uses: go-openapi/ci-workflows/.github/workflows/release.yml@e8e6599fe480362cb0d5cbdac5b245cc833742f5 # v0.2.15 with: tag: ${{ github.ref_name }} secrets: inherit diff --git a/.github/workflows/scanner.yml b/.github/workflows/scanner.yml index 7633b50..ed85aea 100644 --- a/.github/workflows/scanner.yml +++ b/.github/workflows/scanner.yml @@ -15,5 +15,5 @@ jobs: permissions: contents: read security-events: write - uses: go-openapi/ci-workflows/.github/workflows/scanner.yml@9e70984764198f45640ca9f0752a51a8ca159b99 # V0.1.2 + uses: go-openapi/ci-workflows/.github/workflows/scanner.yml@e8e6599fe480362cb0d5cbdac5b245cc833742f5 # V0.2.15 secrets: inherit diff --git a/.github/workflows/tag-release.yml b/.github/workflows/tag-release.yml index 4ef8bdf..097ab07 100644 --- a/.github/workflows/tag-release.yml +++ b/.github/workflows/tag-release.yml @@ -13,7 +13,7 @@ jobs: name: Create release permissions: contents: write - uses: go-openapi/ci-workflows/.github/workflows/release.yml@9e70984764198f45640ca9f0752a51a8ca159b99 # v0.1.2 + uses: go-openapi/ci-workflows/.github/workflows/release.yml@e8e6599fe480362cb0d5cbdac5b245cc833742f5 # v0.2.15 with: tag: ${{ github.ref_name }} secrets: inherit