Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🌱 Bump goreleaser/goreleaser-action from 3.2.0 to 4.1.0 #2539

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 13, 2022

Bumps goreleaser/goreleaser-action from 3.2.0 to 4.1.0.

Release notes

Sourced from goreleaser/goreleaser-action's releases.

v4.1.0

What's Changed

New Contributors

Full Changelog: goreleaser/goreleaser-action@v4...v4.1.0

v4.0.0

What's Changed

Full Changelog: goreleaser/goreleaser-action@v3...v4.0.0

Commits
  • 8f67e59 chore: regenerate
  • 78df308 chore(deps): bump minimatch from 3.0.4 to 3.1.2 (#383)
  • 66134d9 Merge remote-tracking branch 'origin/master' into flarco/master
  • 3c08cfd chore(deps): bump yargs from 17.6.0 to 17.6.2
  • 5dc579b docs: add example when using workdir along with upload-artifact (#366)
  • 3b7d1ba feat!: remove auto-snapshot on dirty tag (#382)
  • 23e0ed5 fix: do not override GORELEASER_CURRENT_TAG (#370)
  • 1315dab update build
  • b60ea88 improve install
  • 4d25ab4 Update goreleaser.ts
  • See full diff in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code labels Dec 13, 2022
@codecov
Copy link

codecov bot commented Dec 13, 2022

Codecov Report

Merging #2539 (421afe3) into main (f1ca6d7) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2539   +/-   ##
=======================================
  Coverage   40.40%   40.40%           
=======================================
  Files         122      122           
  Lines        9908     9908           
=======================================
  Hits         4003     4003           
  Misses       5624     5624           
  Partials      281      281           

@dependabot dependabot bot force-pushed the dependabot/github_actions/goreleaser/goreleaser-action-4.1.0 branch from 04f89f6 to cd38e9c Compare December 14, 2022 08:02
@dependabot dependabot bot temporarily deployed to integration-test December 14, 2022 08:02 Inactive
@github-actions
Copy link

Integration tests success for
[cd38e9c]
(https://github.com/ossf/scorecard/actions/runs/3692869447)

@dependabot dependabot bot force-pushed the dependabot/github_actions/goreleaser/goreleaser-action-4.1.0 branch from cd38e9c to 2118bf7 Compare December 15, 2022 08:01
@dependabot dependabot bot force-pushed the dependabot/github_actions/goreleaser/goreleaser-action-4.1.0 branch from 2118bf7 to b4077bb Compare December 20, 2022 08:01
@dependabot dependabot bot force-pushed the dependabot/github_actions/goreleaser/goreleaser-action-4.1.0 branch from b4077bb to b78c6ea Compare December 22, 2022 08:02
@dependabot dependabot bot force-pushed the dependabot/github_actions/goreleaser/goreleaser-action-4.1.0 branch from b78c6ea to 3678a13 Compare December 26, 2022 08:01
@dependabot dependabot bot force-pushed the dependabot/github_actions/goreleaser/goreleaser-action-4.1.0 branch from 3678a13 to bb6fcdc Compare December 28, 2022 08:02
@dependabot dependabot bot temporarily deployed to integration-test December 31, 2022 14:16 Inactive
@github-actions
Copy link

Integration tests success for
[bb6fcdc]
(https://github.com/ossf/scorecard/actions/runs/3792582679)

@dependabot dependabot bot force-pushed the dependabot/github_actions/goreleaser/goreleaser-action-4.1.0 branch from bb6fcdc to 9355e39 Compare January 2, 2023 08:01
@dependabot dependabot bot force-pushed the dependabot/github_actions/goreleaser/goreleaser-action-4.1.0 branch from 9355e39 to 197ab86 Compare January 3, 2023 08:01
@dependabot dependabot bot force-pushed the dependabot/github_actions/goreleaser/goreleaser-action-4.1.0 branch from 197ab86 to fd39d11 Compare January 6, 2023 08:01
@dependabot dependabot bot force-pushed the dependabot/github_actions/goreleaser/goreleaser-action-4.1.0 branch from fd39d11 to faa3d84 Compare January 9, 2023 08:03
@dependabot dependabot bot force-pushed the dependabot/github_actions/goreleaser/goreleaser-action-4.1.0 branch from faa3d84 to 465d1b3 Compare January 12, 2023 08:01
Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 3.2.0 to 4.1.0.
- [Release notes](https://github.com/goreleaser/goreleaser-action/releases)
- [Commits](goreleaser/goreleaser-action@b508e2e...8f67e59)

---
updated-dependencies:
- dependency-name: goreleaser/goreleaser-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/github_actions/goreleaser/goreleaser-action-4.1.0 branch from 465d1b3 to 421afe3 Compare January 20, 2023 08:01
@dependabot dependabot bot temporarily deployed to integration-test January 20, 2023 08:02 Inactive
@github-actions
Copy link

Integration tests success for
[421afe3]
(https://github.com/ossf/scorecard/actions/runs/3965775768)

@naveensrinivasan naveensrinivasan merged commit 6112c07 into main Jan 20, 2023
@naveensrinivasan naveensrinivasan deleted the dependabot/github_actions/goreleaser/goreleaser-action-4.1.0 branch January 20, 2023 16:27
raghavkaul pushed a commit to raghavkaul/scorecard that referenced this pull request Feb 9, 2023
Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 3.2.0 to 4.1.0.
- [Release notes](https://github.com/goreleaser/goreleaser-action/releases)
- [Commits](goreleaser/goreleaser-action@b508e2e...8f67e59)

---
updated-dependencies:
- dependency-name: goreleaser/goreleaser-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
raghavkaul pushed a commit to raghavkaul/scorecard that referenced this pull request Apr 4, 2023
Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 3.2.0 to 4.1.0.
- [Release notes](https://github.com/goreleaser/goreleaser-action/releases)
- [Commits](goreleaser/goreleaser-action@b508e2e...8f67e59)

---
updated-dependencies:
- dependency-name: goreleaser/goreleaser-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant