From a70c6b2afcc172d45854209a668a2a021affe007 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 12:39:33 +0000 Subject: [PATCH] build(deps): Bump dominikh/staticcheck-action from 1.4.0 to 1.4.1 Bumps [dominikh/staticcheck-action](https://github.com/dominikh/staticcheck-action) from 1.4.0 to 1.4.1. - [Release notes](https://github.com/dominikh/staticcheck-action/releases) - [Changelog](https://github.com/dominikh/staticcheck-action/blob/master/CHANGES.md) - [Commits](https://github.com/dominikh/staticcheck-action/compare/024238d2898c874f26d723e7d0ff4308c35589a2...9716614d4101e79b4340dd97b10e54d68234e431) --- updated-dependencies: - dependency-name: dominikh/staticcheck-action dependency-version: 1.4.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/checks.yaml | 2 +- .github/workflows/master.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/checks.yaml b/.github/workflows/checks.yaml index 516fc06..82639e8 100644 --- a/.github/workflows/checks.yaml +++ b/.github/workflows/checks.yaml @@ -45,7 +45,7 @@ jobs: go-version: '1.25' - name: static-check # NOTE: https://github.com/dominikh/staticcheck-action/releases/tag/v1.4.0 - uses: dominikh/staticcheck-action@024238d2898c874f26d723e7d0ff4308c35589a2 + uses: dominikh/staticcheck-action@9716614d4101e79b4340dd97b10e54d68234e431 with: install-go: false tests: diff --git a/.github/workflows/master.yaml b/.github/workflows/master.yaml index d8f0c1b..e790345 100644 --- a/.github/workflows/master.yaml +++ b/.github/workflows/master.yaml @@ -53,7 +53,7 @@ jobs: go-version: '1.25' - name: static-check # NOTE: https://github.com/dominikh/staticcheck-action/releases/tag/v1.4.0 - uses: dominikh/staticcheck-action@024238d2898c874f26d723e7d0ff4308c35589a2 + uses: dominikh/staticcheck-action@9716614d4101e79b4340dd97b10e54d68234e431 with: install-go: false tests: