From 67f2c65ebcb9ffb13ed471089def38d6601a50c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Feb 2024 01:42:08 +0000 Subject: [PATCH] Bump golangci/golangci-lint-action from 3.7.0 to 3.7.1 (#17) --- .github/workflows/master.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 1665883..70e0642 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -35,7 +35,7 @@ jobs: go-version-file: 'go.mod' - name: golangci-lint - uses: golangci/golangci-lint-action@v3.7.0 + uses: golangci/golangci-lint-action@v3.7.1 with: version: latest args: -v --config ./.golangci.yml @@ -56,7 +56,7 @@ jobs: - name: FOSSA scan uses: fossa-contrib/fossa-action@v3 with: - fossa-api-key: 9dc8fa92e3dd565687317beb87b56d89 + fossa-api-key: 0c3bbcdf20e157bbd487dae173751b28 unit-tests: runs-on: ubuntu-latest