From ec560bb32be9399546cbec27b0eab389e1b94d16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 14:28:12 +0000 Subject: [PATCH] Bump Jerome1337/golint-action from 1.0.2 to 1.0.3 Bumps [Jerome1337/golint-action](https://github.com/jerome1337/golint-action) from 1.0.2 to 1.0.3. - [Release notes](https://github.com/jerome1337/golint-action/releases) - [Commits](https://github.com/jerome1337/golint-action/compare/v1.0.2...v1.0.3) --- updated-dependencies: - dependency-name: Jerome1337/golint-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/pull-request.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index ffa881fb..c36c8cea 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -43,27 +43,27 @@ jobs: - name: Check out code into the Go module directory uses: actions/checkout@v3.0.2 - name: Go-linter-1 - uses: Jerome1337/golint-action@v1.0.2 + uses: Jerome1337/golint-action@v1.0.3 with: golint-path: app/cmd/... - name: Go-linter-2 - uses: Jerome1337/golint-action@v1.0.2 + uses: Jerome1337/golint-action@v1.0.3 with: golint-path: app/helper/... - name: Go-linter-3 - uses: Jerome1337/golint-action@v1.0.2 + uses: Jerome1337/golint-action@v1.0.3 with: golint-path: app/i18n/i18n.go - name: Go-linter-4 - uses: Jerome1337/golint-action@v1.0.2 + uses: Jerome1337/golint-action@v1.0.3 with: golint-path: app/. - name: Go-linter-5 - uses: Jerome1337/golint-action@v1.0.2 + uses: Jerome1337/golint-action@v1.0.3 with: golint-path: client/... - name: Go-linter-6 - uses: Jerome1337/golint-action@v1.0.2 + uses: Jerome1337/golint-action@v1.0.3 with: golint-path: util/... Security: