From f11e79bb1b7f5ae57e92fff4acbf8282302cd069 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 22:53:42 +0000 Subject: [PATCH] Bump the typisttech group with 6 updates Bumps the typisttech group with 6 updates: | Package | From | To | | --- | --- | --- | | [typisttech/.github/.github/workflows/audit-go.yml](https://github.com/typisttech/.github) | `6.1.7` | `6.1.8` | | [typisttech/.github/.github/workflows/dependabot-auto-merge.yml](https://github.com/typisttech/.github) | `6.1.7` | `6.1.8` | | [typisttech/.github/.github/workflows/go-proxy.yml](https://github.com/typisttech/.github) | `6.1.7` | `6.1.8` | | [typisttech/.github/.github/workflows/lint-actions.yml](https://github.com/typisttech/.github) | `6.1.7` | `6.1.8` | | [typisttech/.github/.github/workflows/lint-go.yml](https://github.com/typisttech/.github) | `6.1.7` | `6.1.8` | | [typisttech/.github/.github/workflows/release-drafter.yml](https://github.com/typisttech/.github) | `6.1.7` | `6.1.8` | Updates `typisttech/.github/.github/workflows/audit-go.yml` from 6.1.7 to 6.1.8 - [Release notes](https://github.com/typisttech/.github/releases) - [Commits](https://github.com/typisttech/.github/compare/7988918764384c842ba3204778ad2b51b33be9c3...0b2203a1b57639582d089d0b14e909d5817161b9) Updates `typisttech/.github/.github/workflows/dependabot-auto-merge.yml` from 6.1.7 to 6.1.8 - [Release notes](https://github.com/typisttech/.github/releases) - [Commits](https://github.com/typisttech/.github/compare/7988918764384c842ba3204778ad2b51b33be9c3...0b2203a1b57639582d089d0b14e909d5817161b9) Updates `typisttech/.github/.github/workflows/go-proxy.yml` from 6.1.7 to 6.1.8 - [Release notes](https://github.com/typisttech/.github/releases) - [Commits](https://github.com/typisttech/.github/compare/7988918764384c842ba3204778ad2b51b33be9c3...0b2203a1b57639582d089d0b14e909d5817161b9) Updates `typisttech/.github/.github/workflows/lint-actions.yml` from 6.1.7 to 6.1.8 - [Release notes](https://github.com/typisttech/.github/releases) - [Commits](https://github.com/typisttech/.github/compare/7988918764384c842ba3204778ad2b51b33be9c3...0b2203a1b57639582d089d0b14e909d5817161b9) Updates `typisttech/.github/.github/workflows/lint-go.yml` from 6.1.7 to 6.1.8 - [Release notes](https://github.com/typisttech/.github/releases) - [Commits](https://github.com/typisttech/.github/compare/7988918764384c842ba3204778ad2b51b33be9c3...0b2203a1b57639582d089d0b14e909d5817161b9) Updates `typisttech/.github/.github/workflows/release-drafter.yml` from 6.1.7 to 6.1.8 - [Release notes](https://github.com/typisttech/.github/releases) - [Commits](https://github.com/typisttech/.github/compare/7988918764384c842ba3204778ad2b51b33be9c3...0b2203a1b57639582d089d0b14e909d5817161b9) --- updated-dependencies: - dependency-name: typisttech/.github/.github/workflows/audit-go.yml dependency-version: 6.1.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: typisttech - dependency-name: typisttech/.github/.github/workflows/dependabot-auto-merge.yml dependency-version: 6.1.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: typisttech - dependency-name: typisttech/.github/.github/workflows/go-proxy.yml dependency-version: 6.1.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: typisttech - dependency-name: typisttech/.github/.github/workflows/lint-actions.yml dependency-version: 6.1.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: typisttech - dependency-name: typisttech/.github/.github/workflows/lint-go.yml dependency-version: 6.1.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: typisttech - dependency-name: typisttech/.github/.github/workflows/release-drafter.yml dependency-version: 6.1.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: typisttech ... Signed-off-by: dependabot[bot] --- .github/workflows/audit.yml | 2 +- .github/workflows/dependabot-auto-merge.yml | 2 +- .github/workflows/go-proxy.yml | 2 +- .github/workflows/lint.yml | 4 ++-- .github/workflows/release-drafter.yml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index 546919e..971c9e2 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -22,4 +22,4 @@ permissions: jobs: go: - uses: typisttech/.github/.github/workflows/audit-go.yml@7988918764384c842ba3204778ad2b51b33be9c3 # v6.1.7 + uses: typisttech/.github/.github/workflows/audit-go.yml@0b2203a1b57639582d089d0b14e909d5817161b9 # v6.1.8 diff --git a/.github/workflows/dependabot-auto-merge.yml b/.github/workflows/dependabot-auto-merge.yml index 1f7972b..7541f10 100644 --- a/.github/workflows/dependabot-auto-merge.yml +++ b/.github/workflows/dependabot-auto-merge.yml @@ -15,7 +15,7 @@ permissions: jobs: dependabot: - uses: typisttech/.github/.github/workflows/dependabot-auto-merge.yml@7988918764384c842ba3204778ad2b51b33be9c3 # v6.1.7 + uses: typisttech/.github/.github/workflows/dependabot-auto-merge.yml@0b2203a1b57639582d089d0b14e909d5817161b9 # v6.1.8 with: minor: true patch: true diff --git a/.github/workflows/go-proxy.yml b/.github/workflows/go-proxy.yml index 8673765..d29704a 100644 --- a/.github/workflows/go-proxy.yml +++ b/.github/workflows/go-proxy.yml @@ -11,4 +11,4 @@ permissions: {} jobs: go: - uses: typisttech/.github/.github/workflows/go-proxy.yml@7988918764384c842ba3204778ad2b51b33be9c3 # v6.1.7 + uses: typisttech/.github/.github/workflows/go-proxy.yml@0b2203a1b57639582d089d0b14e909d5817161b9 # v6.1.8 diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 71a1534..21651d9 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -18,10 +18,10 @@ permissions: jobs: actions: - uses: typisttech/.github/.github/workflows/lint-actions.yml@7988918764384c842ba3204778ad2b51b33be9c3 # v6.1.7 + uses: typisttech/.github/.github/workflows/lint-actions.yml@0b2203a1b57639582d089d0b14e909d5817161b9 # v6.1.8 go: - uses: typisttech/.github/.github/workflows/lint-go.yml@7988918764384c842ba3204778ad2b51b33be9c3 # v6.1.7 + uses: typisttech/.github/.github/workflows/lint-go.yml@0b2203a1b57639582d089d0b14e909d5817161b9 # v6.1.8 with: golangci-lint: true golangci-lint-version-file: .tool-versions diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index 5d6a416..a6bb886 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -16,4 +16,4 @@ permissions: jobs: release-drafter: - uses: typisttech/.github/.github/workflows/release-drafter.yml@7988918764384c842ba3204778ad2b51b33be9c3 # v6.1.7 + uses: typisttech/.github/.github/workflows/release-drafter.yml@0b2203a1b57639582d089d0b14e909d5817161b9 # v6.1.8