Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 17, 2024

Bumps the ci group with 8 updates in the / directory:

Package From To
helm/kind-action 1.9.0 1.10.0
yokawasa/action-setup-kube-tools 0.11.0 0.11.2
slackapi/slack-github-action 1.25.0 2.0.0
dcarbone/install-jq-action 2.1.0 3.0.1
thollander/actions-comment-pull-request 2.5.0 3.0.1
anchore/sbom-action 0.15.11 0.17.7
sigstore/cosign-installer 3.5.0 3.7.0
goreleaser/goreleaser-action 5 6

Updates helm/kind-action from 1.9.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

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)
  • See full diff in compare view

Updates yokawasa/action-setup-kube-tools from 0.11.0 to 0.11.2

Release notes

Sourced from yokawasa/action-setup-kube-tools's releases.

v0.11.2

What's Changed

New Contributors

Full Changelog: yokawasa/action-setup-kube-tools@v0.11.1...v0.11.2

v0.11.1

What's Changed

Full Changelog: yokawasa/action-setup-kube-tools@v0.11.0...v0.11.1

Commits
  • 9e25a42 Merge pull request #64 from yokawasa/v0.11.2
  • 25e4c6f v0.11.2 release
  • 95a279b Merge pull request #61 from yokawasa/dependabot/npm_and_yarn/dset-3.1.4
  • a9fba30 Merge pull request #59 from yokawasa/dependabot/npm_and_yarn/ws-8.17.1
  • cfc6573 Merge pull request #58 from yokawasa/dependabot/npm_and_yarn/braces-3.0.3
  • c1bf253 Merge pull request #63 from mmalyska/releases/v0.12.0
  • 02d934b rollback version change
  • d692acf change kubectl download url, update README
  • f553a0e Bump dset from 3.1.2 to 3.1.4
  • d577ac8 Bump ws from 8.7.0 to 8.17.1
  • Additional commits viewable in compare view

Updates slackapi/slack-github-action from 1.25.0 to 2.0.0

Release notes

Sourced from slackapi/slack-github-action's releases.

Slack Send v2.0.0

YAML! And more API methods! With improved erroring! And more!

Sending data to Slack can now be done with the YAML format, and that data can be sent to [a Slack API method][methods] or technique of choice with the provided payload. And additional configurations can improve error handling or customize values between steps.

Breaking changes happen with this update and recommended migration strategies are detailed below. Adding this step to new workflows might prefer to follow the README instead 📚

What's changed

Both inputs of payload variables, techniques for sending the payload, additional configurations, and expected outputs were changed:

... (truncated)

