Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jun 10, 2024

Bumps the github-actions group with 9 updates in the / directory:

Package From To
azure/setup-helm 3 4
actions/setup-python 4 5
helm/kind-action 1.8.0 1.10.0
actions/setup-go 4 5
golangci/golangci-lint-action 3 6
github/super-linter 5 6
actions/cache 3 4
github/codeql-action 2 3
goreleaser/goreleaser-action 5 6

Updates azure/setup-helm from 3 to 4

Release notes

Sourced from azure/setup-helm's releases.

v4.0.0

  • #121 update to node20 as node16 is deprecated

v3.5 release

Bump @​actions/core version to remove output warning.

v3.4 release

Improves the querying method to find the latest Helm release. Takes advantage of new GitHub api changes.

v3.3 release

Add token input. Needed for fetching latest

v3.1 release

Swap to GraphQL GitHub API

Changelog

Sourced from azure/setup-helm's changelog.

Change Log

[4.2.0] - 2024-04-15

  • #124 Fix OS detection and download OS-native archive extension

[4.1.0] - 2024-03-01

  • #130 switches to use Helm published file to read latest version instead of using GitHub releases

[4.0.0] - 2024-02-12

  • #121 update to node20 as node16 is deprecated
Commits

Updates actions/setup-python from 4 to 5

Release notes

Sourced from actions/setup-python's releases.

v5.0.0

What's Changed

In scope of this release, we update node version runtime from node16 to node20 (actions/setup-python#772). Besides, we update dependencies to the latest versions.

Full Changelog: actions/setup-python@v4.8.0...v5.0.0

v4.8.0

What's Changed

In scope of this release we added support for GraalPy (actions/setup-python#694). You can use this snippet to set up GraalPy:

steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4 
  with:
    python-version: 'graalpy-22.3' 
- run: python my_script.py

Besides, the release contains such changes as:

New Contributors

Full Changelog: actions/setup-python@v4...v4.8.0

v4.7.1

What's Changed

Full Changelog: actions/setup-python@v4...v4.7.1

v4.7.0

In scope of this release, the support for reading python version from pyproject.toml was added (actions/setup-python#669).

      - name: Setup Python
        uses: actions/setup-python@v4
</tr></table> 

... (truncated)

Commits
  • 82c7e63 Documentation changes for avoiding rate limit issues on GHES (#835)
  • 10aa35a feat: fallback to raw endpoint for manifest when rate limit is reached (#766)
  • 9a7ac94 Bump undici from 5.27.2 to 5.28.3 (#817)
  • 871daa9 Fix the "Specifying multiple Python/PyPy versions" link (#782)
  • 2f07895 Fix broken README.md link (#793)
  • e9d6f99 Replace setup-python@v4 by setup-python@v5 in README (#776)
  • 0a5c615 Update action to node20 (#772)
  • 0ae5836 Add example of GraalPy to docs (#773)
  • b64ffca update actions/checkout to v4 (#761)
  • 8d28961 Examples now use checkout@v4 (#738)
  • Additional commits viewable in compare view

Updates helm/kind-action from 1.8.0 to 1.10.0

Release notes

Sourced from helm/kind-action's releases.

v1.10.0

Requirements

We changed to use wget instead of curl

What's Changed

Full Changelog: helm/kind-action@v1.9.0...v1.10.0

v1.9.0

What's Changed

New Contributors

Full Changelog: helm/kind-action@v1.8.0...v1.9.0

Commits
  • 0025e74 Bump actions/checkout from 4.1.2 to 4.1.3 in the actions group (#109)
  • 2a7d25f bump kind to 0.22.0 / kubectl and general housekeeping (#107)
  • d821386 Bump actions/checkout from 4.1.2 to 4.1.3 (#108)
  • e89fbc4 Bump actions/checkout from 4.1.1 to 4.1.2 (#106)
  • 8300bd0 Update kind to release v0.21.0 (#104)
  • 99576bf docs: bump outdated action version in README (#92)
  • 0ca85d0 docs: fix default version in action.yml (#91)
  • fc8d4ed Fix arch detection in non-Debian distros (#93)
  • 4be822c chore: Bump node version to node20 (#102)
  • 100421e Bump actions/checkout from 4.1.0 to 4.1.1 (#99)
  • Additional commits viewable in compare view

Updates actions/setup-go from 4 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: actions/setup-go@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: actions/setup-go@v4...v4.1.0

v4.0.1

What's Changed

New Contributors

Full Changelog: actions/setup-go@v4...v4.0.1

Commits

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

Release notes

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

v6.0.0

What's Changed

This version removes annotations option (because it was useless), and removes the default output format (github-actions). The annotations are still produced but with another approach.

Changes

Dependencies

Full Changelog: golangci/golangci-lint-action@v5.3.0...v6.0.0

v5.3.0

What's Changed

Changes

Full Changelog: golangci/golangci-lint-action@v5.2.0...v5.3.0

v5.2.0

What's Changed

Changes

Full Changelog: golangci/golangci-lint-action@v5.1.0...v5.2.0

v5.1.0

What's Changed

Changes

Dependencies

... (truncated)

Commits
  • a4f60bb fix: use 3-dots syntax for diff on push (#1040)
  • 5815a4b doc: improve readme
  • 23faadf doc: improve readme
  • b556f25 doc: improve readme
  • 789f114 feat: rewrite format handling (#1038)
  • d36b91c build(deps-dev): bump @​typescript-eslint/parser from 7.7.1 to 7.8.0 (#1035)
  • a9eb115 build(deps): bump @​types/node from 20.12.7 to 20.12.8 (#1036)
  • bd4fa7c build(deps-dev): bump @​typescript-eslint/eslint-plugin from 7.7.1 to 7.8.0 (#...
  • 38e1018 feat: improve log about pwd/cwd (#1033)
  • 21e9e6b feat: use OS and working-directory as cache key (#1032)
  • Additional commits viewable in compare view

Updates github/super-linter from 5 to 6

Release notes

Sourced from github/super-linter's releases.

v6

Full Changelog: github/super-linter@v4.10.2...v6

Changelog

Sourced from github/super-linter's changelog.

6.4.0 (2024-04-16)

🚀 Features

🐛 Bugfixes

⬆️ Dependency updates

  • bundler: bump rubocop-rails from 2.24.0 to 2.24.1 in /dependencies (#5443) (2a147fa)
  • bundler: bump rubocop-rspec from 2.27.1 to 2.29.1 in /dependencies (#5476) (5fe65e5)
  • dev-docker: bump node in /dev-dependencies (#5487) (aaf5f3d)
  • dev-npm: bump @​commitlint/cli in /dev-dependencies (#5448) (6992ae7)
  • docker: bump dart from 3.3.1-sdk to 3.3.3-sdk (#5461) (41f1f2d)
  • docker: bump dotnet/sdk (#5464) (4edb99e)
  • docker: bump golang from 1.22.1-alpine to 1.22.2-alpine (#5488) (e9d3471)
  • docker: bump golangci/golangci-lint from v1.56.2 to v1.57.2 (#5462) (0764966)
  • docker: bump scalameta/scalafmt from v3.8.0 to v3.8.1 (#5463) (613d661)
  • docker: bump yoheimuta/protolint from 0.49.3 to 0.49.4 (#5490) (62a763d)
  • github-actions: bump bobheadxi/deployments from 1.4.0 to 1.5.0 (#5460) (fd2c7cc)
  • github-actions: bump dependabot/fetch-metadata from 1 to 2 (#5449) (b1e59ed)
  • java: bump com.google.googlejavaformat:google-java-format (#5484) (4bc39d7)
  • java: bump com.puppycrawl.tools:checkstyle (#5457) (25cb7af)
  • npm: bump @​babel/eslint-parser in /dependencies (#5434) (ebf7ad0)
  • npm: bump @​babel/preset-react in /dependencies (#5440) (809f6f4)
  • npm: bump @​babel/preset-typescript in /dependencies (#5439) (87fe03b)
  • npm: bump @​ibm/tekton-lint from 1.0.1 to 1.0.2 in /dependencies (#5485) (b26cd9f)
  • npm: bump @​stoplight/spectral-cli in /dependencies (#5492) (240e382)
  • npm: bump @​typescript-eslint/eslint-plugin in /dependencies (#5475) (019fa5f)
  • npm: bump eslint-plugin-jest in /dependencies (#5495) (5db715d)
  • npm: bump eslint-plugin-jsonc in /dependencies (#5468) (f3d13bd)
  • npm: bump eslint-plugin-vue from 9.23.0 to 9.24.0 in /dependencies (#5438) (89e55ba)
  • npm: bump eslint-plugin-vue from 9.24.0 to 9.24.1 in /dependencies (#5489) (454e13a)
  • npm: bump next from 14.1.3 to 14.1.4 in /dependencies (#5442) (9f97afa)
  • npm: bump npm-groovy-lint from 14.2.4 to 14.4.0 in /dependencies (#5469) (1eb4e8e)
  • npm: bump react-intl from 6.6.2 to 6.6.4 in /dependencies (#5470) (f9f8fdd)
  • npm: bump react-intl from 6.6.4 to 6.6.5 in /dependencies (#5493) (702428a)
  • npm: bump renovate from 37.263.0 to 37.279.0 in /dependencies (#5466) (f059252)
  • npm: bump renovate from 37.279.0 to 37.280.0 in /dependencies (#5486) (2ef03bc)
  • npm: bump typescript from 5.4.2 to 5.4.3 in /dependencies (#5435) (7200949)

... (truncated)

Commits
  • 4e51915 Update README.md
  • 5336115 deps(dev-npm): bump @​commitlint/config-conventional in /dev-dependencies (#5521)
  • a540e8d deps(docker): bump dart from 3.3.3-sdk to 3.3.4-sdk (#5550)
  • 74733ba deps(docker): bump hashicorp/terraform from 1.8.0 to 1.8.1 (#5551)
  • 1682dbc deps(docker): bump alpine/terragrunt from 1.8.0 to 1.8.1 (#5552)
  • 90554b4 deps(github-actions): bump actions/download-artifact from 4.1.4 to 4.1.5 (#5553)
  • 46a0678 deps(github-actions): bump actions/upload-artifact from 4.3.1 to 4.3.2 (#5554)
  • f33d4b2 deps(python): bump yq from 3.3.0 to 3.4.1 in /dependencies/python (#5555)
  • 72d4e76 deps(python): bump cfn-lint in /dependencies/python (#5556)
  • 0cbc4d9 deps(python): bump sqlfluff from 3.0.4 to 3.0.5 in /dependencies/python (#5557)
  • Additional commits viewable in compare view

Updates actions/cache from 3 to 4

Release notes

Sourced from actions/cache's releases.

v4.0.0

What's Changed

New Contributors

Full Changelog: actions/cache@v3...v4.0.0

v3.3.3

What's Changed

New Contributors

Full Changelog: actions/cache@v3...v3.3.3

v3.3.2

What's Changed

New Contributors

Full Changelog: actions/cache@v3...v3.3.2

v3.3.1

What's Changed

Full Changelog: actions/cache@v3...v3.3.1

v3.3.0

What's Changed

... (truncated)

Changelog

Sourced from actions/cache's changelog.

Releases

4.0.2

  • Fixed restore fail-on-cache-miss not working.

4.0.1

  • Updated isGhes check

4.0.0

  • Updated minimum runner version support from node 12 -> node 20

3.3.3

  • Updates @​actions/cache to v3.2.3 to fix accidental mutated path arguments to getCacheVersion actions/toolkit#1378
  • Additional audit fixes of npm package(s)

3.3.2

  • Fixes bug with Azure SDK causing blob downloads to get stuck.

3.3.1

  • Reduced segment size to 128MB and segment timeout to 10 minutes to fail fast in case the cache download is stuck.

3.3.0

  • Added option to lookup cache without downloading it.

3.2.6

  • Fix zstd not being used after zstd version upgrade to 1.5.4 on hosted runners.

3.2.5

  • Added fix to prevent from setting MYSYS environment variable globally.

3.2.4

  • Added option to fail job on cache miss.

3.2.3

  • Support cross os caching on Windows as an opt-in feature.
  • Fix issue with symlink restoration on Windows for cross-os caches.

3.2.2

... (truncated)

Commits

Updates github/codeql-action from 2 to 3

Release notes

Sourced from github/codeql-action's releases.

CodeQL Bundle v2.17.4

Bundles CodeQL CLI v2.17.4

Includes the following CodeQL language packs from github/codeql@codeql-cli/v2.17.4:

CodeQL Bundle v2.17.3

Bundles CodeQL CLI v2.17.3

Includes the following CodeQL language packs from github/codeql@codeql-cli/v2.17.3:

Bumps the github-actions group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [azure/setup-helm](https://github.com/azure/setup-helm) | `3` | `4` |
| [actions/setup-python](https://github.com/actions/setup-python) | `4` | `5` |
| [helm/kind-action](https://github.com/helm/kind-action) | `1.8.0` | `1.10.0` |
| [actions/setup-go](https://github.com/actions/setup-go) | `4` | `5` |
| [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) | `3` | `6` |
| [github/super-linter](https://github.com/github/super-linter) | `5` | `6` |
| [actions/cache](https://github.com/actions/cache) | `3` | `4` |
| [github/codeql-action](https://github.com/github/codeql-action) | `2` | `3` |
| [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) | `5` | `6` |



Updates `azure/setup-helm` from 3 to 4
- [Release notes](https://github.com/azure/setup-helm/releases)
- [Changelog](https://github.com/Azure/setup-helm/blob/main/CHANGELOG.md)
- [Commits](Azure/setup-helm@v3...v4)

Updates `actions/setup-python` from 4 to 5
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v4...v5)

Updates `helm/kind-action` from 1.8.0 to 1.10.0
- [Release notes](https://github.com/helm/kind-action/releases)
- [Commits](helm/kind-action@v1.8.0...v1.10.0)

Updates `actions/setup-go` from 4 to 5
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@v4...v5)

Updates `golangci/golangci-lint-action` from 3 to 6
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](golangci/golangci-lint-action@v3...v6)

Updates `github/super-linter` from 5 to 6
- [Release notes](https://github.com/github/super-linter/releases)
- [Changelog](https://github.com/github/super-linter/blob/main/CHANGELOG.md)
- [Commits](github/super-linter@v5...v6)

Updates `actions/cache` from 3 to 4
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v3...v4)

Updates `github/codeql-action` from 2 to 3
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@v2...v3)

Updates `goreleaser/goreleaser-action` from 5 to 6
- [Release notes](https://github.com/goreleaser/goreleaser-action/releases)
- [Commits](goreleaser/goreleaser-action@v5...v6)

---
updated-dependencies:
- dependency-name: azure/setup-helm
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: helm/kind-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: golangci/golangci-lint-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: github/super-linter
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: goreleaser/goreleaser-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jun 10, 2024
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.

1 participant