From 81b67ce43083c97258327c3962bea4bd13b7ba09 Mon Sep 17 00:00:00 2001 From: Frank Jogeleit Date: Fri, 13 Dec 2024 16:33:48 +0100 Subject: [PATCH] Update Dependencies Signed-off-by: Frank Jogeleit --- .github/workflows/codecov.yaml | 2 +- .github/workflows/pr.yaml | 10 +++++----- .github/workflows/push-main.yaml | 2 +- .github/workflows/release-goreleaser.yaml | 2 +- .github/workflows/trivy.yaml | 2 +- Makefile | 4 ++-- frontend/src/components/AppBar/AppBar.vue | 4 ++-- 7 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/codecov.yaml b/.github/workflows/codecov.yaml index 89178f51..0b902b2a 100644 --- a/.github/workflows/codecov.yaml +++ b/.github/workflows/codecov.yaml @@ -19,7 +19,7 @@ jobs: - name: Checkout uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Set up Go - uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0 + uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0 with: go-version-file: backend/go.mod cache-dependency-path: backend/go.sum diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index eaa8d27f..6f9a2389 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -19,7 +19,7 @@ jobs: - name: Checkout uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Set up Go - uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0 + uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0 with: go-version-file: backend/go.mod cache-dependency-path: backend/go.sum @@ -53,7 +53,7 @@ jobs: - name: Checkout uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Set up Go - uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0 + uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0 with: go-version-file: backend/go.mod cache-dependency-path: backend/go.sum @@ -113,7 +113,7 @@ jobs: - name: Checkout uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Set up Go - uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0 + uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0 with: go-version-file: backend/go.mod cache-dependency-path: backend/go.sum @@ -134,7 +134,7 @@ jobs: - name: Checkout uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Set up Go - uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0 + uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0 with: go-version-file: backend/go.mod cache-dependency-path: backend/go.sum @@ -153,7 +153,7 @@ jobs: - name: Checkout uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Ensure SHA pinned actions - uses: zgosalvez/github-actions-ensure-sha-pinned-actions@38608ef4fb69adae7f1eac6eeb88e67b7d083bfd # v3.0.16 + uses: zgosalvez/github-actions-ensure-sha-pinned-actions@5d6ac37a4cef8b8df67f482a8e384987766f0213 # v3.0.17 with: # slsa-github-generator requires using a semver tag for reusable workflows. # See: https://github.com/slsa-framework/slsa-github-generator#referencing-slsa-builders-and-generators diff --git a/.github/workflows/push-main.yaml b/.github/workflows/push-main.yaml index 5fba5485..a02afa1d 100644 --- a/.github/workflows/push-main.yaml +++ b/.github/workflows/push-main.yaml @@ -18,7 +18,7 @@ jobs: - name: Checkout uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Set up Go - uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0 + uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0 with: go-version-file: backend/go.mod cache-dependency-path: backend/go.sum diff --git a/.github/workflows/release-goreleaser.yaml b/.github/workflows/release-goreleaser.yaml index 866c12a1..c0ecb9bb 100644 --- a/.github/workflows/release-goreleaser.yaml +++ b/.github/workflows/release-goreleaser.yaml @@ -34,7 +34,7 @@ jobs: set -e git fetch --force --tags - name: Set up Go - uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0 + uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0 with: go-version-file: backend/go.mod cache-dependency-path: backend/go.sum diff --git a/.github/workflows/trivy.yaml b/.github/workflows/trivy.yaml index 2bef4134..e0409f5f 100644 --- a/.github/workflows/trivy.yaml +++ b/.github/workflows/trivy.yaml @@ -38,7 +38,7 @@ jobs: TRIVY_DB_REPOSITORY: 'public.ecr.aws/aquasecurity/trivy-db:2' - name: Upload Trivy scan results to GitHub Security tab - uses: github/codeql-action/upload-sarif@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6 + uses: github/codeql-action/upload-sarif@babb554ede22fd5605947329c4d04d8e7a0b8155 # v3.27.7 with: sarif_file: trivy-results.sarif category: code diff --git a/Makefile b/Makefile index 731aeace..7099b219 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ KIND_IMAGE ?= kindest/node:v1.31.0 KIND_NAME ?= kind -KYVERNO_VERSION ?= v1.13.1 +KYVERNO_VERSION ?= v1.13.2 KOCACHE ?= /tmp/ko-cache USE_CONFIG ?= standard,no-ingress,in-cluster,all-read-rbac KUBECONFIG ?= "" @@ -50,7 +50,7 @@ KIND_VERSION := v0.22.0 KO := $(TOOLS_DIR)/ko KO_VERSION := v0.15.2 HELM_DOCS := $(TOOLS_DIR)/helm-docs -HELM_DOCS_VERSION := v1.13.1 +HELM_DOCS_VERSION := v1.13.2 GCI := $(TOOLS_DIR)/gci GCI_VERSION := v0.13.4 GOFUMPT := $(TOOLS_DIR)/gofumpt diff --git a/frontend/src/components/AppBar/AppBar.vue b/frontend/src/components/AppBar/AppBar.vue index 732c6e9f..409963aa 100644 --- a/frontend/src/components/AppBar/AppBar.vue +++ b/frontend/src/components/AppBar/AppBar.vue @@ -6,12 +6,12 @@