Commits
  • 485a9d4 Release
  • e598089 chore(release): tag version 2.0.0
  • e9b3a6b feat!: wrap payloads to send to a "method" with "token" or "webhook" (#333)
  • 74ae656 chore(release): tag version 1.27.1
  • bd0e281 build(deps): bump codecov/codecov-action from 4.5.0 to 4.6.0 (#355)
  • e127529 build(deps): bump @​actions/core from 1.10.1 to 1.11.1 (#354)
  • 6b51022 build(deps-dev): bump eslint-plugin-jsdoc from 50.3.1 to 50.4.3 (#353)
  • 555e4ad build(deps-dev): bump eslint-plugin-import from 2.30.0 to 2.31.0 (#352)
  • 8d4500e build(deps): bump @​slack/web-api from 7.5.0 to 7.7.0 (#351)
  • d0dece6 build(deps-dev): bump mocha from 10.7.3 to 10.8.2 (#350)
  • Additional commits viewable in compare view

Updates dcarbone/install-jq-action from 2.1.0 to 3.0.1

Release notes

Sourced from dcarbone/install-jq-action's releases.

v3.0.1

What's Changed

Full Changelog: dcarbone/install-jq-action@v3.0.0...v3.0.1

v3.0.0

What's Changed

Full Changelog: dcarbone/install-jq-action@v2...v3.0.0

Commits

Updates thollander/actions-comment-pull-request from 2.5.0 to 3.0.1

Release notes

Sourced from thollander/actions-comment-pull-request's releases.

v3.0.1

What's Changed

Full Changelog: thollander/actions-comment-pull-request@v3.0.0...v3.0.1

v3.0.0

What's Changed

Breaking changes

Parameters

  • From filePath to file-path
  • From GITHUB_TOKEN to github-token
  • From pr_number to pr-number
  • From comment_tag to comment-tag
  • From create_if_not_exists to create-if-not-exists

Mode

delete now deletes a comment immediately. To delete the comment at the end of the job, use delete-on-completion mode.

Full Changelog: thollander/actions-comment-pull-request@v2...v3.0.0

Commits
  • 24bffb9 Merge pull request #410 from thollander/chore/release-3.0.1
  • 5fd7012 chore: release 3.0.1
  • a38b001 Merge pull request #409 from thollander/fix/wrong-var-renaming
  • a11fbfe fix: some wrong variables renaming
  • cb13519 Merge pull request #300 from thollander/dependabot/npm_and_yarn/actions/githu...
  • 38af97b chore(deps): bump @​actions/github from 5.1.1 to 6.0.0
  • 301a80e Merge pull request #393 from thollander/dependabot/npm_and_yarn/prettier-3.3.3
  • 64dcac7 chore(deps-dev): bump prettier from 3.2.5 to 3.3.3
  • 0a327d5 Merge pull request #394 from thollander/dependabot/npm_and_yarn/actions/core-...
  • ece12ba Merge pull request #392 from thollander/dependabot/npm_and_yarn/vercel/ncc-0....
  • Additional commits viewable in compare view

Updates anchore/sbom-action from 0.15.11 to 0.17.7

Release notes

Sourced from anchore/sbom-action's releases.

v0.17.7

Changes in v0.17.7

v0.17.6

Changes in v0.17.6

v0.17.5

Changes in v0.17.5

v0.17.4

Changes in v0.17.4

v0.17.3

Changes in v0.17.3

v0.17.2

Changes in v0.17.2

v0.17.1

Changes in v0.17.1

v0.17.0

Changes in v0.17.0

v0.16.1

Changes in v0.16.1

... (truncated)

Commits
  • fc46e51 chore(deps): update Syft to v1.16.0 (#506)
  • 251a468 chore(deps): update Syft to v1.15.0 (#505)
  • 6bb446c chore(deps): bump actions/checkout from 4.2.1 to 4.2.2 (#504)
  • 1ca97d9 chore(deps): update Syft to v1.14.2 (#503)
  • 8d0a650 chore(deps): update Syft to v1.14.1 (#502)
  • f5e124a chore(deps): bump peter-evans/create-pull-request from 6.1.0 to 7.0.5 (#493)
  • eff08d0 chore: configure changelog-ignore label (#499)
  • 18f9bde chore: remove snapshot tests; fix deprecation errors for outdated packages (#...
  • 2e87236 add release docs (#500)
  • 4a914bc chore(deps): bump actions/checkout from 4.2.0 to 4.2.1 (#497)
  • Additional commits viewable in compare view

Updates sigstore/cosign-installer from 3.5.0 to 3.7.0

Release notes

Sourced from sigstore/cosign-installer's releases.

v3.7.0

What's Changed

Full Changelog: sigstore/cosign-installer@v3.6.0...v3.7.0

v3.6.0

What's Changed

Full Changelog: sigstore/cosign-installer@v3...v3.6.0

Commits

Updates goreleaser/goreleaser-action from 5 to 6

Release notes

Sourced from goreleaser/goreleaser-action's releases.

v6.0.0

[!WARNING] This is a breaking change!

Follow the instructions here to upgrade!

What's Changed

Full Changelog: goreleaser/goreleaser-action@v5...v6.0.0

v5.1.0

Important

This version changes the default behavior of latest to ~> v1.

The next major of this action (v6), will change this to ~> v2, and will be launched together with GoReleaser v2.

What's Changed

New Contributors

Full Changelog: goreleaser/goreleaser-action@v5.0.0...v5.1.0

Commits
  • 9ed2f89 chore: update generated content (#480)
  • cf63508 docs: bump upload-artifact version (#479)
  • f7623f3 chore(deps): bump @​actions/core from 1.10.1 to 1.11.1 (#478)
  • 006a7a4 chore: update
  • e4066e6 chore(deps): bump micromatch from 4.0.5 to 4.0.8 (#475)
  • 22f558e chore(deps): bump @​actions/http-client from 2.2.2 to 2.2.3 (#474)
  • 6e33108 chore(deps): bump @​actions/http-client from 2.2.1 to 2.2.2 (#473)
  • 7ca6450 chore(deps): bump semver from 7.6.2 to 7.6.3 (#470)
  • d33b6f6 chore(deps): bump docker/bake-action from 4 to 5 (#468)
  • 85d0b9d chore(deps): bump braces from 3.0.2 to 3.0.3 (#467)
  • Additional commits viewable in compare view

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 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the ci group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [helm/kind-action](https://github.com/helm/kind-action) | `1.9.0` | `1.10.0` |
| [yokawasa/action-setup-kube-tools](https://github.com/yokawasa/action-setup-kube-tools) | `0.11.0` | `0.11.2` |
| [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) | `1.25.0` | `2.0.0` |
| [dcarbone/install-jq-action](https://github.com/dcarbone/install-jq-action) | `2.1.0` | `3.0.1` |
| [thollander/actions-comment-pull-request](https://github.com/thollander/actions-comment-pull-request) | `2.5.0` | `3.0.1` |
| [anchore/sbom-action](https://github.com/anchore/sbom-action) | `0.15.11` | `0.17.7` |
| [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) | `3.5.0` | `3.7.0` |
| [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) | `5` | `6` |



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

Updates `yokawasa/action-setup-kube-tools` from 0.11.0 to 0.11.2
- [Release notes](https://github.com/yokawasa/action-setup-kube-tools/releases)
- [Commits](yokawasa/action-setup-kube-tools@v0.11.0...v0.11.2)

Updates `slackapi/slack-github-action` from 1.25.0 to 2.0.0
- [Release notes](https://github.com/slackapi/slack-github-action/releases)
- [Commits](slackapi/slack-github-action@v1.25.0...v2.0.0)

Updates `dcarbone/install-jq-action` from 2.1.0 to 3.0.1
- [Release notes](https://github.com/dcarbone/install-jq-action/releases)
- [Commits](dcarbone/install-jq-action@v2.1.0...v3.0.1)

Updates `thollander/actions-comment-pull-request` from 2.5.0 to 3.0.1
- [Release notes](https://github.com/thollander/actions-comment-pull-request/releases)
- [Commits](thollander/actions-comment-pull-request@v2.5.0...v3.0.1)

Updates `anchore/sbom-action` from 0.15.11 to 0.17.7
- [Release notes](https://github.com/anchore/sbom-action/releases)
- [Changelog](https://github.com/anchore/sbom-action/blob/main/RELEASE.md)
- [Commits](anchore/sbom-action@7ccf588...fc46e51)

Updates `sigstore/cosign-installer` from 3.5.0 to 3.7.0
- [Release notes](https://github.com/sigstore/cosign-installer/releases)
- [Commits](sigstore/cosign-installer@v3.5.0...v3.7.0)

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: helm/kind-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ci
- dependency-name: yokawasa/action-setup-kube-tools
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ci
- dependency-name: slackapi/slack-github-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: ci
- dependency-name: dcarbone/install-jq-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: ci
- dependency-name: thollander/actions-comment-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: ci
- dependency-name: anchore/sbom-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ci
- dependency-name: sigstore/cosign-installer
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ci
- dependency-name: goreleaser/goreleaser-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: ci
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner November 17, 2024 15:59
@github-actions
Copy link

github-actions bot commented Nov 17, 2024

Mend Scan Summary: ❌

Repository: open-component-model/ocm-controller

VIOLATION DESCRIPTION NUMBER OF VIOLATIONS
HIGH/CRITICAL SECURITY VULNERABILITIES 4
MAJOR UPDATES AVAILABLE 0
LICENSE REQUIRES REVIEW 1
LICENSE RISK HIGH 9
RESTRICTED LICENSE FOR ON-PREMISE DELIVERY 0

Detailed Logs: mend-scan-> Generate Report
Mend UI

@Skarlso Skarlso merged commit fae11b5 into main Nov 18, 2024
7 checks passed
@Skarlso Skarlso deleted the dependabot/github_actions/ci-0c63b73513 branch November 18, 2024 14:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants