mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-03-17 20:47:50 +02:00
chore(deps): bump golangci/golangci-lint-action from 3.2.0 to 3.3.0 (#3486)
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3.2.0 to 3.3.0. <details> <summary>Commits</summary> <ul> <li><a href="07db5389c9
"><code>07db538</code></a> build(deps): bump <code>@actions/cache</code> from 3.0.4 to 3.0.5 (<a href="https://github-redirect.dependabot.com/golangci/golangci-lint-action/issues/586">#586</a>)</li> <li><a href="328c000029
"><code>328c000</code></a> build(deps-dev): bump <code>@typescript-eslint/eslint-plugin</code> from 5.39.0 to 5.40.0 ...</li> <li><a href="3a79f8d45a
"><code>3a79f8d</code></a> build(deps-dev): bump <code>@typescript-eslint/parser</code> from 5.39.0 to 5.40.0 (<a href="https://github-redirect.dependabot.com/golangci/golangci-lint-action/issues/584">#584</a>)</li> <li><a href="43c645b597
"><code>43c645b</code></a> build(deps-dev): bump eslint from 8.24.0 to 8.25.0 (<a href="https://github-redirect.dependabot.com/golangci/golangci-lint-action/issues/582">#582</a>)</li> <li><a href="88e5fc6380
"><code>88e5fc6</code></a> build(deps-dev): bump <code>@typescript-eslint/eslint-plugin</code> from 5.38.1 to 5.39.0 ...</li> <li><a href="6191de56c9
"><code>6191de5</code></a> build(deps-dev): bump <code>@typescript-eslint/parser</code> from 5.38.1 to 5.39.0 (<a href="https://github-redirect.dependabot.com/golangci/golangci-lint-action/issues/580">#580</a>)</li> <li><a href="5423639e7b
"><code>5423639</code></a> build(deps): bump <code>@actions/core</code> from 1.9.1 to 1.10.0 (<a href="https://github-redirect.dependabot.com/golangci/golangci-lint-action/issues/578">#578</a>)</li> <li><a href="c225631afd
"><code>c225631</code></a> build(deps): bump <code>@actions/github</code> from 5.1.0 to 5.1.1 (<a href="https://github-redirect.dependabot.com/golangci/golangci-lint-action/issues/576">#576</a>)</li> <li><a href="b81d829cdb
"><code>b81d829</code></a> build(deps-dev): bump typescript from 4.8.3 to 4.8.4 (<a href="https://github-redirect.dependabot.com/golangci/golangci-lint-action/issues/577">#577</a>)</li> <li><a href="5b682fd40b
"><code>5b682fd</code></a> build(deps-dev): bump <code>@typescript-eslint/parser</code> from 5.38.0 to 5.38.1 (<a href="https://github-redirect.dependabot.com/golangci/golangci-lint-action/issues/575">#575</a>)</li> <li>Additional commits viewable in <a href="537aa1903e...07db5389c9
">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
117a5fa027
commit
bc5d4bf97a
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
||||
go-version: '>=1.19.2'
|
||||
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3
|
||||
- name: golangci-lint
|
||||
uses: golangci/golangci-lint-action@537aa1903e5d359d0b27dbc19ddd22c5087f3fbc # v3
|
||||
uses: golangci/golangci-lint-action@07db5389c99593f11ad7b44463c2d4233066a9b1 # v3
|
||||
with:
|
||||
skip-go-installation: true
|
||||
args: --timeout=5m
|
||||
|
Loading…
x
Reference in New Issue
Block a user