Skip to content

Commit c11e4fc

Browse files
chore(deps): update all-ci-updates
1 parent 96d06c7 commit c11e4fc

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
with:
5353
go-version-file: 'go.mod'
5454
- name: Run Gosec Security Scanner
55-
uses: securego/gosec@223e19b8856e00f02cc67804499a83f77e208f3c # v2.25.0
55+
uses: securego/gosec@4a3bd8af174872c778439083ded7adbf3747e770 # v2.26.1
5656
with:
5757
args: '-no-fail -fmt sarif -out gosec.sarif ./...'
5858
- name: Upload SARIF file

.github/workflows/docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: ko build
2929
run: VERSION=${{ github.sha }} make ko-build-all
3030
- name: Trivy Scan Image
31-
uses: aquasecurity/trivy-action@57a97c7e7821a5776cebc9bb87c984fa69cba8f1 # 0.35.0
31+
uses: aquasecurity/trivy-action@ed142fd0673e97e23eac54620cfb913e5ce36c25 # v0.36.0
3232
with:
3333
scan-type: 'fs'
3434
ignore-unfixed: true

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
build-cache-key: publish-images
3030
- name: Run Trivy vulnerability (Repo)
31-
uses: aquasecurity/trivy-action@57a97c7e7821a5776cebc9bb87c984fa69cba8f1 # 0.35.0
31+
uses: aquasecurity/trivy-action@ed142fd0673e97e23eac54620cfb913e5ce36c25 # v0.36.0
3232
with:
3333
scan-type: 'fs'
3434
ignore-unfixed: true

.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@cad07c2e89fa2edd6e2d7bab4c1aa38e53f76003 # v4.1.1
3636
- name: Run GoReleaser
37-
uses: goreleaser/goreleaser-action@e24998b8b67b290c2fa8b7c14fcfa7de2c5c9b8c # v7.1.0
37+
uses: goreleaser/goreleaser-action@1a80836c5c9d9e5755a25cb59ec6f45a3b5f41a8 # v7.2.1
3838
with:
3939
version: latest
4040
args: release --clean --timeout 90m

hack/distro/argocd/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: argo-cd
16-
version: "9.5.2"
16+
version: "9.5.7"
1717
sourceRef:
1818
kind: HelmRepository
1919
name: argocd

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: "83.6.0"
16+
version: "83.7.0"
1717
sourceRef:
1818
kind: HelmRepository
1919
name: kube-prometheus-stack

0 commit comments

Comments
 (0)