From a3ecfa2e19bb02a542b074c707ddb00cb7ae743f Mon Sep 17 00:00:00 2001 From: "octo-sts[bot]" <157150467+octo-sts@users.noreply.github.com> Date: Fri, 13 Dec 2024 21:37:03 +0000 Subject: [PATCH] prometheus-podman-exporter/1.13.3-r1: fix GHSA-586p-749j-fhwp --- prometheus-podman-exporter.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/prometheus-podman-exporter.yaml b/prometheus-podman-exporter.yaml index 7347e15a3ff..41d9652c05a 100644 --- a/prometheus-podman-exporter.yaml +++ b/prometheus-podman-exporter.yaml @@ -1,7 +1,7 @@ package: name: prometheus-podman-exporter version: 1.13.3 - epoch: 1 + epoch: 2 description: Prometheus exporter for podman environments exposing containers, pods, images, volumes and networks information. copyright: - license: Apache-2.0 @@ -23,7 +23,7 @@ pipeline: - uses: go/bump with: - deps: github.com/opencontainers/runc@v1.1.14 golang.org/x/crypto@v0.31.0 + deps: github.com/opencontainers/runc@v1.1.14 golang.org/x/crypto@v0.31.0 github.com/containers/buildah@v1.38.0 - uses: go/build with: