labd / terraform-provider-amplience

Terraform provider for Amplience
https://registry.terraform.io/providers/labd/amplience/latest
Mozilla Public License 2.0
7 stars 4 forks source link

chore(deps): bump the github-actions group with 7 updates #24

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 2 months ago

Bumps the github-actions group with 7 updates:

Package From To
actions/checkout 3 4
actions/setup-go 3 5
goreleaser/goreleaser-action 2 5
golangci/golangci-lint-action 3 5
codecov/codecov-action 3 4
labd/changie-release-action 0.2.0 0.3.1
actions/add-to-project 0.5.0 1.0.1

Updates actions/checkout from 3 to 4

Release notes

Sourced from actions/checkout's releases.

v4.0.0

What's Changed

New Contributors

Full Changelog: https://github.com/actions/checkout/compare/v3...v4.0.0

v3.6.0

What's Changed

New Contributors

Full Changelog: https://github.com/actions/checkout/compare/v3.5.3...v3.6.0

v3.5.3

What's Changed

New Contributors

Full Changelog: https://github.com/actions/checkout/compare/v3...v3.5.3

v3.5.2

What's Changed

Full Changelog: https://github.com/actions/checkout/compare/v3.5.1...v3.5.2

v3.5.1

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from actions/checkout's changelog.

Changelog

v4.1.4

v4.1.3

v4.1.2

v4.1.1

v4.1.0

v4.0.0

v3.6.0

v3.5.3

v3.5.2

v3.5.1

v3.5.0

v3.4.0

... (truncated)

Commits


Updates actions/setup-go from 3 to 5

Release notes

Sourced from actions/setup-go's releases.

v5.0.0

What's Changed

In scope of this release, we change Nodejs runtime from node16 to node20 (actions/setup-go#421). Moreover, we update some dependencies to the latest versions (actions/setup-go#445).

Besides, this release contains such changes as:

New Contributors

Full Changelog: https://github.com/actions/setup-go/compare/v4...v5.0.0

v4.1.0

What's Changed

In scope of this release, slow installation on Windows was fixed by @​dsame in actions/setup-go#393 and OS version was added to primaryKey for Ubuntu runners to avoid conflicts (actions/setup-go#383)

This release also includes the following changes:

New Contributors

Full Changelog: https://github.com/actions/setup-go/compare/v4...v4.1.0

v4.0.1

What's Changed

New Contributors

Full Changelog: https://github.com/actions/setup-go/compare/v4...v4.0.1

v4.0.0

In scope of release we enable cache by default. The action won’t throw an error if the cache can’t be restored or saved. The action will throw a warning message but it won’t stop a build process. The cache can be disabled by specifying cache: false.

</tr></table> 

... (truncated)

Commits


Updates goreleaser/goreleaser-action from 2 to 5

Release notes

Sourced from goreleaser/goreleaser-action's releases.

v5.0.0

What's Changed

Full Changelog: https://github.com/goreleaser/goreleaser-action/compare/v4.6.0...v5.0.0

v4.6.0

Reverts the change to node20 runtime.

Full Changelog: https://github.com/goreleaser/goreleaser-action/compare/v4.5.0...v4.6.0

v4.5.0

What's Changed

New Contributors

Full Changelog: https://github.com/goreleaser/goreleaser-action/compare/v4.4.0...v4.5.0

v4.4.0

What's Changed

Full Changelog: https://github.com/goreleaser/goreleaser-action/compare/v4.3.0...v4.4.0

v4.3.0

What's Changed

New Contributors

Full Changelog: https://github.com/goreleaser/goreleaser-action/compare/v4.2.0...v4.3.0

... (truncated)

Commits
  • 7ec5c2b chore(deps): bump @​actions/core from 1.10.0 to 1.10.1 (#434)
  • 3529a65 chore: node 20 as default runtime (#432)
  • d2f6e33 chore(deps): bump crazy-max/ghaction-import-gpg from 5 to 6 (#433)
  • 5fdedb9 revert: node20 change
  • 81d9ad7 feat: bump to use node20 runtime, actions/checkout to v4 (#430)
  • a10d0e3 chore(deps): bump word-wrap from 1.2.3 to 1.2.5 (#427)
  • 3fa32b8 feat(deps): update semver, @​actions/http-client
  • c7c9447 feat: support oss nightlies (#424)
  • 920a7cb chore(deps): bump semver from 7.5.0 to 7.5.1 (#417)
  • 336e299 feat: support nightly (#419)
  • Additional commits viewable in compare view


Updates golangci/golangci-lint-action from 3 to 5

Release notes

Sourced from golangci/golangci-lint-action's releases.

v5.0.0

What's Changed

skip-pkg-cache and skip-build-cache have been removed because the cache related to Go itself is already handled by actions/setup-go.

Changes

New Contributors

Full Changelog: https://github.com/golangci/golangci-lint-action/compare/v4.0.1...v5.0.0

v4.0.1

What's Changed

Documentation

Dependencies

... (truncated)

Commits
  • 9d1e062 feat: only new issues enhancements (#1029)
  • 692c9c9 build(deps-dev): bump @​typescript-eslint/eslint-plugin from 7.7.0 to 7.7.1 (#...
  • ef6d5d0 build(deps-dev): bump @​typescript-eslint/parser from 7.7.0 to 7.7.1 (#1027)
  • d149ece docs: update readme
  • f89fd48 docs: update readme
  • 47ef1b2 docs: update readme
  • 7c0f80c docs: update readme
  • 3adb6d0 docs: update readme
  • 03a8ce6 docs: update readme
  • 82d40c2 feat: remove Go cache management (#1024)
  • Additional commits viewable in compare view


Updates codecov/codecov-action from 3 to 4

Release notes

Sourced from codecov/codecov-action's releases.

v4.0.0

v4 of the Codecov Action uses the CLI as the underlying upload. The CLI has helped to power new features including local upload, the global upload token, and new upcoming features.

Breaking Changes

  • The Codecov Action runs as a node20 action due to node16 deprecation. See this post from GitHub on how to migrate.
  • Tokenless uploading is unsupported. However, PRs made from forks to the upstream public repos will support tokenless (e.g. contributors to OS projects do not need the upstream repo's Codecov token). This doc shows instructions on how to add the Codecov token.
  • OS platforms have been added, though some may not be automatically detected. To see a list of platforms, see our CLI download page
  • Various arguments to the Action have been changed. Please be aware that the arguments match with the CLI's needs

v3 versions and below will not have access to CLI features (e.g. global upload token, ATS).

What's Changed

... (truncated)

Changelog

Sourced from codecov/codecov-action's changelog.

4.0.0-beta.2

Fixes

  • #1085 not adding -n if empty to do-upload command

4.0.0-beta.1

v4 represents a move from the universal uploader to the Codecov CLI. Although this will unlock new features for our users, the CLI is not yet at feature parity with the universal uploader.

Breaking Changes

  • No current support for aarch64 and alpine architectures.
  • Tokenless uploading is unsuported
  • Various arguments to the Action have been removed

3.1.4

Fixes

  • #967 Fix typo in README.md
  • #971 fix: add back in working dir
  • #969 fix: CLI option names for uploader

Dependencies

  • #970 build(deps-dev): bump @​types/node from 18.15.12 to 18.16.3
  • #979 build(deps-dev): bump @​types/node from 20.1.0 to 20.1.2
  • #981 build(deps-dev): bump @​types/node from 20.1.2 to 20.1.4

3.1.3

Fixes

  • #960 fix: allow for aarch64 build

Dependencies

  • #957 build(deps-dev): bump jest-junit from 15.0.0 to 16.0.0
  • #958 build(deps): bump openpgp from 5.7.0 to 5.8.0
  • #959 build(deps-dev): bump @​types/node from 18.15.10 to 18.15.12

3.1.2

Fixes

  • #718 Update README.md
  • #851 Remove unsupported path_to_write_report argument
  • #898 codeql-analysis.yml
  • #901 Update README to contain correct information - inputs and negate feature
  • #955 fix: add in all the extra arguments for uploader

Dependencies

  • #819 build(deps): bump openpgp from 5.4.0 to 5.5.0
  • #835 build(deps): bump node-fetch from 3.2.4 to 3.2.10
  • #840 build(deps): bump ossf/scorecard-action from 1.1.1 to 2.0.4
  • #841 build(deps): bump @​actions/core from 1.9.1 to 1.10.0
  • #843 build(deps): bump @​actions/github from 5.0.3 to 5.1.1
  • #869 build(deps): bump node-fetch from 3.2.10 to 3.3.0
  • #872 build(deps-dev): bump jest-junit from 13.2.0 to 15.0.0
  • #879 build(deps): bump decode-uri-component from 0.2.0 to 0.2.2

... (truncated)

Commits
  • 5ecb98a chore(release): 4.3.1. (#1405)
  • 5a299d1 fix: bypass token checks for forks and OIDC (#1404)
  • dad251d docs: main branch (#1396)
  • e8bbe5f docs: Type Annotations (#1397)
  • a6fd87f build(deps-dev): bump @​typescript-eslint/parser from 7.7.1 to 7.8.0 (#1401)
  • 76c8cd6 build(deps-dev): bump @​typescript-eslint/eslint-plugin from 7.7.1 to 7.8.0 (#...
  • 1290bdd style: Node Packages (#1394)
  • 951ef79 build(deps): bump github/codeql-action from 3.25.1 to 3.25.3 (#1391)
  • bb71c1b build(deps): bump actions/checkout from 4.1.3 to 4.1.4 (#1392)
  • acc5d43 build(deps): bump actions/upload-artifact from 4.3.2 to 4.3.3 (#1393)
  • Additional commits viewable in compare view


Updates labd/changie-release-action from 0.2.0 to 0.3.1

Release notes

Sourced from labd/changie-release-action's releases.

v0.3.1

No release notes provided.

v0.3.0

Added

  • Add version-command variable to run custom commands to set a version
Changelog

Sourced from labd/changie-release-action's changelog.

v0.3.1 - 2023-11-14

Fixed

  • Fixed changelog body not being set correctly

v0.3.0 - 2023-04-22

Added

  • Add version-command variable to run custom commands to set a version
Commits
  • 851d6ab Merge pull request #10 from labd/release/v0.3.1
  • dadc896 Release v0.3.1
  • c828161 added changie file
  • e9e5f78 Merge pull request #9 from labd/fix/changelog
  • f262f3e fix: fixed ignored filter
  • 4a1f18a fix: upgraded changie action version, fixed changelog body issue
  • f4c001f Fix invalid yaml file (dupliate env)
  • af164d6 Pass body as env
  • 559417a Release v0.3.0
  • 0511ce2 Fix sed macos vs linux flags
  • Additional commits viewable in compare view


Updates actions/add-to-project from 0.5.0 to 1.0.1

Release notes

Sourced from actions/add-to-project's releases.

v1.0.1

Summary

This release includes dependency updates, including security fix to undici.

What's Changed

dependabot[bot] commented 1 month ago

Superseded by #26.