From 44df07a5f440081f4bf1703fa2172f6710861844 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Fran=C3=A7ois=20Bustarret?= Date: Mon, 29 Jun 2026 15:35:00 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20ci:=20pin=20golangci-lint=20to?= =?UTF-8?q?=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 1c2a987e..1e2e0f21 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,7 +30,7 @@ jobs: - name: 🔎 Docker Lint run: bash -c "make dockerlint" - name: 🔎 golangci-lint - uses: outscale/goutils/.github/actions/lint@05ad7817324ae08f446039cbe11ed0322ae2467b # main + uses: outscale/goutils/.github/actions/lint@ba9b0e7bcc1ab4b8fd2c69d8b4de17d86218f5b5 # v1 - name: 🔎 Reuse check run: make lint-reuse shell: bash