Skip to content

Commit 11f92c8

Browse files
chore(deps): update all-ci-updates
1 parent e1ec9de commit 11f92c8

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
go-version-file: 'go.mod'
3737

38-
- uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4
38+
- uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5
3939

4040
- name: e2e
4141
run: sudo make e2e
@@ -61,7 +61,7 @@ jobs:
6161
with:
6262
go-version-file: 'go.mod'
6363

64-
- uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4
64+
- uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5
6565

6666
- name: e2e (Enterprise)
6767
run: sudo KUBERNETES_SUPPORTED_VERSION=${{ matrix.k8s-version }} make e2e

.github/workflows/helm-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3434
with:
3535
fetch-depth: 0
36-
- uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4
36+
- uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5
3737
- name: Linting Chart
3838
run: helm lint ./charts/capsule
3939

.github/workflows/releaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Install Cosign
3535
uses: sigstore/cosign-installer@faadad0cce49287aee09b3a48701e75088a2c6ad # v4.0.0
3636
- name: Run GoReleaser
37-
uses: goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6.4.0
37+
uses: goreleaser/goreleaser-action@ec59f474b9834571250b370d4735c50f8e2d1e29 # v7.0.0
3838
with:
3939
version: latest
4040
args: release --clean --timeout 90m

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
repo_token: ${{ secrets.SCORECARD_READ_TOKEN }}
3232
publish_results: true
3333
- name: Upload artifact
34-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
34+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
3535
with:
3636
name: SARIF file
3737
path: results.sarif

hack/distro/monitoring/kube-prometheus-stack/release.flux.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ spec:
1313
chart:
1414
spec:
1515
chart: kube-prometheus-stack
16-
version: "81.4.2"
16+
version: "82.14.1"
1717
sourceRef:
1818
kind: HelmRepository
1919
name: kube-prometheus-stack

0 commit comments

Comments
 (0)