From be1219e3dc09b6d75b3c6856ea198873f252dc6d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 9 Feb 2024 03:24:11 +0000 Subject: [PATCH] chore(deps): update golangci/golangci-lint-action digest to 3cfe3a4 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a64c24e..2eee547 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -114,7 +114,7 @@ jobs: cache: true # Run linter - name: golangci-lint - uses: golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # v3 + uses: golangci/golangci-lint-action@3cfe3a4abbb849e10058ce4af15d205b6da42804 # v3 with: args: --timeout=5m --print-issued-lines --print-linter-name -c .golangci.yaml --out-format=github-actions install-mode: "goinstall"