From 37796b344446c32dc8c1bc43f792317cfc3b89fd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 14:05:07 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- .github/workflows/release.yml | 4 ++-- .github/workflows/test.yml | 2 +- go.mod | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 56068db..4e7fbee 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: test: name: run tests and linters - uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-go.yml@v3.4.2 + uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-go.yml@v3.4.5 release: needs: test @@ -23,6 +23,6 @@ jobs: # Required by cosign keyless signing id-token: write - uses: kubewarden/github-actions/.github/workflows/reusable-release-policy-go.yml@v3.4.2 + uses: kubewarden/github-actions/.github/workflows/reusable-release-policy-go.yml@v3.4.5 with: oci-target: ghcr.io/${{ github.repository_owner }}/policies/safe-labels diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d2470db..9a65194 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -3,4 +3,4 @@ name: Continuous integration jobs: test: name: run tests and linters - uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-go.yml@v3.4.2 + uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-go.yml@v3.4.5 diff --git a/go.mod b/go.mod index ebdfa75..ec1296e 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/kubewarden/safe-labels-policy go 1.22 -toolchain go1.23.4 +toolchain go1.23.5 replace github.com/go-openapi/strfmt => github.com/kubewarden/strfmt v0.1.3