From 3b5f367e9dd1ba854c725a4e91cfe1d3c8ef209e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Feb 2024 00:15:59 +0000 Subject: [PATCH 1/2] Bump golangci/golangci-lint-action from 3.7.0 to 3.7.1 Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3.7.0 to 3.7.1. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](https://github.com/golangci/golangci-lint-action/compare/v3.7.0...v3.7.1) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/master.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 1665883..a68f763 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 From 3068f75501df7372eed79941c0128622e7e5eb65 Mon Sep 17 00:00:00 2001 From: gab-arrobo Date: Thu, 8 Feb 2024 17:41:16 -0800 Subject: [PATCH 2/2] Update fossa token --- .github/workflows/master.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index a68f763..70e0642 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.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