From b005290a63bbaab35dbaf6a69bc5af1dbd7bc0d3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Apr 2024 21:09:12 +0000 Subject: [PATCH] chore(deps): update pre-commit/action digest to f7acafa --- .github/workflows/scan-lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scan-lint.yaml b/.github/workflows/scan-lint.yaml index 441d295a..431142f0 100644 --- a/.github/workflows/scan-lint.yaml +++ b/.github/workflows/scan-lint.yaml @@ -21,7 +21,7 @@ jobs: run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.55.2 - name: Run pre-commit - uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # + uses: pre-commit/action@f7acafac0271bdd064cdfa1b13f17b4350e565ed # with: extra_args: --all-files --verbose # pre-commit run --all-files --verbose