From fe926377341ce4ed1135aa4c6aa24c7254bc5add Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 13 Aug 2023 09:34:14 +0200 Subject: [PATCH] chore(deps): update golangci/golangci-lint-action digest to a252750 (#1219) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 f18ab3bba7..b85a93e8ca 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -54,7 +54,7 @@ jobs: - uses: actions/checkout@96f53100ba2a5449eb71d2e6604bbcd94b9449b5 # see: https://golangci-lint.run/usage/configuration/#config-file - name: golangci-lint - uses: golangci/golangci-lint-action@4f5a3af221b0f8313e5353317fdf71640be2d2fd + uses: golangci/golangci-lint-action@a2527500a402d0f907e8348db093e78e231fda12 with: version: v1.51.2 skip-go-installation: true