Skip to content

Commit 31a13a1

Browse files
chore(deps): update all-ci-updates (#2106)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 029716e commit 31a13a1

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
@@ -56,7 +56,7 @@ jobs:
5656
with:
5757
args: '-no-fail -fmt sarif -out gosec.sarif ./...'
5858
- name: Upload SARIF file
59-
uses: github/codeql-action/upload-sarif@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6
59+
uses: github/codeql-action/upload-sarif@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7
6060
with:
6161
sarif_file: gosec.sarif
6262
unit_tests:

.github/workflows/docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ jobs:
4040
# See: https://github.com/aquasecurity/trivy-action/issues/389#issuecomment-2385416577
4141
TRIVY_DB_REPOSITORY: 'public.ecr.aws/aquasecurity/trivy-db:2'
4242
- name: Upload Trivy scan results to GitHub Security tab
43-
uses: github/codeql-action/upload-sarif@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6
43+
uses: github/codeql-action/upload-sarif@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7
4444
with:
4545
sarif_file: 'trivy-results.sarif'

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ jobs:
3737
path: results.sarif
3838
retention-days: 5
3939
- name: Upload to code-scanning
40-
uses: github/codeql-action/upload-sarif@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6
40+
uses: github/codeql-action/upload-sarif@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7
4141
with:
4242
sarif_file: results.sarif

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: "10.3.2"
16+
version: "10.3.3"
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: "88.2.0"
16+
version: "88.3.0"
1717
sourceRef:
1818
kind: HelmRepository
1919
name: kube-prometheus-stack

hack/distro/monitoring/tempo/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: tempo
16-
version: "2.2.3"
16+
version: "2.2.4"
1717
sourceRef:
1818
kind: HelmRepository
1919
name: tempo

0 commit comments

Comments
 (0)