Skip to content

Commit

Permalink
Bump the github-actions group with 3 updates (#637)
Browse files Browse the repository at this point in the history
Bumps the github-actions group with 3 updates: [helm/chart-releaser-action](https://github.com/helm/chart-releaser-action), [helm/chart-testing-action](https://github.com/helm/chart-testing-action) and [stackrox/kube-linter-action](https://github.com/stackrox/kube-linter-action).


Updates `helm/chart-releaser-action` from 1.6.0 to 1.7.0
- [Release notes](https://github.com/helm/chart-releaser-action/releases)
- [Commits](helm/chart-releaser-action@v1.6.0...v1.7.0)

Updates `helm/chart-testing-action` from 2.6.1 to 2.7.0
- [Release notes](https://github.com/helm/chart-testing-action/releases)
- [Commits](helm/chart-testing-action@v2.6.1...v2.7.0)

Updates `stackrox/kube-linter-action` from 1.0.5 to 1.0.6
- [Release notes](https://github.com/stackrox/kube-linter-action/releases)
- [Commits](stackrox/kube-linter-action@v1.0.5...v1.0.6)

---
updated-dependencies:
- dependency-name: helm/chart-releaser-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: helm/chart-testing-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: stackrox/kube-linter-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored and shaynafinocchiaro committed Feb 10, 2025
1 parent 83b85cb commit 7dcb4d1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/charts-release-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
# Run the helm chart release command
- name: Run csm chart-releaser
uses: helm/chart-releaser-action@v1.6.0
uses: helm/chart-releaser-action@v1.7.0
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/helm-validations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
python-version: '3.12'

- name: Install chart-testing-action
uses: helm/chart-testing-action@v2.6.1
uses: helm/chart-testing-action@v2.7.0

- name: Run chart-testing list-changed
id: modified-charts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kubelinter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Checkout the code
uses: actions/checkout@v4
- name: Scan repo with kube-linter
uses: stackrox/kube-linter-action@v1.0.5
uses: stackrox/kube-linter-action@v1.0.6
with:
directory: charts/cosi
config: kubelinter-config.yaml
2 changes: 1 addition & 1 deletion .github/workflows/wizard-release-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
# Run the helm chart release command
- name: Run csm chart-releaser for container-storage-modules
uses: helm/chart-releaser-action@v1.6.0
uses: helm/chart-releaser-action@v1.7.0
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
with:
Expand Down

0 comments on commit 7dcb4d1

Please sign in to comment.