Skip to content

Commit 2945647

Browse files
chore(deps): bump golangci/golangci-lint-action from 6 to 7
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6 to 7. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v6...v7) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 834bc41 commit 2945647

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
id: new-from-rev
3131
run: echo "NEW_FROM_REV=$( git rev-parse origin/master )" >> "$GITHUB_OUTPUT"
3232
- name: "Execute golangci-lint on a pull request"
33-
uses: golangci/golangci-lint-action@v6
33+
uses: golangci/golangci-lint-action@v7
3434
with:
3535
# The `only-new-issues` flag is not working (https://github.com/golangci/golangci-lint-action/issues/531).
3636
# We rather decided to use the suggestion from the FAQ (https://golangci-lint.run/welcome/faq/#how-to-integrate-golangci-lint-into-large-project-with-thousands-of-issues) and use `--new-from-rev`
@@ -53,7 +53,7 @@ jobs:
5353
- name: Get golangci-lint configuration file
5454
run: wget --output-document=$(pwd)/.golangci.yml https://sc-devtools.s3.eu-west-1.amazonaws.com/golang-ci/golangci.yml
5555
- name: "Execute golangci-lint on the master branch"
56-
uses: golangci/golangci-lint-action@v6
56+
uses: golangci/golangci-lint-action@v7
5757
with:
5858
# The `only-new-issues` flag is not working (https://github.com/golangci/golangci-lint-action/issues/531).
5959
# We rather decided to use the suggestion from the FAQ (https://golangci-lint.run/usage/faq/#how-to-integrate-golangci-lint-into-large-project-with-thousands-of-issues) and use `--new-from-rev`

0 commit comments

Comments
 (0)