From 0e77a50bcd5a33e6464893e36493ad3b3d882f5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Aug 2022 05:06:54 +0000 Subject: [PATCH] gha: bump dominikh/staticcheck-action Bumps [dominikh/staticcheck-action](https://github.com/dominikh/staticcheck-action) from 4ec9a0dff54be2642bc76581598ba433fd8d4967 to 1.2.0. This release includes the previously tagged commit. - [Release notes](https://github.com/dominikh/staticcheck-action/releases) - [Commits](https://github.com/dominikh/staticcheck-action/compare/4ec9a0dff54be2642bc76581598ba433fd8d4967...a3513ade2e5cb8075ba1c1ed1890a989cf0f2aa0) --- updated-dependencies: - dependency-name: dominikh/staticcheck-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ca029d78..f50a6ceb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -101,7 +101,7 @@ jobs: run: go test -v -race ./... - name: Staticcheck - uses: dominikh/staticcheck-action@4ec9a0dff54be2642bc76581598ba433fd8d4967 # v1.1.0 + uses: dominikh/staticcheck-action@a3513ade2e5cb8075ba1c1ed1890a989cf0f2aa0 # v1.1.0 with: version: ${{ env.STATICCHECK_VERSION }} install-go: false